#CAA086

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

Shades of Cameo #CAA086

Tints of Cameo #CAA086

Color information

#CAA086 (or 0xCAA086) is unknown color: approx Cameo. HEX triplet: CA, A0 and 86. RGB value is (202,160,134). Sum of RGB (Red+Green+Blue) = 202+160+134=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA086 is #355F79. Grayscale: #A9A9A9. Windows color (decimal): -3497850 or 8822986. OLE color: 8822986.

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

Color convert

RGB202160134-
CMYK00.210.340.21
HSL22.94º39.08%65.88%-
HSV(B)22.94º33.66%79.22%-
XYZ41.2339.4227.99-
YUV169.59107.91151.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=40.73%
G=32.26%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216013400.210.340.2122.9439.0865.88
HexCAA0860152215172742
Octal31224020602542252747102
Binary11001010101000001000011001010110001010101101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA086; }

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

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

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

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

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

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

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

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