#CAAA82

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

Shades of Cameo #CAAA82

Tints of Cameo #CAAA82

Color information

#CAAA82 (or 0xCAAA82) is unknown color: approx Cameo. HEX triplet: CA, AA and 82. RGB value is (202,170,130). Sum of RGB (Red+Green+Blue) = 202+170+130=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA82 is #35557D. Grayscale: #AFAFAF. Windows color (decimal): -3495294 or 8563402. OLE color: 8563402.

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

Color convert

RGB202170130-
CMYK00.160.360.21
HSL33.33º40.45%65.1%-
HSV(B)33.33º35.64%79.22%-
XYZ42.7642.9227.15-
YUV175.01102.6147.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=40.24%
G=33.86%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217013000.160.360.2133.3340.4565.1
HexCAAA820102415212841
Octal31225220202044254150101
Binary110010101010101010000010010000100100101011000011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA82; }

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

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

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

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

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

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

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

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