Shades of Lily #C199AD
Tints of Lily #C199AD
RGB
CMYK
RGB Variations
Color information
#C199AD (or 0xC199AD) is known color: Lily. HEX triplet: C1, 99 and AD. RGB value is (193,153,173). Sum of RGB (Red+Green+Blue) = 193+153+173=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C199AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C199AD is #3E6652. Grayscale: #A7A7A7. Windows color (decimal): -4089427 or 11377089. OLE color: 11377089.
HSL color Cylindrical-coordinate representation of color #C199AD: hue angle of 330º 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 #C199AD is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 173 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.24 |
| HSL | 330º | 0.24% | 0.68% | - |
| HSV(B) | 330º | 0.21% | 0.76% | - |
| XYZ | 40.93 | 37.14 | 44.55 | - |
| YUV | 167.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 173 | 0 | 0.21 | 0.10 | 0.24 | 330 | 0.24 | 0.68 |
| Hex | C1 | 99 | AD | 0 | 15 | A | 18 | 14A | 18 | 44 |
| Octal | 301 | 231 | 255 | 0 | 25 | 12 | 30 | 512 | 30 | 104 |
| Binary | 11000001 | 10011001 | 10101101 | 0 | 10101 | 1010 | 11000 | 101001010 | 11000 | 1000100 |
Color Harmonies of #C199AD
Complementary color
Monochromatic Colors of #C199AD
Black with #C199AD
Text Example
Text Example
White with #C199AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199AD; }
p { color: rgb(193,153,173); }
H1.HeaderClassName
{
color: #C199AD;
}
.AnyTagClassName
{
color: #C199AD;
}
</style>
background-color css
<style>
a { background-color: #C199AD; }
a { background-color: rgb(193,153,173); }
div.DivClassName
{
background-color: #C199AD;
}
.BgClassName
{
background-color: #C199AD;
}
</style>
border-color css
<style>
span { border-color: #C199AD; }
span { border-color: rgb(193,153,173); }
td.TdClassName
{
border-color: #C199AD;
}
.TagClassName
{
border-color: #C199AD;
}
</style>