#CAC587

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

Shades of Winter Hazel #CAC587

Tints of Winter Hazel #CAC587

Color information

#CAC587 (or 0xCAC587) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 87. RGB value is (202,197,135). Sum of RGB (Red+Green+Blue) = 202+197+135=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC587 is #353A78. Grayscale: #BFBFBF. Windows color (decimal): -3488377 or 8897994. OLE color: 8897994.

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

Color convert

RGB202197135-
CMYK00.020.330.21
HSL55.52º38.73%66.08%-
HSV(B)55.52º33.17%79.22%-
XYZ48.754.2430.82-
YUV191.4396.16135.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 197 (77.34% from 255) = 36.89%
BLUE value IS 135 (53.12% from 255) = 25.28%
R=37.83%
G=36.89%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219713500.020.330.2155.5238.7366.08
HexCAC587022115382742
Octal3123052070241257047102
Binary110010101100010110000111010100001101011110001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC587; }

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

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

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

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

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

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

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

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