Shades of Lily #CF9CB6
Tints of Lily #CF9CB6
RGB
CMYK
RGB Variations
Color information
#CF9CB6 (or 0xCF9CB6) is known color: Lily. HEX triplet: CF, 9C and B6. RGB value is (207,156,182). Sum of RGB (Red+Green+Blue) = 207+156+182=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CB6 is #306349. Grayscale: #AEAEAE. Windows color (decimal): -3171146 or 11967695. OLE color: 11967695.
HSL color Cylindrical-coordinate representation of color #CF9CB6: hue angle of 329.41º 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 #CF9CB6 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 182 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.19 |
| HSL | 329.41º | 0.35% | 0.71% | - |
| HSV(B) | 329.41º | 0.25% | 0.81% | - |
| XYZ | 46.06 | 40.42 | 49.63 | - |
| YUV | 174.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 182 | 0 | 0.25 | 0.12 | 0.19 | 329.41 | 0.35 | 0.71 |
| Hex | CF | 9C | B6 | 0 | 19 | C | 13 | 149 | 23 | 47 |
| Octal | 317 | 234 | 266 | 0 | 31 | 14 | 23 | 511 | 43 | 107 |
| Binary | 11001111 | 10011100 | 10110110 | 0 | 11001 | 1100 | 10011 | 101001001 | 100011 | 1000111 |
Color Harmonies of #CF9CB6
Complementary color
Monochromatic Colors of #CF9CB6
Black with #CF9CB6
Text Example
Text Example
White with #CF9CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CB6; }
p { color: rgb(207,156,182); }
H1.HeaderClassName
{
color: #CF9CB6;
}
.AnyTagClassName
{
color: #CF9CB6;
}
</style>
background-color css
<style>
a { background-color: #CF9CB6; }
a { background-color: rgb(207,156,182); }
div.DivClassName
{
background-color: #CF9CB6;
}
.BgClassName
{
background-color: #CF9CB6;
}
</style>
border-color css
<style>
span { border-color: #CF9CB6; }
span { border-color: rgb(207,156,182); }
td.TdClassName
{
border-color: #CF9CB6;
}
.TagClassName
{
border-color: #CF9CB6;
}
</style>