#C09FB6

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

Shades of Lily #C09FB6

Tints of Lily #C09FB6

Color information

#C09FB6 (or 0xC09FB6) is unknown color: approx Lily. HEX triplet: C0, 9F and B6. RGB value is (192,159,182). Sum of RGB (Red+Green+Blue) = 192+159+182=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FB6 is #3F6049. Grayscale: #ABABAB. Windows color (decimal): -4153418 or 11968448. OLE color: 11968448.

HSL color Cylindrical-coordinate representation of color #C09FB6: hue angle of 318.18º 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 #C09FB6 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB192159182-
CMYK00.170.050.25
HSL318.18º20.75%68.82%-
HSV(B)318.18º17.19%75.29%-
XYZ42.5839.3849.61-
YUV171.49133.93142.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=36.02%
G=29.83%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215918200.170.050.25318.1820.7568.82
HexC09FB601151913e1545
Octal30023726602153147625105
Binary11000000100111111011011001000110111001100111110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FB6; }

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

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

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

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

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

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

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

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