#CAC577

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

Shades of Winter Hazel #CAC577

Tints of Winter Hazel #CAC577

Color information

#CAC577 (or 0xCAC577) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 77. RGB value is (202,197,119). Sum of RGB (Red+Green+Blue) = 202+197+119=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC577 is #353A88. Grayscale: #BDBDBD. Windows color (decimal): -3488393 or 7849418. OLE color: 7849418.

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

Color convert

RGB202197119-
CMYK00.020.410.21
HSL56.39º43.92%62.94%-
HSV(B)56.39º41.09%79.22%-
XYZ47.6553.8225.33-
YUV189.688.16136.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 119 (46.88% from 255) = 22.97%
R=39.00%
G=38.03%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219711900.020.410.2156.3943.9262.94
HexCAC577022915382c3f
Octal312305167025125705477
Binary1100101011000101111011101010100110101111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC577; }

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

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

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

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

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

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

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

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