#CAC585

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

Shades of Winter Hazel #CAC585

Tints of Winter Hazel #CAC585

Color information

#CAC585 (or 0xCAC585) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 85. RGB value is (202,197,133). Sum of RGB (Red+Green+Blue) = 202+197+133=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC585 is #353A7A. Grayscale: #BFBFBF. Windows color (decimal): -3488379 or 8766922. OLE color: 8766922.

HSL color Cylindrical-coordinate representation of color #CAC585: hue angle of 55.65º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAC585 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202197133-
CMYK00.020.340.21
HSL55.65º39.43%65.69%-
HSV(B)55.65º34.16%79.22%-
XYZ48.5654.1830.09-
YUV191.295.16135.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 197 (77.34% from 255) = 37.03%
BLUE value IS 133 (52.34% from 255) = 25%
R=37.97%
G=37.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219713300.020.340.2155.6539.4365.69
HexCAC585022215382742
Octal3123052050242257047102
Binary110010101100010110000101010100010101011110001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC585; }

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

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

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

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

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

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

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

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