#CAA786

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

Shades of Cameo #CAA786

Tints of Cameo #CAA786

Color information

#CAA786 (or 0xCAA786) is unknown color: approx Cameo. HEX triplet: CA, A7 and 86. RGB value is (202,167,134). Sum of RGB (Red+Green+Blue) = 202+167+134=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA786 is #355879. Grayscale: #ADADAD. Windows color (decimal): -3496058 or 8824778. OLE color: 8824778.

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

Color convert

RGB202167134-
CMYK00.170.340.21
HSL29.12º39.08%65.88%-
HSV(B)29.12º33.66%79.22%-
XYZ42.4841.9228.41-
YUV173.7105.6148.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=40.16%
G=33.20%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216713400.170.340.2129.1239.0865.88
HexCAA78601122151d2742
Octal31224720602142253547102
Binary11001010101001111000011001000110001010101111011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA786; }

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

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

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

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

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

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

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

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