#CACA82

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

Shades of Deco #CACA82

Tints of Deco #CACA82

Color information

#CACA82 (or 0xCACA82) is unknown color: approx Deco. HEX triplet: CA, CA and 82. RGB value is (202,202,130). Sum of RGB (Red+Green+Blue) = 202+202+130=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA82 is #35357D. Grayscale: #C2C2C2. Windows color (decimal): -3487102 or 8571594. OLE color: 8571594.

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

Color convert

RGB202202130-
CMYK000.360.21
HSL60º40.45%65.1%-
HSV(B)60º35.64%79.22%-
XYZ49.5156.4129.4-
YUV193.7992133.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=37.83%
G=37.83%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202130000.360.216040.4565.1
HexCACA820024153c2841
Octal3123122020044257450101
Binary11001010110010101000001000100100101011111001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA82; }

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

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

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

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

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

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

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

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