Shades of Lily #C092B6
Tints of Lily #C092B6
RGB
CMYK
RGB Variations
Color information
#C092B6 (or 0xC092B6) is known color: Lily. HEX triplet: C0, 92 and B6. RGB value is (192,146,182). Sum of RGB (Red+Green+Blue) = 192+146+182=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C092B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092B6 is #3F6D49. Grayscale: #A3A3A3. Windows color (decimal): -4156746 or 11965120. OLE color: 11965120.
HSL color Cylindrical-coordinate representation of color #C092B6: hue angle of 313.04º 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 #C092B6 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 182 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.25 |
| HSL | 313.04º | 0.27% | 0.66% | - |
| HSV(B) | 313.04º | 0.24% | 0.75% | - |
| XYZ | 40.46 | 35.14 | 48.91 | - |
| YUV | 163.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 182 | 0 | 0.24 | 0.05 | 0.25 | 313.04 | 0.27 | 0.66 |
| Hex | C0 | 92 | B6 | 0 | 18 | 5 | 19 | 139 | 1B | 42 |
| Octal | 300 | 222 | 266 | 0 | 30 | 5 | 31 | 471 | 33 | 102 |
| Binary | 11000000 | 10010010 | 10110110 | 0 | 11000 | 101 | 11001 | 100111001 | 11011 | 1000010 |
Color Harmonies of #C092B6
Complementary color
Monochromatic Colors of #C092B6
Black with #C092B6
Text Example
Text Example
White with #C092B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092B6; }
p { color: rgb(192,146,182); }
H1.HeaderClassName
{
color: #C092B6;
}
.AnyTagClassName
{
color: #C092B6;
}
</style>
background-color css
<style>
a { background-color: #C092B6; }
a { background-color: rgb(192,146,182); }
div.DivClassName
{
background-color: #C092B6;
}
.BgClassName
{
background-color: #C092B6;
}
</style>
border-color css
<style>
span { border-color: #C092B6; }
span { border-color: rgb(192,146,182); }
td.TdClassName
{
border-color: #C092B6;
}
.TagClassName
{
border-color: #C092B6;
}
</style>