Shades of Lily #C199B4
Tints of Lily #C199B4
RGB
CMYK
RGB Variations
Color information
#C199B4 (or 0xC199B4) is known color: Lily. HEX triplet: C1, 99 and B4. RGB value is (193,153,180). Sum of RGB (Red+Green+Blue) = 193+153+180=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C199B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199B4 is #3E664B. Grayscale: #A7A7A7. Windows color (decimal): -4089420 or 11835841. OLE color: 11835841.
HSL color Cylindrical-coordinate representation of color #C199B4: hue angle of 319.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 #C199B4 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 180 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.24 |
| HSL | 319.5º | 0.24% | 0.68% | - |
| HSV(B) | 319.5º | 0.21% | 0.76% | - |
| XYZ | 41.62 | 37.42 | 48.21 | - |
| YUV | 168.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 180 | 0 | 0.21 | 0.07 | 0.24 | 319.5 | 0.24 | 0.68 |
| Hex | C1 | 99 | B4 | 0 | 15 | 7 | 18 | 140 | 18 | 44 |
| Octal | 301 | 231 | 264 | 0 | 25 | 7 | 30 | 500 | 30 | 104 |
| Binary | 11000001 | 10011001 | 10110100 | 0 | 10101 | 111 | 11000 | 101000000 | 11000 | 1000100 |
Color Harmonies of #C199B4
Complementary color
Monochromatic Colors of #C199B4
Black with #C199B4
Text Example
Text Example
White with #C199B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199B4; }
p { color: rgb(193,153,180); }
H1.HeaderClassName
{
color: #C199B4;
}
.AnyTagClassName
{
color: #C199B4;
}
</style>
background-color css
<style>
a { background-color: #C199B4; }
a { background-color: rgb(193,153,180); }
div.DivClassName
{
background-color: #C199B4;
}
.BgClassName
{
background-color: #C199B4;
}
</style>
border-color css
<style>
span { border-color: #C199B4; }
span { border-color: rgb(193,153,180); }
td.TdClassName
{
border-color: #C199B4;
}
.TagClassName
{
border-color: #C199B4;
}
</style>