#CAC084

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

Shades of Winter Hazel #CAC084

Tints of Winter Hazel #CAC084

Color information

#CAC084 (or 0xCAC084) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 84. RGB value is (202,192,132). Sum of RGB (Red+Green+Blue) = 202+192+132=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC084 is #353F7B. Grayscale: #BCBCBC. Windows color (decimal): -3489660 or 8700106. OLE color: 8700106.

HSL color Cylindrical-coordinate representation of color #CAC084: hue angle of 51.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAC084 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202192132-
CMYK00.050.350.21
HSL51.43º39.77%65.49%-
HSV(B)51.43º34.65%79.22%-
XYZ47.3751.9229.35-
YUV188.1596.31137.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 192 (75.39% from 255) = 36.50%
BLUE value IS 132 (51.95% from 255) = 25.10%
R=38.40%
G=36.50%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219213200.050.350.2151.4339.7765.49
HexCAC084052315332841
Octal3123002040543256350101
Binary1100101011000000100001000101100011101011100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC084; }

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

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

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

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

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

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

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

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