#C9C38E

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

Shades of Winter Hazel #C9C38E

Tints of Winter Hazel #C9C38E

Color information

#C9C38E (or 0xC9C38E) is unknown color: approx Winter Hazel. HEX triplet: C9, C3 and 8E. RGB value is (201,195,142). Sum of RGB (Red+Green+Blue) = 201+195+142=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C38E is #363C71. Grayscale: #BEBEBE. Windows color (decimal): -3554418 or 9356233. OLE color: 9356233.

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

Color convert

RGB201195142-
CMYK00.030.290.21
HSL53.9º35.33%67.25%-
HSV(B)53.9º29.35%78.82%-
XYZ48.4853.433.34-
YUV190.75100.49135.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=37.36%
G=36.25%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119514200.030.290.2153.935.3367.25
HexC9C38E031D15362343
Octal3113032160335256643103
Binary11001001110000111000111001111101101011101101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C38E; }

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

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

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

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

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

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

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

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