#CAC475

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

Shades of Winter Hazel #CAC475

Tints of Winter Hazel #CAC475

Color information

#CAC475 (or 0xCAC475) is unknown color: approx Winter Hazel. HEX triplet: CA, C4 and 75. RGB value is (202,196,117). Sum of RGB (Red+Green+Blue) = 202+196+117=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC475 is #353B8A. Grayscale: #BDBDBD. Windows color (decimal): -3488651 or 7718090. OLE color: 7718090.

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

Color convert

RGB202196117-
CMYK00.030.420.21
HSL55.76º44.5%62.55%-
HSV(B)55.76º42.08%79.22%-
XYZ47.3153.3224.63-
YUV188.7987.49137.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=39.22%
G=38.06%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219611700.030.420.2155.7644.562.55
HexCAC475032A15382d3f
Octal312304165035225705577
Binary1100101011000100111010101110101010101111000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC475; }

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

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

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

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

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

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

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

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