#CAC986

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

Shades of Deco #CAC986

Tints of Deco #CAC986

Color information

#CAC986 (or 0xCAC986) is unknown color: approx Deco. HEX triplet: CA, C9 and 86. RGB value is (202,201,134). Sum of RGB (Red+Green+Blue) = 202+201+134=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC986 is #353679. Grayscale: #C1C1C1. Windows color (decimal): -3487354 or 8833482. OLE color: 8833482.

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

Color convert

RGB202201134-
CMYK00.000.340.21
HSL59.12º39.08%65.88%-
HSV(B)59.12º33.66%79.22%-
XYZ49.5556.0530.76-
YUV193.6694.33133.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 134 (52.73% from 255) = 24.95%
R=37.62%
G=37.43%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220113400.000.340.2159.1239.0865.88
HexCAC9860022153b2742
Octal3123112060042257347102
Binary11001010110010011000011000100010101011110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC986; }

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

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

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

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

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

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

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

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