#CAA687

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

Shades of Cameo #CAA687

Tints of Cameo #CAA687

Color information

#CAA687 (or 0xCAA687) is unknown color: approx Cameo. HEX triplet: CA, A6 and 87. RGB value is (202,166,135). Sum of RGB (Red+Green+Blue) = 202+166+135=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA687 is #355978. Grayscale: #ADADAD. Windows color (decimal): -3496313 or 8890058. OLE color: 8890058.

HSL color Cylindrical-coordinate representation of color #CAA687: hue angle of 27.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA687 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202166135-
CMYK00.180.330.21
HSL27.76º38.73%66.08%-
HSV(B)27.76º33.17%79.22%-
XYZ42.3741.5828.71-
YUV173.23106.43148.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=40.16%
G=33.00%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216613500.180.330.2127.7638.7366.08
HexCAA68701221151c2742
Octal31224620702241253447102
Binary11001010101001101000011101001010000110101111001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA687; }

 p { color: rgb(202,166,135); }

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

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

 a { background-color: rgb(202,166,135); }

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

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

 span { border-color: rgb(202,166,135); }

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