#CAC88E

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

Shades of Deco #CAC88E

Tints of Deco #CAC88E

Color information

#CAC88E (or 0xCAC88E) is unknown color: approx Deco. HEX triplet: CA, C8 and 8E. RGB value is (202,200,142). Sum of RGB (Red+Green+Blue) = 202+200+142=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC88E is #353771. Grayscale: #C2C2C2. Windows color (decimal): -3487602 or 9357514. OLE color: 9357514.

HSL color Cylindrical-coordinate representation of color #CAC88E: hue angle of 58º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC88E is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202200142-
CMYK00.010.300.21
HSL58º36.14%67.45%-
HSV(B)58º29.7%79.22%-
XYZ49.8955.8233.74-
YUV193.9998.66133.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=37.13%
G=36.76%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220014200.010.300.215836.1467.45
HexCAC88E011E153a2443
Octal3123102160136257244103
Binary1100101011001000100011100111110101011110101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC88E; }

 p { color: rgb(202,200,142); }

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

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

 a { background-color: rgb(202,200,142); }

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

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

 span { border-color: rgb(202,200,142); }

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