Shades of Lily #C196B2
Tints of Lily #C196B2
RGB
CMYK
RGB Variations
Color information
#C196B2 (or 0xC196B2) is known color: Lily. HEX triplet: C1, 96 and B2. RGB value is (193,150,178). Sum of RGB (Red+Green+Blue) = 193+150+178=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C196B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196B2 is #3E694D. Grayscale: #A5A5A5. Windows color (decimal): -4090190 or 11704001. OLE color: 11704001.
HSL color Cylindrical-coordinate representation of color #C196B2: hue angle of 320.93º 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 #C196B2 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 178 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.24 |
| HSL | 320.93º | 0.26% | 0.67% | - |
| HSV(B) | 320.93º | 0.22% | 0.76% | - |
| XYZ | 40.93 | 36.36 | 46.98 | - |
| YUV | 166.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 178 | 0 | 0.22 | 0.08 | 0.24 | 320.93 | 0.26 | 0.67 |
| Hex | C1 | 96 | B2 | 0 | 16 | 8 | 18 | 141 | 1A | 43 |
| Octal | 301 | 226 | 262 | 0 | 26 | 10 | 30 | 501 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10110010 | 0 | 10110 | 1000 | 11000 | 101000001 | 11010 | 1000011 |
Color Harmonies of #C196B2
Complementary color
Monochromatic Colors of #C196B2
Black with #C196B2
Text Example
Text Example
White with #C196B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196B2; }
p { color: rgb(193,150,178); }
H1.HeaderClassName
{
color: #C196B2;
}
.AnyTagClassName
{
color: #C196B2;
}
</style>
background-color css
<style>
a { background-color: #C196B2; }
a { background-color: rgb(193,150,178); }
div.DivClassName
{
background-color: #C196B2;
}
.BgClassName
{
background-color: #C196B2;
}
</style>
border-color css
<style>
span { border-color: #C196B2; }
span { border-color: rgb(193,150,178); }
td.TdClassName
{
border-color: #C196B2;
}
.TagClassName
{
border-color: #C196B2;
}
</style>