#CAC789

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

Shades of Deco #CAC789

Tints of Deco #CAC789

Color information

#CAC789 (or 0xCAC789) is unknown color: approx Deco. HEX triplet: CA, C7 and 89. RGB value is (202,199,137). Sum of RGB (Red+Green+Blue) = 202+199+137=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC789 is #353876. Grayscale: #C1C1C1. Windows color (decimal): -3487863 or 9029578. OLE color: 9029578.

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

Color convert

RGB202199137-
CMYK00.010.320.21
HSL57.23º38.01%66.47%-
HSV(B)57.23º32.18%79.22%-
XYZ49.355.2131.73-
YUV192.8396.49134.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 199 (78.12% from 255) = 36.99%
BLUE value IS 137 (53.91% from 255) = 25.46%
R=37.55%
G=36.99%
B=25.46%

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
Decimal20219913700.010.320.2157.2338.0166.47
HexCAC789012015392642
Octal3123072110140257146102
Binary11001010110001111000100101100000101011110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC789; }

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

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

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

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

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

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

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

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