#C9C48E

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

Shades of Winter Hazel #C9C48E

Tints of Winter Hazel #C9C48E

Color information

#C9C48E (or 0xC9C48E) is unknown color: approx Winter Hazel. HEX triplet: C9, C4 and 8E. RGB value is (201,196,142). Sum of RGB (Red+Green+Blue) = 201+196+142=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C48E is #363B71. Grayscale: #BFBFBF. Windows color (decimal): -3554162 or 9356489. OLE color: 9356489.

HSL color Cylindrical-coordinate representation of color #C9C48E: hue angle of 54.92º 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 #C9C48E is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201196142-
CMYK00.020.290.21
HSL54.92º35.33%67.25%-
HSV(B)54.92º29.35%78.82%-
XYZ48.7153.8533.42-
YUV191.34100.16134.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=37.29%
G=36.36%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119614200.020.290.2154.9235.3367.25
HexC9C48E021D15372343
Octal3113042160235256743103
Binary11001001110001001000111001011101101011101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C48E; }

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

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

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

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

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

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

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

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