Shades of Lily #C199BA
Tints of Lily #C199BA
RGB
CMYK
RGB Variations
Color information
#C199BA (or 0xC199BA) is known color: Lily. HEX triplet: C1, 99 and BA. RGB value is (193,153,186). Sum of RGB (Red+Green+Blue) = 193+153+186=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C199BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199BA is #3E6645. Grayscale: #A8A8A8. Windows color (decimal): -4089414 or 12229057. OLE color: 12229057.
HSL color Cylindrical-coordinate representation of color #C199BA: hue angle of 310.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C199BA is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 186 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.24 |
| HSL | 310.5º | 0.24% | 0.68% | - |
| HSV(B) | 310.5º | 0.21% | 0.76% | - |
| XYZ | 42.25 | 37.67 | 51.5 | - |
| YUV | 168.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 186 | 0 | 0.21 | 0.04 | 0.24 | 310.5 | 0.24 | 0.68 |
| Hex | C1 | 99 | BA | 0 | 15 | 4 | 18 | 136 | 18 | 44 |
| Octal | 301 | 231 | 272 | 0 | 25 | 4 | 30 | 466 | 30 | 104 |
| Binary | 11000001 | 10011001 | 10111010 | 0 | 10101 | 100 | 11000 | 100110110 | 11000 | 1000100 |
Color Harmonies of #C199BA
Complementary color
Monochromatic Colors of #C199BA
Black with #C199BA
Text Example
Text Example
White with #C199BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199BA; }
p { color: rgb(193,153,186); }
H1.HeaderClassName
{
color: #C199BA;
}
.AnyTagClassName
{
color: #C199BA;
}
</style>
background-color css
<style>
a { background-color: #C199BA; }
a { background-color: rgb(193,153,186); }
div.DivClassName
{
background-color: #C199BA;
}
.BgClassName
{
background-color: #C199BA;
}
</style>
border-color css
<style>
span { border-color: #C199BA; }
span { border-color: rgb(193,153,186); }
td.TdClassName
{
border-color: #C199BA;
}
.TagClassName
{
border-color: #C199BA;
}
</style>