#C9C478

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

Shades of Winter Hazel #C9C478

Tints of Winter Hazel #C9C478

Color information

#C9C478 (or 0xC9C478) is unknown color: approx Winter Hazel. HEX triplet: C9, C4 and 78. RGB value is (201,196,120). Sum of RGB (Red+Green+Blue) = 201+196+120=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C478 is #363B87. Grayscale: #BDBDBD. Windows color (decimal): -3554184 or 7914697. OLE color: 7914697.

HSL color Cylindrical-coordinate representation of color #C9C478: hue angle of 56.3º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9C478 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB201196120-
CMYK00.020.400.21
HSL56.3º42.86%62.94%-
HSV(B)56.3º40.3%78.82%-
XYZ47.2253.2525.56-
YUV188.8389.16136.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 120 (47.27% from 255) = 23.21%
R=38.88%
G=37.91%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119612000.020.400.2156.342.8662.94
HexC9C478022815382b3f
Octal311304170025025705377
Binary1100100111000100111100001010100010101111000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C478; }

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

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

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

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

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

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

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

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