#C09DB0

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

Shades of Lily #C09DB0

Tints of Lily #C09DB0

Color information

#C09DB0 (or 0xC09DB0) is unknown color: approx Lily. HEX triplet: C0, 9D and B0. RGB value is (192,157,176). Sum of RGB (Red+Green+Blue) = 192+157+176=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09DB0 is #3F624F. Grayscale: #A9A9A9. Windows color (decimal): -4153936 or 11574720. OLE color: 11574720.

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

Color convert

RGB192157176-
CMYK00.180.080.25
HSL327.43º21.74%68.43%-
HSV(B)327.43º18.23%75.29%-
XYZ41.6338.4646.3-
YUV169.63131.6143.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 176 (69.14% from 255) = 33.52%
R=36.57%
G=29.90%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215717600.180.080.25327.4321.7468.43
HexC09DB00128191471644
Octal300235260022103150726104
Binary110000001001110110110000010010100011001101000111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DB0; }

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

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

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

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

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

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

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

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