#C09FB4

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

Shades of Lily #C09FB4

Tints of Lily #C09FB4

Color information

#C09FB4 (or 0xC09FB4) is unknown color: approx Lily. HEX triplet: C0, 9F and B4. RGB value is (192,159,180). Sum of RGB (Red+Green+Blue) = 192+159+180=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FB4 is #3F604B. Grayscale: #ABABAB. Windows color (decimal): -4153420 or 11837376. OLE color: 11837376.

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

Color convert

RGB192159180-
CMYK00.170.060.25
HSL321.82º20.75%68.82%-
HSV(B)321.82º17.19%75.29%-
XYZ42.3739.348.53-
YUV171.26132.93142.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=36.16%
G=29.94%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215918000.170.060.25321.8220.7568.82
HexC09FB40116191421545
Octal30023726402163150225105
Binary11000000100111111011010001000111011001101000010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FB4; }

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

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

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

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

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

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

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

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