Shades of Lily #C199B9
Tints of Lily #C199B9
RGB
CMYK
RGB Variations
Color information
#C199B9 (or 0xC199B9) is known color: Lily. HEX triplet: C1, 99 and B9. RGB value is (193,153,185). Sum of RGB (Red+Green+Blue) = 193+153+185=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C199B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199B9 is #3E6646. Grayscale: #A8A8A8. Windows color (decimal): -4089415 or 12163521. OLE color: 12163521.
HSL color Cylindrical-coordinate representation of color #C199B9: hue angle of 312º 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 #C199B9 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 185 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.24 |
| HSL | 312º | 0.24% | 0.68% | - |
| HSV(B) | 312º | 0.21% | 0.76% | - |
| XYZ | 42.14 | 37.62 | 50.94 | - |
| YUV | 168.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 185 | 0 | 0.21 | 0.04 | 0.24 | 312 | 0.24 | 0.68 |
| Hex | C1 | 99 | B9 | 0 | 15 | 4 | 18 | 138 | 18 | 44 |
| Octal | 301 | 231 | 271 | 0 | 25 | 4 | 30 | 470 | 30 | 104 |
| Binary | 11000001 | 10011001 | 10111001 | 0 | 10101 | 100 | 11000 | 100111000 | 11000 | 1000100 |
Color Harmonies of #C199B9
Complementary color
Monochromatic Colors of #C199B9
Black with #C199B9
Text Example
Text Example
White with #C199B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199B9; }
p { color: rgb(193,153,185); }
H1.HeaderClassName
{
color: #C199B9;
}
.AnyTagClassName
{
color: #C199B9;
}
</style>
background-color css
<style>
a { background-color: #C199B9; }
a { background-color: rgb(193,153,185); }
div.DivClassName
{
background-color: #C199B9;
}
.BgClassName
{
background-color: #C199B9;
}
</style>
border-color css
<style>
span { border-color: #C199B9; }
span { border-color: rgb(193,153,185); }
td.TdClassName
{
border-color: #C199B9;
}
.TagClassName
{
border-color: #C199B9;
}
</style>