#CACA87

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

Shades of Deco #CACA87

Tints of Deco #CACA87

Color information

#CACA87 (or 0xCACA87) is unknown color: approx Deco. HEX triplet: CA, CA and 87. RGB value is (202,202,135). Sum of RGB (Red+Green+Blue) = 202+202+135=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA87 is #353578. Grayscale: #C2C2C2. Windows color (decimal): -3487097 or 8899274. OLE color: 8899274.

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

Color convert

RGB202202135-
CMYK000.330.21
HSL60º38.73%66.08%-
HSV(B)60º33.17%79.22%-
XYZ49.8556.5531.21-
YUV194.3694.5133.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 135 (53.12% from 255) = 25.05%
R=37.48%
G=37.48%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202135000.330.216038.7366.08
HexCACA870021153c2742
Octal3123122070041257447102
Binary11001010110010101000011100100001101011111001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA87; }

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

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

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

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

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

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

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

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