#C9C08E

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

Shades of Winter Hazel #C9C08E

Tints of Winter Hazel #C9C08E

Color information

#C9C08E (or 0xC9C08E) is unknown color: approx Winter Hazel. HEX triplet: C9, C0 and 8E. RGB value is (201,192,142). Sum of RGB (Red+Green+Blue) = 201+192+142=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C08E is #363F71. Grayscale: #BDBDBD. Windows color (decimal): -3555186 or 9355465. OLE color: 9355465.

HSL color Cylindrical-coordinate representation of color #C9C08E: hue angle of 50.85º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9C08E is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201192142-
CMYK00.040.290.21
HSL50.85º35.33%67.25%-
HSV(B)50.85º29.35%78.82%-
XYZ47.8252.0733.12-
YUV188.99101.48136.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=37.57%
G=35.89%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119214200.040.290.2150.8535.3367.25
HexC9C08E041D15332343
Octal3113002160435256343103
Binary110010011100000010001110010011101101011100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C08E; }

 p { color: rgb(201,192,142); }

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

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

 a { background-color: rgb(201,192,142); }

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

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

 span { border-color: rgb(201,192,142); }

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