Shades of Lily #C191B7
Tints of Lily #C191B7
RGB
CMYK
RGB Variations
Color information
#C191B7 (or 0xC191B7) is known color: Lily. HEX triplet: C1, 91 and B7. RGB value is (193,145,183). Sum of RGB (Red+Green+Blue) = 193+145+183=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C191B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191B7 is #3E6E48. Grayscale: #A3A3A3. Windows color (decimal): -4091465 or 12030401. OLE color: 12030401.
HSL color Cylindrical-coordinate representation of color #C191B7: hue angle of 312.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C191B7 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 183 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.24 |
| HSL | 312.5º | 0.28% | 0.66% | - |
| HSV(B) | 312.5º | 0.25% | 0.76% | - |
| XYZ | 40.66 | 35.01 | 49.41 | - |
| YUV | 163.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 183 | 0 | 0.25 | 0.05 | 0.24 | 312.5 | 0.28 | 0.66 |
| Hex | C1 | 91 | B7 | 0 | 19 | 5 | 18 | 138 | 1C | 42 |
| Octal | 301 | 221 | 267 | 0 | 31 | 5 | 30 | 470 | 34 | 102 |
| Binary | 11000001 | 10010001 | 10110111 | 0 | 11001 | 101 | 11000 | 100111000 | 11100 | 1000010 |
Color Harmonies of #C191B7
Complementary color
Monochromatic Colors of #C191B7
Black with #C191B7
Text Example
Text Example
White with #C191B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191B7; }
p { color: rgb(193,145,183); }
H1.HeaderClassName
{
color: #C191B7;
}
.AnyTagClassName
{
color: #C191B7;
}
</style>
background-color css
<style>
a { background-color: #C191B7; }
a { background-color: rgb(193,145,183); }
div.DivClassName
{
background-color: #C191B7;
}
.BgClassName
{
background-color: #C191B7;
}
</style>
border-color css
<style>
span { border-color: #C191B7; }
span { border-color: rgb(193,145,183); }
td.TdClassName
{
border-color: #C191B7;
}
.TagClassName
{
border-color: #C191B7;
}
</style>