#CAA189

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

Shades of Cameo #CAA189

Tints of Cameo #CAA189

Color information

#CAA189 (or 0xCAA189) is unknown color: approx Cameo. HEX triplet: CA, A1 and 89. RGB value is (202,161,137). Sum of RGB (Red+Green+Blue) = 202+161+137=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA189 is #355E76. Grayscale: #AAAAAA. Windows color (decimal): -3497591 or 9019850. OLE color: 9019850.

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

Color convert

RGB202161137-
CMYK00.200.320.21
HSL22.15º38.01%66.47%-
HSV(B)22.15º32.18%79.22%-
XYZ41.6239.8529.17-
YUV170.52109.08150.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 137 (53.91% from 255) = 27.4%
R=40.4%
G=32.2%
B=27.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216113700.200.320.2122.1538.0166.47
HexCAA1890142015162642
Octal31224121102440252646102
Binary11001010101000011000100101010010000010101101101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA189; }

 p { color: rgb(202,161,137); }

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

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

 a { background-color: rgb(202,161,137); }

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

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

 span { border-color: rgb(202,161,137); }

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