#CAA386

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

Shades of Cameo #CAA386

Tints of Cameo #CAA386

Color information

#CAA386 (or 0xCAA386) is unknown color: approx Cameo. HEX triplet: CA, A3 and 86. RGB value is (202,163,134). Sum of RGB (Red+Green+Blue) = 202+163+134=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA386 is #355C79. Grayscale: #ABABAB. Windows color (decimal): -3497082 or 8823754. OLE color: 8823754.

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

Color convert

RGB202163134-
CMYK00.190.340.21
HSL25.59º39.08%65.88%-
HSV(B)25.59º33.66%79.22%-
XYZ41.7640.4728.17-
YUV171.36106.92149.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=40.48%
G=32.67%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216313400.190.340.2125.5939.0865.88
HexCAA38601322151a2742
Octal31224320602342253247102
Binary11001010101000111000011001001110001010101110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA386; }

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

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

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

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

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

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

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

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