#CAA587

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

Shades of Cameo #CAA587

Tints of Cameo #CAA587

Color information

#CAA587 (or 0xCAA587) is unknown color: approx Cameo. HEX triplet: CA, A5 and 87. RGB value is (202,165,135). Sum of RGB (Red+Green+Blue) = 202+165+135=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA587 is #355A78. Grayscale: #ACACAC. Windows color (decimal): -3496569 or 8889802. OLE color: 8889802.

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

Color convert

RGB202165135-
CMYK00.180.330.21
HSL26.87º38.73%66.08%-
HSV(B)26.87º33.17%79.22%-
XYZ42.1941.2228.65-
YUV172.64106.76148.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 135 (53.12% from 255) = 26.89%
R=40.24%
G=32.87%
B=26.89%

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
Decimal20216513500.180.330.2126.8738.7366.08
HexCAA58701221151b2742
Octal31224520702241253347102
Binary11001010101001011000011101001010000110101110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA587; }

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

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

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

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

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

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

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

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