#CCC476

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

Shades of Winter Hazel #CCC476

Tints of Winter Hazel #CCC476

Color information

#CCC476 (or 0xCCC476) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 76. RGB value is (204,196,118). Sum of RGB (Red+Green+Blue) = 204+196+118=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC476 is #333B89. Grayscale: #BDBDBD. Windows color (decimal): -3357578 or 7783628. OLE color: 7783628.

HSL color Cylindrical-coordinate representation of color #CCC476: hue angle of 54.42º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCC476 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204196118-
CMYK00.040.420.2
HSL54.42º45.74%63.14%-
HSV(B)54.42º42.16%80%-
XYZ47.9153.6324.97-
YUV189.587.65138.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 196 (76.95% from 255) = 37.84%
BLUE value IS 118 (46.48% from 255) = 22.78%
R=39.38%
G=37.84%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419611800.040.420.254.4245.7463.14
HexCCC476042A14362e3f
Octal314304166045224665677
Binary11001100110001001110110010010101010100110110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC476; }

 p { color: rgb(204,196,118); }

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

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

 a { background-color: rgb(204,196,118); }

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

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

 span { border-color: rgb(204,196,118); }

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