#CAAB86

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

Shades of Cameo #CAAB86

Tints of Cameo #CAAB86

Color information

#CAAB86 (or 0xCAAB86) is unknown color: approx Cameo. HEX triplet: CA, AB and 86. RGB value is (202,171,134). Sum of RGB (Red+Green+Blue) = 202+171+134=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAB86 is #355479. Grayscale: #B0B0B0. Windows color (decimal): -3495034 or 8825802. OLE color: 8825802.

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

Color convert

RGB202171134-
CMYK00.150.340.21
HSL32.65º39.08%65.88%-
HSV(B)32.65º33.66%79.22%-
XYZ43.2243.428.65-
YUV176.05104.27146.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=39.84%
G=33.73%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217113400.150.340.2132.6539.0865.88
HexCAAB860F2215212742
Octal31225320601742254147102
Binary11001010101010111000011001111100010101011000011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB86; }

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

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

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

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

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

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

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

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