#CAC187

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

Shades of Winter Hazel #CAC187

Tints of Winter Hazel #CAC187

Color information

#CAC187 (or 0xCAC187) is unknown color: approx Winter Hazel. HEX triplet: CA, C1 and 87. RGB value is (202,193,135). Sum of RGB (Red+Green+Blue) = 202+193+135=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC187 is #353E78. Grayscale: #BDBDBD. Windows color (decimal): -3489401 or 8896970. OLE color: 8896970.

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

Color convert

RGB202193135-
CMYK00.040.330.21
HSL51.94º38.73%66.08%-
HSV(B)51.94º33.17%79.22%-
XYZ47.852.4530.53-
YUV189.0897.48137.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 135 (53.12% from 255) = 25.47%
R=38.11%
G=36.42%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219313500.040.330.2151.9438.7366.08
HexCAC187042115342742
Octal3123012070441256447102
Binary1100101011000001100001110100100001101011101001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC187; }

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

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

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

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

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

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

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

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