#C9A0BA

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

Shades of Lily #C9A0BA

Tints of Lily #C9A0BA

Color information

#C9A0BA (or 0xC9A0BA) is unknown color: approx Lily. HEX triplet: C9, A0 and BA. RGB value is (201,160,186). Sum of RGB (Red+Green+Blue) = 201+160+186=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A0BA is #365F45. Grayscale: #AFAFAF. Windows color (decimal): -3563334 or 12230857. OLE color: 12230857.

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

Color convert

RGB201160186-
CMYK00.200.070.21
HSL321.95º27.52%70.78%-
HSV(B)321.95º20.4%78.82%-
XYZ45.5241.151.99-
YUV175.22134.08146.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.75%
GREEN value IS 160 (62.89% from 255) = 29.25%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=36.75%
G=29.25%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116018600.200.070.21321.9527.5270.78
HexC9A0BA0147151421c47
Octal31124027202472550234107
Binary11001001101000001011101001010011110101101000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A0BA; }

 p { color: rgb(201,160,186); }

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

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

 a { background-color: rgb(201,160,186); }

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

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

 span { border-color: rgb(201,160,186); }

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