#CAC889

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

Shades of Deco #CAC889

Tints of Deco #CAC889

Color information

#CAC889 (or 0xCAC889) is unknown color: approx Deco. HEX triplet: CA, C8 and 89. RGB value is (202,200,137). Sum of RGB (Red+Green+Blue) = 202+200+137=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC889 is #353776. Grayscale: #C1C1C1. Windows color (decimal): -3487607 or 9029834. OLE color: 9029834.

HSL color Cylindrical-coordinate representation of color #CAC889: hue angle of 58.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC889 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202200137-
CMYK00.010.320.21
HSL58.15º38.01%66.47%-
HSV(B)58.15º32.18%79.22%-
XYZ49.5355.6731.8-
YUV193.4296.16134.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 137 (53.91% from 255) = 25.42%
R=37.48%
G=37.11%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220013700.010.320.2158.1538.0166.47
HexCAC8890120153a2642
Octal3123102110140257246102
Binary11001010110010001000100101100000101011110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC889; }

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

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

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

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

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

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

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

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