#C9A1B7

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

Shades of Lily #C9A1B7

Tints of Lily #C9A1B7

Color information

#C9A1B7 (or 0xC9A1B7) is unknown color: approx Lily. HEX triplet: C9, A1 and B7. RGB value is (201,161,183). Sum of RGB (Red+Green+Blue) = 201+161+183=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1B7 is #365E48. Grayscale: #AFAFAF. Windows color (decimal): -3563081 or 12034505. OLE color: 12034505.

HSL color Cylindrical-coordinate representation of color #C9A1B7: hue angle of 327º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A1B7 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB201161183-
CMYK00.200.090.21
HSL327º27.03%70.98%-
HSV(B)327º19.9%78.82%-
XYZ45.3841.3350.38-
YUV175.47132.25146.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.88%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=36.88%
G=29.54%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116118300.200.090.2132727.0370.98
HexC9A1B70149151471b47
Octal311241267024112550733107
Binary110010011010000110110111010100100110101101000111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A1B7; }

 p { color: rgb(201,161,183); }

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

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

 a { background-color: rgb(201,161,183); }

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

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

 span { border-color: rgb(201,161,183); }

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