#CCC577

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

Shades of Winter Hazel #CCC577

Tints of Winter Hazel #CCC577

Color information

#CCC577 (or 0xCCC577) is unknown color: approx Winter Hazel. HEX triplet: CC, C5 and 77. RGB value is (204,197,119). Sum of RGB (Red+Green+Blue) = 204+197+119=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC577 is #333A88. Grayscale: #BEBEBE. Windows color (decimal): -3357321 or 7849420. OLE color: 7849420.

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

Color convert

RGB204197119-
CMYK00.030.420.2
HSL55.06º45.45%63.33%-
HSV(B)55.06º41.67%80%-
XYZ48.254.125.36-
YUV190.287.82137.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=39.23%
G=37.88%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419711900.030.420.255.0645.4563.33
HexCCC577032A14372d3f
Octal314305167035224675577
Binary1100110011000101111011101110101010100110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC577; }

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

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

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

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

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

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

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

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