Shades of Lily #C196B4
Tints of Lily #C196B4
RGB
CMYK
RGB Variations
Color information
#C196B4 (or 0xC196B4) is known color: Lily. HEX triplet: C1, 96 and B4. RGB value is (193,150,180). Sum of RGB (Red+Green+Blue) = 193+150+180=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C196B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196B4 is #3E694B. Grayscale: #A6A6A6. Windows color (decimal): -4090188 or 11835073. OLE color: 11835073.
HSL color Cylindrical-coordinate representation of color #C196B4: hue angle of 318.14º 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 #C196B4 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 180 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.24 |
| HSL | 318.14º | 0.26% | 0.67% | - |
| HSV(B) | 318.14º | 0.22% | 0.76% | - |
| XYZ | 41.14 | 36.45 | 48.05 | - |
| YUV | 166.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 180 | 0 | 0.22 | 0.07 | 0.24 | 318.14 | 0.26 | 0.67 |
| Hex | C1 | 96 | B4 | 0 | 16 | 7 | 18 | 13E | 1A | 43 |
| Octal | 301 | 226 | 264 | 0 | 26 | 7 | 30 | 476 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10110100 | 0 | 10110 | 111 | 11000 | 100111110 | 11010 | 1000011 |
Color Harmonies of #C196B4
Complementary color
Monochromatic Colors of #C196B4
Black with #C196B4
Text Example
Text Example
White with #C196B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196B4; }
p { color: rgb(193,150,180); }
H1.HeaderClassName
{
color: #C196B4;
}
.AnyTagClassName
{
color: #C196B4;
}
</style>
background-color css
<style>
a { background-color: #C196B4; }
a { background-color: rgb(193,150,180); }
div.DivClassName
{
background-color: #C196B4;
}
.BgClassName
{
background-color: #C196B4;
}
</style>
border-color css
<style>
span { border-color: #C196B4; }
span { border-color: rgb(193,150,180); }
td.TdClassName
{
border-color: #C196B4;
}
.TagClassName
{
border-color: #C196B4;
}
</style>