#CAC890

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

Shades of Deco #CAC890

Tints of Deco #CAC890

Color information

#CAC890 (or 0xCAC890) is unknown color: approx Deco. HEX triplet: CA, C8 and 90. RGB value is (202,200,144). Sum of RGB (Red+Green+Blue) = 202+200+144=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC890 is #35376F. Grayscale: #C2C2C2. Windows color (decimal): -3487600 or 9488586. OLE color: 9488586.

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

Color convert

RGB202200144-
CMYK00.010.290.21
HSL57.93º35.37%67.84%-
HSV(B)57.93º28.71%79.22%-
XYZ50.0555.8834.53-
YUV194.2199.66133.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 144 (56.64% from 255) = 26.37%
R=37.00%
G=36.63%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220014400.010.290.2157.9335.3767.84
HexCAC890011D153a2344
Octal3123102200135257243104
Binary1100101011001000100100000111101101011110101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC890; }

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

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

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

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

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

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

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

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