#CAC578

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

Shades of Winter Hazel #CAC578

Tints of Winter Hazel #CAC578

Color information

#CAC578 (or 0xCAC578) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 78. RGB value is (202,197,120). Sum of RGB (Red+Green+Blue) = 202+197+120=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC578 is #353A87. Grayscale: #BEBEBE. Windows color (decimal): -3488392 or 7914954. OLE color: 7914954.

HSL color Cylindrical-coordinate representation of color #CAC578: hue angle of 56.34º 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 #CAC578 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202197120-
CMYK00.020.410.21
HSL56.34º43.62%63.14%-
HSV(B)56.34º40.59%79.22%-
XYZ47.7153.8525.65-
YUV189.7288.66136.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 120 (47.27% from 255) = 23.12%
R=38.92%
G=37.96%
B=23.12%

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
Decimal20219712000.020.410.2156.3443.6263.14
HexCAC578022915382c3f
Octal312305170025125705477
Binary1100101011000101111100001010100110101111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC578; }

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

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

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

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

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

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

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

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