Shades of Lily #C09DB4
Tints of Lily #C09DB4
RGB
CMYK
RGB Variations
Color information
#C09DB4 (or 0xC09DB4) is known color: Lily. HEX triplet: C0, 9D and B4. RGB value is (192,157,180). Sum of RGB (Red+Green+Blue) = 192+157+180=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DB4 is #3F624B. Grayscale: #AAAAAA. Windows color (decimal): -4153932 or 11836864. OLE color: 11836864.
HSL color Cylindrical-coordinate representation of color #C09DB4: hue angle of 320.57º 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 #C09DB4 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 180 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.25 |
| HSL | 320.57º | 0.22% | 0.68% | - |
| HSV(B) | 320.57º | 0.18% | 0.75% | - |
| XYZ | 42.03 | 38.62 | 48.42 | - |
| YUV | 170.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 180 | 0 | 0.18 | 0.06 | 0.25 | 320.57 | 0.22 | 0.68 |
| Hex | C0 | 9D | B4 | 0 | 12 | 6 | 19 | 141 | 16 | 44 |
| Octal | 300 | 235 | 264 | 0 | 22 | 6 | 31 | 501 | 26 | 104 |
| Binary | 11000000 | 10011101 | 10110100 | 0 | 10010 | 110 | 11001 | 101000001 | 10110 | 1000100 |
Color Harmonies of #C09DB4
Complementary color
Monochromatic Colors of #C09DB4
Black with #C09DB4
Text Example
Text Example
White with #C09DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DB4; }
p { color: rgb(192,157,180); }
H1.HeaderClassName
{
color: #C09DB4;
}
.AnyTagClassName
{
color: #C09DB4;
}
</style>
background-color css
<style>
a { background-color: #C09DB4; }
a { background-color: rgb(192,157,180); }
div.DivClassName
{
background-color: #C09DB4;
}
.BgClassName
{
background-color: #C09DB4;
}
</style>
border-color css
<style>
span { border-color: #C09DB4; }
span { border-color: rgb(192,157,180); }
td.TdClassName
{
border-color: #C09DB4;
}
.TagClassName
{
border-color: #C09DB4;
}
</style>