#C09FB9

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

Shades of Lily #C09FB9

Tints of Lily #C09FB9

Color information

#C09FB9 (or 0xC09FB9) is unknown color: approx Lily. HEX triplet: C0, 9F and B9. RGB value is (192,159,185). Sum of RGB (Red+Green+Blue) = 192+159+185=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FB9 is #3F6046. Grayscale: #ABABAB. Windows color (decimal): -4153415 or 12165056. OLE color: 12165056.

HSL color Cylindrical-coordinate representation of color #C09FB9: hue angle of 312.73º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C09FB9 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192159185-
CMYK00.170.040.25
HSL312.73º20.75%68.82%-
HSV(B)312.73º17.19%75.29%-
XYZ42.8939.5151.26-
YUV171.83135.43142.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=35.82%
G=29.66%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215918500.170.040.25312.7320.7568.82
HexC09FB90114191391545
Octal30023727102143147125105
Binary11000000100111111011100101000110011001100111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FB9; }

 p { color: rgb(192,159,185); }

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

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

 a { background-color: rgb(192,159,185); }

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

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

 span { border-color: rgb(192,159,185); }

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