#C9AAB9

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

Shades of Lily #C9AAB9

Tints of Lily #C9AAB9

Color information

#C9AAB9 (or 0xC9AAB9) is unknown color: approx Lily. HEX triplet: C9, AA and B9. RGB value is (201,170,185). Sum of RGB (Red+Green+Blue) = 201+170+185=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AAB9 is #365546. Grayscale: #B4B4B4. Windows color (decimal): -3560775 or 12167881. OLE color: 12167881.

HSL color Cylindrical-coordinate representation of color #C9AAB9: hue angle of 330.97º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9AAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB201170185-
CMYK00.150.080.21
HSL330.97º22.3%72.75%-
HSV(B)330.97º15.42%78.82%-
XYZ47.2244.6752.03-
YUV180.98130.27142.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=36.15%
G=30.58%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117018500.150.080.21330.9722.372.75
HexC9AAB90F81514b1649
Octal311252271017102551326111
Binary11001001101010101011100101111100010101101001011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AAB9; }

 p { color: rgb(201,170,185); }

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

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

 a { background-color: rgb(201,170,185); }

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

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

 span { border-color: rgb(201,170,185); }

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