#C9C58E

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

Shades of Winter Hazel #C9C58E

Tints of Winter Hazel #C9C58E

Color information

#C9C58E (or 0xC9C58E) is unknown color: approx Winter Hazel. HEX triplet: C9, C5 and 8E. RGB value is (201,197,142). Sum of RGB (Red+Green+Blue) = 201+197+142=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C58E is #363A71. Grayscale: #C0C0C0. Windows color (decimal): -3553906 or 9356745. OLE color: 9356745.

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

Color convert

RGB201197142-
CMYK00.020.290.21
HSL55.93º35.33%67.25%-
HSV(B)55.93º29.35%78.82%-
XYZ48.9454.333.49-
YUV191.9399.83134.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 197 (77.34% from 255) = 36.48%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=37.22%
G=36.48%
B=26.30%

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
Decimal20119714200.020.290.2155.9335.3367.25
HexC9C58E021D15382343
Octal3113052160235257043103
Binary11001001110001011000111001011101101011110001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C58E; }

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

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

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

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

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

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

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

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