#CAC075

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

Shades of Winter Hazel #CAC075

Tints of Winter Hazel #CAC075

Color information

#CAC075 (or 0xCAC075) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 75. RGB value is (202,192,117). Sum of RGB (Red+Green+Blue) = 202+192+117=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC075 is #353F8A. Grayscale: #BABABA. Windows color (decimal): -3489675 or 7717066. OLE color: 7717066.

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

Color convert

RGB202192117-
CMYK00.050.420.21
HSL52.94º44.5%62.55%-
HSV(B)52.94º42.08%79.22%-
XYZ46.4251.5424.33-
YUV186.4488.81139.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=39.53%
G=37.57%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219211700.050.420.2152.9444.562.55
HexCAC075052A15352d3f
Octal312300165055225655577
Binary11001010110000001110101010110101010101110101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC075; }

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

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

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

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

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

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

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

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