Shades of Lily #C09DB7
Tints of Lily #C09DB7
RGB
CMYK
RGB Variations
Color information
#C09DB7 (or 0xC09DB7) is known color: Lily. HEX triplet: C0, 9D and B7. RGB value is (192,157,183). Sum of RGB (Red+Green+Blue) = 192+157+183=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DB7 is #3F6248. Grayscale: #AAAAAA. Windows color (decimal): -4153929 or 12033472. OLE color: 12033472.
HSL color Cylindrical-coordinate representation of color #C09DB7: hue angle of 315.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 #C09DB7 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 183 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.25 |
| HSL | 315.43º | 0.22% | 0.68% | - |
| HSV(B) | 315.43º | 0.18% | 0.75% | - |
| XYZ | 42.34 | 38.74 | 50.05 | - |
| YUV | 170.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 183 | 0 | 0.18 | 0.05 | 0.25 | 315.43 | 0.22 | 0.68 |
| Hex | C0 | 9D | B7 | 0 | 12 | 5 | 19 | 13B | 16 | 44 |
| Octal | 300 | 235 | 267 | 0 | 22 | 5 | 31 | 473 | 26 | 104 |
| Binary | 11000000 | 10011101 | 10110111 | 0 | 10010 | 101 | 11001 | 100111011 | 10110 | 1000100 |
Color Harmonies of #C09DB7
Complementary color
Monochromatic Colors of #C09DB7
Black with #C09DB7
Text Example
Text Example
White with #C09DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DB7; }
p { color: rgb(192,157,183); }
H1.HeaderClassName
{
color: #C09DB7;
}
.AnyTagClassName
{
color: #C09DB7;
}
</style>
background-color css
<style>
a { background-color: #C09DB7; }
a { background-color: rgb(192,157,183); }
div.DivClassName
{
background-color: #C09DB7;
}
.BgClassName
{
background-color: #C09DB7;
}
</style>
border-color css
<style>
span { border-color: #C09DB7; }
span { border-color: rgb(192,157,183); }
td.TdClassName
{
border-color: #C09DB7;
}
.TagClassName
{
border-color: #C09DB7;
}
</style>