Shades of Lily #CF9CBB
Tints of Lily #CF9CBB
RGB
CMYK
RGB Variations
Color information
#CF9CBB (or 0xCF9CBB) is known color: Lily. HEX triplet: CF, 9C and BB. RGB value is (207,156,187). Sum of RGB (Red+Green+Blue) = 207+156+187=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CBB is #306344. Grayscale: #AEAEAE. Windows color (decimal): -3171141 or 12295375. OLE color: 12295375.
HSL color Cylindrical-coordinate representation of color #CF9CBB: hue angle of 323.53º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9CBB is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 187 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.19 |
| HSL | 323.53º | 0.35% | 0.71% | - |
| HSV(B) | 323.53º | 0.25% | 0.81% | - |
| XYZ | 46.59 | 40.63 | 52.4 | - |
| YUV | 174.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 187 | 0 | 0.25 | 0.10 | 0.19 | 323.53 | 0.35 | 0.71 |
| Hex | CF | 9C | BB | 0 | 19 | A | 13 | 144 | 23 | 47 |
| Octal | 317 | 234 | 273 | 0 | 31 | 12 | 23 | 504 | 43 | 107 |
| Binary | 11001111 | 10011100 | 10111011 | 0 | 11001 | 1010 | 10011 | 101000100 | 100011 | 1000111 |
Color Harmonies of #CF9CBB
Complementary color
Monochromatic Colors of #CF9CBB
Black with #CF9CBB
Text Example
Text Example
White with #CF9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CBB; }
p { color: rgb(207,156,187); }
H1.HeaderClassName
{
color: #CF9CBB;
}
.AnyTagClassName
{
color: #CF9CBB;
}
</style>
background-color css
<style>
a { background-color: #CF9CBB; }
a { background-color: rgb(207,156,187); }
div.DivClassName
{
background-color: #CF9CBB;
}
.BgClassName
{
background-color: #CF9CBB;
}
</style>
border-color css
<style>
span { border-color: #CF9CBB; }
span { border-color: rgb(207,156,187); }
td.TdClassName
{
border-color: #CF9CBB;
}
.TagClassName
{
border-color: #CF9CBB;
}
</style>