Shades of Lily #C19EB3
Tints of Lily #C19EB3
RGB
CMYK
RGB Variations
Color information
#C19EB3 (or 0xC19EB3) is known color: Lily. HEX triplet: C1, 9E and B3. RGB value is (193,158,179). Sum of RGB (Red+Green+Blue) = 193+158+179=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C19EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19EB3 is #3E614C. Grayscale: #AAAAAA. Windows color (decimal): -4088141 or 11771585. OLE color: 11771585.
HSL color Cylindrical-coordinate representation of color #C19EB3: hue angle of 324º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19EB3 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 179 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.24 |
| HSL | 324º | 0.22% | 0.69% | - |
| HSV(B) | 324º | 0.18% | 0.76% | - |
| XYZ | 42.36 | 39.05 | 47.95 | - |
| YUV | 170.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 179 | 0 | 0.18 | 0.07 | 0.24 | 324 | 0.22 | 0.69 |
| Hex | C1 | 9E | B3 | 0 | 12 | 7 | 18 | 144 | 16 | 45 |
| Octal | 301 | 236 | 263 | 0 | 22 | 7 | 30 | 504 | 26 | 105 |
| Binary | 11000001 | 10011110 | 10110011 | 0 | 10010 | 111 | 11000 | 101000100 | 10110 | 1000101 |
Color Harmonies of #C19EB3
Complementary color
Monochromatic Colors of #C19EB3
Black with #C19EB3
Text Example
Text Example
White with #C19EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19EB3; }
p { color: rgb(193,158,179); }
H1.HeaderClassName
{
color: #C19EB3;
}
.AnyTagClassName
{
color: #C19EB3;
}
</style>
background-color css
<style>
a { background-color: #C19EB3; }
a { background-color: rgb(193,158,179); }
div.DivClassName
{
background-color: #C19EB3;
}
.BgClassName
{
background-color: #C19EB3;
}
</style>
border-color css
<style>
span { border-color: #C19EB3; }
span { border-color: rgb(193,158,179); }
td.TdClassName
{
border-color: #C19EB3;
}
.TagClassName
{
border-color: #C19EB3;
}
</style>