Shades of Lily #CF92B8
Tints of Lily #CF92B8
RGB
CMYK
RGB Variations
Color information
#CF92B8 (or 0xCF92B8) is known color: Lily. HEX triplet: CF, 92 and B8. RGB value is (207,146,184). Sum of RGB (Red+Green+Blue) = 207+146+184=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92B8 is #306D47. Grayscale: #A8A8A8. Windows color (decimal): -3173704 or 12096207. OLE color: 12096207.
HSL color Cylindrical-coordinate representation of color #CF92B8: hue angle of 322.62º 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 #CF92B8 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 184 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.19 |
| HSL | 322.62º | 0.39% | 0.69% | - |
| HSV(B) | 322.62º | 0.29% | 0.81% | - |
| XYZ | 44.66 | 37.28 | 50.19 | - |
| YUV | 168.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 184 | 0 | 0.29 | 0.11 | 0.19 | 322.62 | 0.39 | 0.69 |
| Hex | CF | 92 | B8 | 0 | 1D | B | 13 | 143 | 27 | 45 |
| Octal | 317 | 222 | 270 | 0 | 35 | 13 | 23 | 503 | 47 | 105 |
| Binary | 11001111 | 10010010 | 10111000 | 0 | 11101 | 1011 | 10011 | 101000011 | 100111 | 1000101 |
Color Harmonies of #CF92B8
Complementary color
Monochromatic Colors of #CF92B8
Black with #CF92B8
Text Example
Text Example
White with #CF92B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF92B8; }
p { color: rgb(207,146,184); }
H1.HeaderClassName
{
color: #CF92B8;
}
.AnyTagClassName
{
color: #CF92B8;
}
</style>
background-color css
<style>
a { background-color: #CF92B8; }
a { background-color: rgb(207,146,184); }
div.DivClassName
{
background-color: #CF92B8;
}
.BgClassName
{
background-color: #CF92B8;
}
</style>
border-color css
<style>
span { border-color: #CF92B8; }
span { border-color: rgb(207,146,184); }
td.TdClassName
{
border-color: #CF92B8;
}
.TagClassName
{
border-color: #CF92B8;
}
</style>