Shades of Lily #CF9CB7
Tints of Lily #CF9CB7
RGB
CMYK
RGB Variations
Color information
#CF9CB7 (or 0xCF9CB7) is known color: Lily. HEX triplet: CF, 9C and B7. RGB value is (207,156,183). Sum of RGB (Red+Green+Blue) = 207+156+183=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CB7 is #306348. Grayscale: #AEAEAE. Windows color (decimal): -3171145 or 12033231. OLE color: 12033231.
HSL color Cylindrical-coordinate representation of color #CF9CB7: hue angle of 328.24º 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 #CF9CB7 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 183 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.19 |
| HSL | 328.24º | 0.35% | 0.71% | - |
| HSV(B) | 328.24º | 0.25% | 0.81% | - |
| XYZ | 46.17 | 40.46 | 50.18 | - |
| YUV | 174.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 183 | 0 | 0.25 | 0.12 | 0.19 | 328.24 | 0.35 | 0.71 |
| Hex | CF | 9C | B7 | 0 | 19 | C | 13 | 148 | 23 | 47 |
| Octal | 317 | 234 | 267 | 0 | 31 | 14 | 23 | 510 | 43 | 107 |
| Binary | 11001111 | 10011100 | 10110111 | 0 | 11001 | 1100 | 10011 | 101001000 | 100011 | 1000111 |
Color Harmonies of #CF9CB7
Complementary color
Monochromatic Colors of #CF9CB7
Black with #CF9CB7
Text Example
Text Example
White with #CF9CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CB7; }
p { color: rgb(207,156,183); }
H1.HeaderClassName
{
color: #CF9CB7;
}
.AnyTagClassName
{
color: #CF9CB7;
}
</style>
background-color css
<style>
a { background-color: #CF9CB7; }
a { background-color: rgb(207,156,183); }
div.DivClassName
{
background-color: #CF9CB7;
}
.BgClassName
{
background-color: #CF9CB7;
}
</style>
border-color css
<style>
span { border-color: #CF9CB7; }
span { border-color: rgb(207,156,183); }
td.TdClassName
{
border-color: #CF9CB7;
}
.TagClassName
{
border-color: #CF9CB7;
}
</style>