#CACA80

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

Shades of Deco #CACA80

Tints of Deco #CACA80

Color information

#CACA80 (or 0xCACA80) is unknown color: approx Deco. HEX triplet: CA, CA and 80. RGB value is (202,202,128). Sum of RGB (Red+Green+Blue) = 202+202+128=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA80 is #35357F. Grayscale: #C1C1C1. Windows color (decimal): -3487104 or 8440522. OLE color: 8440522.

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

Color convert

RGB202202128-
CMYK000.370.21
HSL60º41.11%64.71%-
HSV(B)60º36.63%79.22%-
XYZ49.3756.3628.7-
YUV193.5691134.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=37.97%
G=37.97%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202128000.370.216041.1164.71
HexCACA800025153c2941
Octal3123122000045257451101
Binary11001010110010101000000000100101101011111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA80; }

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

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

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

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

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

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

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

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