#CAAA86

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

Shades of Cameo #CAAA86

Tints of Cameo #CAAA86

Color information

#CAAA86 (or 0xCAAA86) is unknown color: approx Cameo. HEX triplet: CA, AA and 86. RGB value is (202,170,134). Sum of RGB (Red+Green+Blue) = 202+170+134=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA86 is #355579. Grayscale: #AFAFAF. Windows color (decimal): -3495290 or 8825546. OLE color: 8825546.

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

Color convert

RGB202170134-
CMYK00.160.340.21
HSL31.76º39.08%65.88%-
HSV(B)31.76º33.66%79.22%-
XYZ43.0343.0328.59-
YUV175.46104.6146.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=39.92%
G=33.60%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217013400.160.340.2131.7639.0865.88
HexCAAA860102215202742
Octal31225220602042254047102
Binary110010101010101010000110010000100010101011000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA86; }

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

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

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

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

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

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

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

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