Shades of Lily #C199AB
Tints of Lily #C199AB
RGB
CMYK
RGB Variations
Color information
#C199AB (or 0xC199AB) is known color: Lily. HEX triplet: C1, 99 and AB. RGB value is (193,153,171). Sum of RGB (Red+Green+Blue) = 193+153+171=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C199AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C199AB is #3E6654. Grayscale: #A6A6A6. Windows color (decimal): -4089429 or 11246017. OLE color: 11246017.
HSL color Cylindrical-coordinate representation of color #C199AB: hue angle of 333º 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 #C199AB is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 171 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.24 |
| HSL | 333º | 0.24% | 0.68% | - |
| HSV(B) | 333º | 0.21% | 0.76% | - |
| XYZ | 40.73 | 37.06 | 43.53 | - |
| YUV | 167.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 171 | 0 | 0.21 | 0.11 | 0.24 | 333 | 0.24 | 0.68 |
| Hex | C1 | 99 | AB | 0 | 15 | B | 18 | 14D | 18 | 44 |
| Octal | 301 | 231 | 253 | 0 | 25 | 13 | 30 | 515 | 30 | 104 |
| Binary | 11000001 | 10011001 | 10101011 | 0 | 10101 | 1011 | 11000 | 101001101 | 11000 | 1000100 |
Color Harmonies of #C199AB
Complementary color
Monochromatic Colors of #C199AB
Black with #C199AB
Text Example
Text Example
White with #C199AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199AB; }
p { color: rgb(193,153,171); }
H1.HeaderClassName
{
color: #C199AB;
}
.AnyTagClassName
{
color: #C199AB;
}
</style>
background-color css
<style>
a { background-color: #C199AB; }
a { background-color: rgb(193,153,171); }
div.DivClassName
{
background-color: #C199AB;
}
.BgClassName
{
background-color: #C199AB;
}
</style>
border-color css
<style>
span { border-color: #C199AB; }
span { border-color: rgb(193,153,171); }
td.TdClassName
{
border-color: #C199AB;
}
.TagClassName
{
border-color: #C199AB;
}
</style>