#CAC987

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

Shades of Deco #CAC987

Tints of Deco #CAC987

Color information

#CAC987 (or 0xCAC987) is unknown color: approx Deco. HEX triplet: CA, C9 and 87. RGB value is (202,201,135). Sum of RGB (Red+Green+Blue) = 202+201+135=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC987 is #353678. Grayscale: #C2C2C2. Windows color (decimal): -3487353 or 8899018. OLE color: 8899018.

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

Color convert

RGB202201135-
CMYK00.000.330.21
HSL59.1º38.73%66.08%-
HSV(B)59.1º33.17%79.22%-
XYZ49.6256.0831.13-
YUV193.7794.83133.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 201 (78.91% from 255) = 37.36%
BLUE value IS 135 (53.12% from 255) = 25.09%
R=37.55%
G=37.36%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220113500.000.330.2159.138.7366.08
HexCAC9870021153b2742
Octal3123112070041257347102
Binary11001010110010011000011100100001101011110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC987; }

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

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

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

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

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

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

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

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