Shades of Lily #C196AA
Tints of Lily #C196AA
RGB
CMYK
RGB Variations
Color information
#C196AA (or 0xC196AA) is known color: Lily. HEX triplet: C1, 96 and AA. RGB value is (193,150,170). Sum of RGB (Red+Green+Blue) = 193+150+170=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C196AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196AA is #3E6955. Grayscale: #A5A5A5. Windows color (decimal): -4090198 or 11179713. OLE color: 11179713.
HSL color Cylindrical-coordinate representation of color #C196AA: hue angle of 332.09º 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 #C196AA is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 170 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.24 |
| HSL | 332.09º | 0.26% | 0.67% | - |
| HSV(B) | 332.09º | 0.22% | 0.76% | - |
| XYZ | 40.15 | 36.05 | 42.87 | - |
| YUV | 165.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 170 | 0 | 0.22 | 0.12 | 0.24 | 332.09 | 0.26 | 0.67 |
| Hex | C1 | 96 | AA | 0 | 16 | C | 18 | 14C | 1A | 43 |
| Octal | 301 | 226 | 252 | 0 | 26 | 14 | 30 | 514 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10101010 | 0 | 10110 | 1100 | 11000 | 101001100 | 11010 | 1000011 |
Color Harmonies of #C196AA
Complementary color
Monochromatic Colors of #C196AA
Black with #C196AA
Text Example
Text Example
White with #C196AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196AA; }
p { color: rgb(193,150,170); }
H1.HeaderClassName
{
color: #C196AA;
}
.AnyTagClassName
{
color: #C196AA;
}
</style>
background-color css
<style>
a { background-color: #C196AA; }
a { background-color: rgb(193,150,170); }
div.DivClassName
{
background-color: #C196AA;
}
.BgClassName
{
background-color: #C196AA;
}
</style>
border-color css
<style>
span { border-color: #C196AA; }
span { border-color: rgb(193,150,170); }
td.TdClassName
{
border-color: #C196AA;
}
.TagClassName
{
border-color: #C196AA;
}
</style>