#CAA986

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

Shades of Cameo #CAA986

Tints of Cameo #CAA986

Color information

#CAA986 (or 0xCAA986) is unknown color: approx Cameo. HEX triplet: CA, A9 and 86. RGB value is (202,169,134). Sum of RGB (Red+Green+Blue) = 202+169+134=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA986 is #355679. Grayscale: #AFAFAF. Windows color (decimal): -3495546 or 8825290. OLE color: 8825290.

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

Color convert

RGB202169134-
CMYK00.160.340.21
HSL30.88º39.08%65.88%-
HSV(B)30.88º33.66%79.22%-
XYZ42.8542.6528.53-
YUV174.88104.93147.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=40%
G=33.47%
B=26.53%

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
Decimal20216913400.160.340.2130.8839.0865.88
HexCAA98601022151f2742
Octal31225120602042253747102
Binary11001010101010011000011001000010001010101111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA986; }

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

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

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

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

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

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

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

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