#CCC377

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

Shades of Winter Hazel #CCC377

Tints of Winter Hazel #CCC377

Color information

#CCC377 (or 0xCCC377) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 77. RGB value is (204,195,119). Sum of RGB (Red+Green+Blue) = 204+195+119=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC377 is #333C88. Grayscale: #BDBDBD. Windows color (decimal): -3357833 or 7848908. OLE color: 7848908.

HSL color Cylindrical-coordinate representation of color #CCC377: hue angle of 53.65º degrees, saturation: 0.45, 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 #CCC377 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204195119-
CMYK00.040.420.2
HSL53.65º45.45%63.33%-
HSV(B)53.65º41.67%80%-
XYZ47.7553.225.2-
YUV189.0388.48138.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 119 (46.88% from 255) = 22.97%
R=39.38%
G=37.64%
B=22.97%

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
Decimal20419511900.040.420.253.6545.4563.33
HexCCC377042A14362d3f
Octal314303167045224665577
Binary11001100110000111110111010010101010100110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC377; }

 p { color: rgb(204,195,119); }

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

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

 a { background-color: rgb(204,195,119); }

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

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

 span { border-color: rgb(204,195,119); }

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