#CAA487

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

Shades of Cameo #CAA487

Tints of Cameo #CAA487

Color information

#CAA487 (or 0xCAA487) is unknown color: approx Cameo. HEX triplet: CA, A4 and 87. RGB value is (202,164,135). Sum of RGB (Red+Green+Blue) = 202+164+135=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA487 is #355B78. Grayscale: #ACACAC. Windows color (decimal): -3496825 or 8889546. OLE color: 8889546.

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

Color convert

RGB202164135-
CMYK00.190.330.21
HSL25.97º38.73%66.08%-
HSV(B)25.97º33.17%79.22%-
XYZ42.0140.8628.59-
YUV172.06107.09149.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=40.32%
G=32.73%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216413500.190.330.2125.9738.7366.08
HexCAA48701321151a2742
Octal31224420702341253247102
Binary11001010101001001000011101001110000110101110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA487; }

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

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

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

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

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

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

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

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