Shades of Lily #C391B0
Tints of Lily #C391B0
RGB
CMYK
RGB Variations
Color information
#C391B0 (or 0xC391B0) is known color: Lily. HEX triplet: C3, 91 and B0. RGB value is (195,145,176). Sum of RGB (Red+Green+Blue) = 195+145+176=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C391B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C391B0 is #3C6E4F. Grayscale: #A3A3A3. Windows color (decimal): -3960400 or 11571651. OLE color: 11571651.
HSL color Cylindrical-coordinate representation of color #C391B0: hue angle of 322.8º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C391B0 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 176 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.24 |
| HSL | 322.8º | 0.29% | 0.67% | - |
| HSV(B) | 322.8º | 0.26% | 0.76% | - |
| XYZ | 40.47 | 34.99 | 45.69 | - |
| YUV | 163.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 176 | 0 | 0.26 | 0.10 | 0.24 | 322.8 | 0.29 | 0.67 |
| Hex | C3 | 91 | B0 | 0 | 1A | A | 18 | 143 | 1D | 43 |
| Octal | 303 | 221 | 260 | 0 | 32 | 12 | 30 | 503 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10110000 | 0 | 11010 | 1010 | 11000 | 101000011 | 11101 | 1000011 |
Color Harmonies of #C391B0
Complementary color
Monochromatic Colors of #C391B0
Black with #C391B0
Text Example
Text Example
White with #C391B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391B0; }
p { color: rgb(195,145,176); }
H1.HeaderClassName
{
color: #C391B0;
}
.AnyTagClassName
{
color: #C391B0;
}
</style>
background-color css
<style>
a { background-color: #C391B0; }
a { background-color: rgb(195,145,176); }
div.DivClassName
{
background-color: #C391B0;
}
.BgClassName
{
background-color: #C391B0;
}
</style>
border-color css
<style>
span { border-color: #C391B0; }
span { border-color: rgb(195,145,176); }
td.TdClassName
{
border-color: #C391B0;
}
.TagClassName
{
border-color: #C391B0;
}
</style>