#CAC175

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

Shades of Winter Hazel #CAC175

Tints of Winter Hazel #CAC175

Color information

#CAC175 (or 0xCAC175) is unknown color: approx Winter Hazel. HEX triplet: CA, C1 and 75. RGB value is (202,193,117). Sum of RGB (Red+Green+Blue) = 202+193+117=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC175 is #353E8A. Grayscale: #BBBBBB. Windows color (decimal): -3489419 or 7717322. OLE color: 7717322.

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

Color convert

RGB202193117-
CMYK00.040.420.21
HSL53.65º44.5%62.55%-
HSV(B)53.65º42.08%79.22%-
XYZ46.6451.9824.4-
YUV187.0388.48138.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 193 (75.78% from 255) = 37.70%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=39.45%
G=37.70%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219311700.040.420.2153.6544.562.55
HexCAC175042A15362d3f
Octal312301165045225665577
Binary11001010110000011110101010010101010101110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC175; }

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

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

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

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

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

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

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

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