Shades of Lily #C091B5
Tints of Lily #C091B5
RGB
CMYK
RGB Variations
Color information
#C091B5 (or 0xC091B5) is known color: Lily. HEX triplet: C0, 91 and B5. RGB value is (192,145,181). Sum of RGB (Red+Green+Blue) = 192+145+181=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C091B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091B5 is #3F6E4A. Grayscale: #A3A3A3. Windows color (decimal): -4157003 or 11899328. OLE color: 11899328.
HSL color Cylindrical-coordinate representation of color #C091B5: hue angle of 314.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 #C091B5 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 181 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.25 |
| HSL | 314.04º | 0.27% | 0.66% | - |
| HSV(B) | 314.04º | 0.24% | 0.75% | - |
| XYZ | 40.2 | 34.79 | 48.31 | - |
| YUV | 163.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 181 | 0 | 0.24 | 0.06 | 0.25 | 314.04 | 0.27 | 0.66 |
| Hex | C0 | 91 | B5 | 0 | 18 | 6 | 19 | 13A | 1B | 42 |
| Octal | 300 | 221 | 265 | 0 | 30 | 6 | 31 | 472 | 33 | 102 |
| Binary | 11000000 | 10010001 | 10110101 | 0 | 11000 | 110 | 11001 | 100111010 | 11011 | 1000010 |
Color Harmonies of #C091B5
Complementary color
Monochromatic Colors of #C091B5
Black with #C091B5
Text Example
Text Example
White with #C091B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091B5; }
p { color: rgb(192,145,181); }
H1.HeaderClassName
{
color: #C091B5;
}
.AnyTagClassName
{
color: #C091B5;
}
</style>
background-color css
<style>
a { background-color: #C091B5; }
a { background-color: rgb(192,145,181); }
div.DivClassName
{
background-color: #C091B5;
}
.BgClassName
{
background-color: #C091B5;
}
</style>
border-color css
<style>
span { border-color: #C091B5; }
span { border-color: rgb(192,145,181); }
td.TdClassName
{
border-color: #C091B5;
}
.TagClassName
{
border-color: #C091B5;
}
</style>