#CCC473

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

Shades of Winter Hazel #CCC473

Tints of Winter Hazel #CCC473

Color information

#CCC473 (or 0xCCC473) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 73. RGB value is (204,196,115). Sum of RGB (Red+Green+Blue) = 204+196+115=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC473 is #333B8C. Grayscale: #BDBDBD. Windows color (decimal): -3357581 or 7587020. OLE color: 7587020.

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

Color convert

RGB204196115-
CMYK00.040.440.2
HSL54.61º46.6%62.55%-
HSV(B)54.61º43.63%80%-
XYZ47.7453.5624.04-
YUV189.1686.15138.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 115 (45.31% from 255) = 22.33%
R=39.61%
G=38.06%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419611500.040.440.254.6146.662.55
HexCCC473042C14372f3f
Octal314304163045424675777
Binary11001100110001001110011010010110010100110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC473; }

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

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

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

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

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

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

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

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