#CAC179

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

Shades of Winter Hazel #CAC179

Tints of Winter Hazel #CAC179

Color information

#CAC179 (or 0xCAC179) is unknown color: approx Winter Hazel. HEX triplet: CA, C1 and 79. RGB value is (202,193,121). Sum of RGB (Red+Green+Blue) = 202+193+121=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC179 is #353E86. Grayscale: #BBBBBB. Windows color (decimal): -3489415 or 7979466. OLE color: 7979466.

HSL color Cylindrical-coordinate representation of color #CAC179: hue angle of 53.33º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAC179 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202193121-
CMYK00.040.400.21
HSL53.33º43.32%63.33%-
HSV(B)53.33º40.1%79.22%-
XYZ46.8852.0825.67-
YUV187.4890.48138.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 121 (47.66% from 255) = 23.45%
R=39.15%
G=37.40%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219312100.040.400.2153.3343.3263.33
HexCAC179042815352b3f
Octal312301171045025655377
Binary11001010110000011111001010010100010101110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC179; }

 p { color: rgb(202,193,121); }

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

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

 a { background-color: rgb(202,193,121); }

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

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

 span { border-color: rgb(202,193,121); }

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