#CAC086

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

Shades of Winter Hazel #CAC086

Tints of Winter Hazel #CAC086

Color information

#CAC086 (or 0xCAC086) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 86. RGB value is (202,192,134). Sum of RGB (Red+Green+Blue) = 202+192+134=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC086 is #353F79. Grayscale: #BCBCBC. Windows color (decimal): -3489658 or 8831178. OLE color: 8831178.

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

Color convert

RGB202192134-
CMYK00.050.340.21
HSL51.18º39.08%65.88%-
HSV(B)51.18º33.66%79.22%-
XYZ47.5151.9830.08-
YUV188.3897.31137.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 134 (52.73% from 255) = 25.38%
R=38.26%
G=36.36%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219213400.050.340.2151.1839.0865.88
HexCAC086052215332742
Octal3123002060542256347102
Binary1100101011000000100001100101100010101011100111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC086; }

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

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

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

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

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

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

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

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