#CAC487

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

Shades of Winter Hazel #CAC487

Tints of Winter Hazel #CAC487

Color information

#CAC487 (or 0xCAC487) is unknown color: approx Winter Hazel. HEX triplet: CA, C4 and 87. RGB value is (202,196,135). Sum of RGB (Red+Green+Blue) = 202+196+135=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC487 is #353B78. Grayscale: #BFBFBF. Windows color (decimal): -3488633 or 8897738. OLE color: 8897738.

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

Color convert

RGB202196135-
CMYK00.030.330.21
HSL54.63º38.73%66.08%-
HSV(B)54.63º33.17%79.22%-
XYZ48.4753.7930.75-
YUV190.8496.49135.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 135 (53.12% from 255) = 25.33%
R=37.90%
G=36.77%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219613500.030.330.2154.6338.7366.08
HexCAC487032115372742
Octal3123042070341256747102
Binary110010101100010010000111011100001101011101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC487; }

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

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

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

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

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

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

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

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