#CAC882

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

Shades of Deco #CAC882

Tints of Deco #CAC882

Color information

#CAC882 (or 0xCAC882) is unknown color: approx Deco. HEX triplet: CA, C8 and 82. RGB value is (202,200,130). Sum of RGB (Red+Green+Blue) = 202+200+130=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC882 is #35377D. Grayscale: #C0C0C0. Windows color (decimal): -3487614 or 8571082. OLE color: 8571082.

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

Color convert

RGB202200130-
CMYK00.010.360.21
HSL58.33º40.45%65.1%-
HSV(B)58.33º35.64%79.22%-
XYZ49.0455.4829.24-
YUV192.6292.66134.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=37.97%
G=37.59%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220013000.010.360.2158.3340.4565.1
HexCAC8820124153a2841
Octal3123102020144257250101
Binary11001010110010001000001001100100101011110101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC882; }

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

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

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

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

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

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

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

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