#C9ABB6

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

Shades of Lily #C9ABB6

Tints of Lily #C9ABB6

Color information

#C9ABB6 (or 0xC9ABB6) is unknown color: approx Lily. HEX triplet: C9, AB and B6. RGB value is (201,171,182). Sum of RGB (Red+Green+Blue) = 201+171+182=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABB6 is #365449. Grayscale: #B5B5B5. Windows color (decimal): -3560522 or 11971529. OLE color: 11971529.

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

Color convert

RGB201171182-
CMYK00.150.090.21
HSL338º21.74%72.94%-
HSV(B)338º14.93%78.82%-
XYZ47.0944.9250.44-
YUV181.22128.44142.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.28%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 182 (71.48% from 255) = 32.85%
R=36.28%
G=30.87%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117118200.150.090.2133821.7472.94
HexC9ABB60F9151521649
Octal311253266017112552226111
Binary11001001101010111011011001111100110101101010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABB6; }

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

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

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

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

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

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

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

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