Shades of Lily #C09DAB
Tints of Lily #C09DAB
RGB
CMYK
RGB Variations
Color information
#C09DAB (or 0xC09DAB) is known color: Lily. HEX triplet: C0, 9D and AB. RGB value is (192,157,171). Sum of RGB (Red+Green+Blue) = 192+157+171=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09DAB is #3F6254. Grayscale: #A9A9A9. Windows color (decimal): -4153941 or 11247040. OLE color: 11247040.
HSL color Cylindrical-coordinate representation of color #C09DAB: hue angle of 336º 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 #C09DAB is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 171 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.25 |
| HSL | 336º | 0.22% | 0.68% | - |
| HSV(B) | 336º | 0.18% | 0.75% | - |
| XYZ | 41.15 | 38.26 | 43.74 | - |
| YUV | 169.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 171 | 0 | 0.18 | 0.11 | 0.25 | 336 | 0.22 | 0.68 |
| Hex | C0 | 9D | AB | 0 | 12 | B | 19 | 150 | 16 | 44 |
| Octal | 300 | 235 | 253 | 0 | 22 | 13 | 31 | 520 | 26 | 104 |
| Binary | 11000000 | 10011101 | 10101011 | 0 | 10010 | 1011 | 11001 | 101010000 | 10110 | 1000100 |
Color Harmonies of #C09DAB
Complementary color
Monochromatic Colors of #C09DAB
Black with #C09DAB
Text Example
Text Example
White with #C09DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DAB; }
p { color: rgb(192,157,171); }
H1.HeaderClassName
{
color: #C09DAB;
}
.AnyTagClassName
{
color: #C09DAB;
}
</style>
background-color css
<style>
a { background-color: #C09DAB; }
a { background-color: rgb(192,157,171); }
div.DivClassName
{
background-color: #C09DAB;
}
.BgClassName
{
background-color: #C09DAB;
}
</style>
border-color css
<style>
span { border-color: #C09DAB; }
span { border-color: rgb(192,157,171); }
td.TdClassName
{
border-color: #C09DAB;
}
.TagClassName
{
border-color: #C09DAB;
}
</style>