#C9C374

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

Shades of Winter Hazel #C9C374

Tints of Winter Hazel #C9C374

Color information

#C9C374 (or 0xC9C374) is unknown color: approx Winter Hazel. HEX triplet: C9, C3 and 74. RGB value is (201,195,116). Sum of RGB (Red+Green+Blue) = 201+195+116=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C374 is #363C8B. Grayscale: #BCBCBC. Windows color (decimal): -3554444 or 7652297. OLE color: 7652297.

HSL color Cylindrical-coordinate representation of color #C9C374: hue angle of 55.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9C374 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB201195116-
CMYK00.030.420.21
HSL55.76º44.04%62.16%-
HSV(B)55.76º42.29%78.82%-
XYZ46.7552.7124.23-
YUV187.7987.49137.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=39.26%
G=38.09%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119511600.030.420.2155.7644.0462.16
HexC9C374032A15382c3e
Octal311303164035225705476
Binary1100100111000011111010001110101010101111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C374; }

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

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

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

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

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

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

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

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