Shades of Lily #CF9AC0
Tints of Lily #CF9AC0
RGB
CMYK
RGB Variations
Color information
#CF9AC0 (or 0xCF9AC0) is known color: Lily. HEX triplet: CF, 9A and C0. RGB value is (207,154,192). Sum of RGB (Red+Green+Blue) = 207+154+192=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9AC0 is #30653F. Grayscale: #AEAEAE. Windows color (decimal): -3171648 or 12622543. OLE color: 12622543.
HSL color Cylindrical-coordinate representation of color #CF9AC0: hue angle of 316.98º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9AC0 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 192 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.19 |
| HSL | 316.98º | 0.36% | 0.71% | - |
| HSV(B) | 316.98º | 0.26% | 0.81% | - |
| XYZ | 46.8 | 40.18 | 55.16 | - |
| YUV | 174.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 192 | 0 | 0.26 | 0.07 | 0.19 | 316.98 | 0.36 | 0.71 |
| Hex | CF | 9A | C0 | 0 | 1A | 7 | 13 | 13D | 24 | 47 |
| Octal | 317 | 232 | 300 | 0 | 32 | 7 | 23 | 475 | 44 | 107 |
| Binary | 11001111 | 10011010 | 11000000 | 0 | 11010 | 111 | 10011 | 100111101 | 100100 | 1000111 |
Color Harmonies of #CF9AC0
Complementary color
Monochromatic Colors of #CF9AC0
Black with #CF9AC0
Text Example
Text Example
White with #CF9AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9AC0; }
p { color: rgb(207,154,192); }
H1.HeaderClassName
{
color: #CF9AC0;
}
.AnyTagClassName
{
color: #CF9AC0;
}
</style>
background-color css
<style>
a { background-color: #CF9AC0; }
a { background-color: rgb(207,154,192); }
div.DivClassName
{
background-color: #CF9AC0;
}
.BgClassName
{
background-color: #CF9AC0;
}
</style>
border-color css
<style>
span { border-color: #CF9AC0; }
span { border-color: rgb(207,154,192); }
td.TdClassName
{
border-color: #CF9AC0;
}
.TagClassName
{
border-color: #CF9AC0;
}
</style>