#CACA89

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

Shades of Deco #CACA89

Tints of Deco #CACA89

Color information

#CACA89 (or 0xCACA89) is unknown color: approx Deco. HEX triplet: CA, CA and 89. RGB value is (202,202,137). Sum of RGB (Red+Green+Blue) = 202+202+137=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA89 is #353576. Grayscale: #C2C2C2. Windows color (decimal): -3487095 or 9030346. OLE color: 9030346.

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

Color convert

RGB202202137-
CMYK000.320.21
HSL60º38.01%66.47%-
HSV(B)60º32.18%79.22%-
XYZ49.9956.631.96-
YUV194.5995.5133.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 137 (53.91% from 255) = 25.32%
R=37.34%
G=37.34%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202137000.320.216038.0166.47
HexCACA890020153c2642
Octal3123122110040257446102
Binary11001010110010101000100100100000101011111001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA89; }

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

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

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

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

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

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

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

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