#C9ABB8

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

Shades of Lily #C9ABB8

Tints of Lily #C9ABB8

Color information

#C9ABB8 (or 0xC9ABB8) is unknown color: approx Lily. HEX triplet: C9, AB and B8. RGB value is (201,171,184). Sum of RGB (Red+Green+Blue) = 201+171+184=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABB8 is #365447. Grayscale: #B5B5B5. Windows color (decimal): -3560520 or 12102601. OLE color: 12102601.

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

Color convert

RGB201171184-
CMYK00.150.080.21
HSL334º21.74%72.94%-
HSV(B)334º14.93%78.82%-
XYZ47.34551.54-
YUV181.45129.44141.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 184 (72.27% from 255) = 33.09%
R=36.15%
G=30.76%
B=33.09%

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
Decimal20117118400.150.080.2133421.7472.94
HexC9ABB80F81514e1649
Octal311253270017102551626111
Binary11001001101010111011100001111100010101101001110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABB8; }

 p { color: rgb(201,171,184); }

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

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

 a { background-color: rgb(201,171,184); }

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

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

 span { border-color: rgb(201,171,184); }

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