Shades of Lily #C199AC
Tints of Lily #C199AC
RGB
CMYK
RGB Variations
Color information
#C199AC (or 0xC199AC) is known color: Lily. HEX triplet: C1, 99 and AC. RGB value is (193,153,172). Sum of RGB (Red+Green+Blue) = 193+153+172=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C199AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C199AC is #3E6653. Grayscale: #A7A7A7. Windows color (decimal): -4089428 or 11311553. OLE color: 11311553.
HSL color Cylindrical-coordinate representation of color #C199AC: hue angle of 331.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 #C199AC is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 172 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.24 |
| HSL | 331.5º | 0.24% | 0.68% | - |
| HSV(B) | 331.5º | 0.21% | 0.76% | - |
| XYZ | 40.83 | 37.1 | 44.04 | - |
| YUV | 167.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 172 | 0 | 0.21 | 0.11 | 0.24 | 331.5 | 0.24 | 0.68 |
| Hex | C1 | 99 | AC | 0 | 15 | B | 18 | 14C | 18 | 44 |
| Octal | 301 | 231 | 254 | 0 | 25 | 13 | 30 | 514 | 30 | 104 |
| Binary | 11000001 | 10011001 | 10101100 | 0 | 10101 | 1011 | 11000 | 101001100 | 11000 | 1000100 |
Color Harmonies of #C199AC
Complementary color
Monochromatic Colors of #C199AC
Black with #C199AC
Text Example
Text Example
White with #C199AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199AC; }
p { color: rgb(193,153,172); }
H1.HeaderClassName
{
color: #C199AC;
}
.AnyTagClassName
{
color: #C199AC;
}
</style>
background-color css
<style>
a { background-color: #C199AC; }
a { background-color: rgb(193,153,172); }
div.DivClassName
{
background-color: #C199AC;
}
.BgClassName
{
background-color: #C199AC;
}
</style>
border-color css
<style>
span { border-color: #C199AC; }
span { border-color: rgb(193,153,172); }
td.TdClassName
{
border-color: #C199AC;
}
.TagClassName
{
border-color: #C199AC;
}
</style>