#C89077

Color #C89077 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #C89077

Tints of Feldspar #C89077

Color information

#C89077 (or 0xC89077) is unknown color: approx Feldspar. HEX triplet: C8, 90 and 77. RGB value is (200,144,119). Sum of RGB (Red+Green+Blue) = 200+144+119=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C89077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89077 is #376F88. Grayscale: #9E9E9E. Windows color (decimal): -3633033 or 7835848. OLE color: 7835848.

HSL color Cylindrical-coordinate representation of color #C89077: hue angle of 18.52º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C89077 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB200144119-
CMYK00.280.400.22
HSL18.52º42.41%62.55%-
HSV(B)18.52º40.5%78.43%-
XYZ37.1233.5621.97-
YUV157.89106.05158.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=43.20%
G=31.10%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014411900.280.400.2218.5242.4162.55
HexC8907701C2816132a3f
Octal3102201670345026235277
Binary110010001001000011101110111001010001011010011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89077; }

 p { color: rgb(200,144,119); }

 H1.HeaderClassName
 {
   color: #C89077;
 }
 .AnyTagClassName
 {
   color: #C89077;
 }
</style>
background-color css

<style>
 a { background-color: #C89077; }

 a { background-color: rgb(200,144,119); }

 div.DivClassName
 {
   background-color: #C89077;
 }
 .BgClassName
 {
   background-color: #C89077;
 }
</style>
border-color css

<style>
 span { border-color: #C89077; }

 span { border-color: rgb(200,144,119); }

 td.TdClassName
 {
   border-color: #C89077;
 }
 .TagClassName
 {
   border-color: #C89077;
 }
</style>