#C9A1BC

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

Shades of Lily #C9A1BC

Tints of Lily #C9A1BC

Color information

#C9A1BC (or 0xC9A1BC) is unknown color: approx Lily. HEX triplet: C9, A1 and BC. RGB value is (201,161,188). Sum of RGB (Red+Green+Blue) = 201+161+188=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1BC is #365E43. Grayscale: #AFAFAF. Windows color (decimal): -3563076 or 12362185. OLE color: 12362185.

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

Color convert

RGB201161188-
CMYK00.200.060.21
HSL319.5º27.03%70.98%-
HSV(B)319.5º19.9%78.82%-
XYZ45.9141.5453.17-
YUV176.04134.75145.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=36.55%
G=29.27%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116118800.200.060.21319.527.0370.98
HexC9A1BC0146151401b47
Octal31124127402462550033107
Binary11001001101000011011110001010011010101101000000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A1BC; }

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

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

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

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

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

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

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

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