Shades of Lily #C191B6
Tints of Lily #C191B6
RGB
CMYK
RGB Variations
Color information
#C191B6 (or 0xC191B6) is known color: Lily. HEX triplet: C1, 91 and B6. RGB value is (193,145,182). Sum of RGB (Red+Green+Blue) = 193+145+182=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C191B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191B6 is #3E6E49. Grayscale: #A3A3A3. Windows color (decimal): -4091466 or 11964865. OLE color: 11964865.
HSL color Cylindrical-coordinate representation of color #C191B6: hue angle of 313.75º 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 #C191B6 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 182 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.24 |
| HSL | 313.75º | 0.28% | 0.66% | - |
| HSV(B) | 313.75º | 0.25% | 0.76% | - |
| XYZ | 40.56 | 34.97 | 48.87 | - |
| YUV | 163.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 182 | 0 | 0.25 | 0.06 | 0.24 | 313.75 | 0.28 | 0.66 |
| Hex | C1 | 91 | B6 | 0 | 19 | 6 | 18 | 13A | 1C | 42 |
| Octal | 301 | 221 | 266 | 0 | 31 | 6 | 30 | 472 | 34 | 102 |
| Binary | 11000001 | 10010001 | 10110110 | 0 | 11001 | 110 | 11000 | 100111010 | 11100 | 1000010 |
Color Harmonies of #C191B6
Complementary color
Monochromatic Colors of #C191B6
Black with #C191B6
Text Example
Text Example
White with #C191B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191B6; }
p { color: rgb(193,145,182); }
H1.HeaderClassName
{
color: #C191B6;
}
.AnyTagClassName
{
color: #C191B6;
}
</style>
background-color css
<style>
a { background-color: #C191B6; }
a { background-color: rgb(193,145,182); }
div.DivClassName
{
background-color: #C191B6;
}
.BgClassName
{
background-color: #C191B6;
}
</style>
border-color css
<style>
span { border-color: #C191B6; }
span { border-color: rgb(193,145,182); }
td.TdClassName
{
border-color: #C191B6;
}
.TagClassName
{
border-color: #C191B6;
}
</style>