#C09DB5

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

Shades of Lily #C09DB5

Tints of Lily #C09DB5

Color information

#C09DB5 (or 0xC09DB5) is unknown color: approx Lily. HEX triplet: C0, 9D and B5. RGB value is (192,157,181). Sum of RGB (Red+Green+Blue) = 192+157+181=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DB5 is #3F624A. Grayscale: #AAAAAA. Windows color (decimal): -4153931 or 11902400. OLE color: 11902400.

HSL color Cylindrical-coordinate representation of color #C09DB5: hue angle of 318.86º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09DB5 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB192157181-
CMYK00.180.060.25
HSL318.86º21.74%68.43%-
HSV(B)318.86º18.23%75.29%-
XYZ42.1438.6648.96-
YUV170.2134.1143.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=36.23%
G=29.62%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215718100.180.060.25318.8621.7468.43
HexC09DB501261913f1644
Octal30023526502263147726104
Binary11000000100111011011010101001011011001100111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DB5; }

 p { color: rgb(192,157,181); }

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

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

 a { background-color: rgb(192,157,181); }

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

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

 span { border-color: rgb(192,157,181); }

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