#CAC186

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

Shades of Winter Hazel #CAC186

Tints of Winter Hazel #CAC186

Color information

#CAC186 (or 0xCAC186) is unknown color: approx Winter Hazel. HEX triplet: CA, C1 and 86. RGB value is (202,193,134). Sum of RGB (Red+Green+Blue) = 202+193+134=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC186 is #353E79. Grayscale: #BDBDBD. Windows color (decimal): -3489402 or 8831434. OLE color: 8831434.

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

Color convert

RGB202193134-
CMYK00.040.340.21
HSL52.06º39.08%65.88%-
HSV(B)52.06º33.66%79.22%-
XYZ47.7352.4230.16-
YUV188.9696.98137.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 134 (52.73% from 255) = 25.33%
R=38.19%
G=36.48%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219313400.040.340.2152.0639.0865.88
HexCAC186042215342742
Octal3123012060442256447102
Binary1100101011000001100001100100100010101011101001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC186; }

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

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

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

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

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

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

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

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