Shades of Lily #CF92B7
Tints of Lily #CF92B7
RGB
CMYK
RGB Variations
Color information
#CF92B7 (or 0xCF92B7) is known color: Lily. HEX triplet: CF, 92 and B7. RGB value is (207,146,183). Sum of RGB (Red+Green+Blue) = 207+146+183=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92B7 is #306D48. Grayscale: #A8A8A8. Windows color (decimal): -3173705 or 12030671. OLE color: 12030671.
HSL color Cylindrical-coordinate representation of color #CF92B7: hue angle of 323.61º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF92B7 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 183 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.19 |
| HSL | 323.61º | 0.39% | 0.69% | - |
| HSV(B) | 323.61º | 0.29% | 0.81% | - |
| XYZ | 44.56 | 37.24 | 49.64 | - |
| YUV | 168.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 183 | 0 | 0.29 | 0.12 | 0.19 | 323.61 | 0.39 | 0.69 |
| Hex | CF | 92 | B7 | 0 | 1D | C | 13 | 144 | 27 | 45 |
| Octal | 317 | 222 | 267 | 0 | 35 | 14 | 23 | 504 | 47 | 105 |
| Binary | 11001111 | 10010010 | 10110111 | 0 | 11101 | 1100 | 10011 | 101000100 | 100111 | 1000101 |
Color Harmonies of #CF92B7
Complementary color
Monochromatic Colors of #CF92B7
Black with #CF92B7
Text Example
Text Example
White with #CF92B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF92B7; }
p { color: rgb(207,146,183); }
H1.HeaderClassName
{
color: #CF92B7;
}
.AnyTagClassName
{
color: #CF92B7;
}
</style>
background-color css
<style>
a { background-color: #CF92B7; }
a { background-color: rgb(207,146,183); }
div.DivClassName
{
background-color: #CF92B7;
}
.BgClassName
{
background-color: #CF92B7;
}
</style>
border-color css
<style>
span { border-color: #CF92B7; }
span { border-color: rgb(207,146,183); }
td.TdClassName
{
border-color: #CF92B7;
}
.TagClassName
{
border-color: #CF92B7;
}
</style>