Shades of Lily #C092AB
Tints of Lily #C092AB
RGB
CMYK
RGB Variations
Color information
#C092AB (or 0xC092AB) is known color: Lily. HEX triplet: C0, 92 and AB. RGB value is (192,146,171). Sum of RGB (Red+Green+Blue) = 192+146+171=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C092AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C092AB is #3F6D54. Grayscale: #A2A2A2. Windows color (decimal): -4156757 or 11244224. OLE color: 11244224.
HSL color Cylindrical-coordinate representation of color #C092AB: hue angle of 327.39º 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 #C092AB is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 171 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.25 |
| HSL | 327.39º | 0.27% | 0.66% | - |
| HSV(B) | 327.39º | 0.24% | 0.75% | - |
| XYZ | 39.37 | 34.7 | 43.15 | - |
| YUV | 162.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 171 | 0 | 0.24 | 0.11 | 0.25 | 327.39 | 0.27 | 0.66 |
| Hex | C0 | 92 | AB | 0 | 18 | B | 19 | 147 | 1B | 42 |
| Octal | 300 | 222 | 253 | 0 | 30 | 13 | 31 | 507 | 33 | 102 |
| Binary | 11000000 | 10010010 | 10101011 | 0 | 11000 | 1011 | 11001 | 101000111 | 11011 | 1000010 |
Color Harmonies of #C092AB
Complementary color
Monochromatic Colors of #C092AB
Black with #C092AB
Text Example
Text Example
White with #C092AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092AB; }
p { color: rgb(192,146,171); }
H1.HeaderClassName
{
color: #C092AB;
}
.AnyTagClassName
{
color: #C092AB;
}
</style>
background-color css
<style>
a { background-color: #C092AB; }
a { background-color: rgb(192,146,171); }
div.DivClassName
{
background-color: #C092AB;
}
.BgClassName
{
background-color: #C092AB;
}
</style>
border-color css
<style>
span { border-color: #C092AB; }
span { border-color: rgb(192,146,171); }
td.TdClassName
{
border-color: #C092AB;
}
.TagClassName
{
border-color: #C092AB;
}
</style>