Shades of Lily #CF92B0
Tints of Lily #CF92B0
RGB
CMYK
RGB Variations
Color information
#CF92B0 (or 0xCF92B0) is known color: Lily. HEX triplet: CF, 92 and B0. RGB value is (207,146,176). Sum of RGB (Red+Green+Blue) = 207+146+176=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF92B0 is #306D4F. Grayscale: #A7A7A7. Windows color (decimal): -3173712 or 11571919. OLE color: 11571919.
HSL color Cylindrical-coordinate representation of color #CF92B0: hue angle of 330.49º 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 #CF92B0 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 176 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.19 |
| HSL | 330.49º | 0.39% | 0.69% | - |
| HSV(B) | 330.49º | 0.29% | 0.81% | - |
| XYZ | 43.85 | 36.96 | 45.9 | - |
| YUV | 167.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 176 | 0 | 0.29 | 0.15 | 0.19 | 330.49 | 0.39 | 0.69 |
| Hex | CF | 92 | B0 | 0 | 1D | F | 13 | 14A | 27 | 45 |
| Octal | 317 | 222 | 260 | 0 | 35 | 17 | 23 | 512 | 47 | 105 |
| Binary | 11001111 | 10010010 | 10110000 | 0 | 11101 | 1111 | 10011 | 101001010 | 100111 | 1000101 |
Color Harmonies of #CF92B0
Complementary color
Monochromatic Colors of #CF92B0
Black with #CF92B0
Text Example
Text Example
White with #CF92B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF92B0; }
p { color: rgb(207,146,176); }
H1.HeaderClassName
{
color: #CF92B0;
}
.AnyTagClassName
{
color: #CF92B0;
}
</style>
background-color css
<style>
a { background-color: #CF92B0; }
a { background-color: rgb(207,146,176); }
div.DivClassName
{
background-color: #CF92B0;
}
.BgClassName
{
background-color: #CF92B0;
}
</style>
border-color css
<style>
span { border-color: #CF92B0; }
span { border-color: rgb(207,146,176); }
td.TdClassName
{
border-color: #CF92B0;
}
.TagClassName
{
border-color: #CF92B0;
}
</style>