Shades of Lily #C196AB
Tints of Lily #C196AB
RGB
CMYK
RGB Variations
Color information
#C196AB (or 0xC196AB) is known color: Lily. HEX triplet: C1, 96 and AB. RGB value is (193,150,171). Sum of RGB (Red+Green+Blue) = 193+150+171=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C196AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196AB is #3E6954. Grayscale: #A5A5A5. Windows color (decimal): -4090197 or 11245249. OLE color: 11245249.
HSL color Cylindrical-coordinate representation of color #C196AB: hue angle of 330.7º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C196AB is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 171 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.24 |
| HSL | 330.7º | 0.26% | 0.67% | - |
| HSV(B) | 330.7º | 0.22% | 0.76% | - |
| XYZ | 40.25 | 36.09 | 43.37 | - |
| YUV | 165.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 171 | 0 | 0.22 | 0.11 | 0.24 | 330.7 | 0.26 | 0.67 |
| Hex | C1 | 96 | AB | 0 | 16 | B | 18 | 14B | 1A | 43 |
| Octal | 301 | 226 | 253 | 0 | 26 | 13 | 30 | 513 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10101011 | 0 | 10110 | 1011 | 11000 | 101001011 | 11010 | 1000011 |
Color Harmonies of #C196AB
Complementary color
Monochromatic Colors of #C196AB
Black with #C196AB
Text Example
Text Example
White with #C196AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196AB; }
p { color: rgb(193,150,171); }
H1.HeaderClassName
{
color: #C196AB;
}
.AnyTagClassName
{
color: #C196AB;
}
</style>
background-color css
<style>
a { background-color: #C196AB; }
a { background-color: rgb(193,150,171); }
div.DivClassName
{
background-color: #C196AB;
}
.BgClassName
{
background-color: #C196AB;
}
</style>
border-color css
<style>
span { border-color: #C196AB; }
span { border-color: rgb(193,150,171); }
td.TdClassName
{
border-color: #C196AB;
}
.TagClassName
{
border-color: #C196AB;
}
</style>