Shades of Lily #C092B1
Tints of Lily #C092B1
RGB
CMYK
RGB Variations
Color information
#C092B1 (or 0xC092B1) is known color: Lily. HEX triplet: C0, 92 and B1. RGB value is (192,146,177). Sum of RGB (Red+Green+Blue) = 192+146+177=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C092B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C092B1 is #3F6D4E. Grayscale: #A3A3A3. Windows color (decimal): -4156751 or 11637440. OLE color: 11637440.
HSL color Cylindrical-coordinate representation of color #C092B1: hue angle of 319.57º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C092B1 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 177 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.25 |
| HSL | 319.57º | 0.27% | 0.66% | - |
| HSV(B) | 319.57º | 0.24% | 0.75% | - |
| XYZ | 39.95 | 34.94 | 46.23 | - |
| YUV | 163.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 177 | 0 | 0.24 | 0.08 | 0.25 | 319.57 | 0.27 | 0.66 |
| Hex | C0 | 92 | B1 | 0 | 18 | 8 | 19 | 140 | 1B | 42 |
| Octal | 300 | 222 | 261 | 0 | 30 | 10 | 31 | 500 | 33 | 102 |
| Binary | 11000000 | 10010010 | 10110001 | 0 | 11000 | 1000 | 11001 | 101000000 | 11011 | 1000010 |
Color Harmonies of #C092B1
Complementary color
Monochromatic Colors of #C092B1
Black with #C092B1
Text Example
Text Example
White with #C092B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092B1; }
p { color: rgb(192,146,177); }
H1.HeaderClassName
{
color: #C092B1;
}
.AnyTagClassName
{
color: #C092B1;
}
</style>
background-color css
<style>
a { background-color: #C092B1; }
a { background-color: rgb(192,146,177); }
div.DivClassName
{
background-color: #C092B1;
}
.BgClassName
{
background-color: #C092B1;
}
</style>
border-color css
<style>
span { border-color: #C092B1; }
span { border-color: rgb(192,146,177); }
td.TdClassName
{
border-color: #C092B1;
}
.TagClassName
{
border-color: #C092B1;
}
</style>