Shades of Lily #C196B8
Tints of Lily #C196B8
RGB
CMYK
RGB Variations
Color information
#C196B8 (or 0xC196B8) is known color: Lily. HEX triplet: C1, 96 and B8. RGB value is (193,150,184). Sum of RGB (Red+Green+Blue) = 193+150+184=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C196B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196B8 is #3E6947. Grayscale: #A6A6A6. Windows color (decimal): -4090184 or 12097217. OLE color: 12097217.
HSL color Cylindrical-coordinate representation of color #C196B8: hue angle of 312.56º 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 #C196B8 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 184 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.24 |
| HSL | 312.56º | 0.26% | 0.67% | - |
| HSV(B) | 312.56º | 0.22% | 0.76% | - |
| XYZ | 41.55 | 36.61 | 50.22 | - |
| YUV | 166.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 184 | 0 | 0.22 | 0.05 | 0.24 | 312.56 | 0.26 | 0.67 |
| Hex | C1 | 96 | B8 | 0 | 16 | 5 | 18 | 139 | 1A | 43 |
| Octal | 301 | 226 | 270 | 0 | 26 | 5 | 30 | 471 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10111000 | 0 | 10110 | 101 | 11000 | 100111001 | 11010 | 1000011 |
Color Harmonies of #C196B8
Complementary color
Monochromatic Colors of #C196B8
Black with #C196B8
Text Example
Text Example
White with #C196B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196B8; }
p { color: rgb(193,150,184); }
H1.HeaderClassName
{
color: #C196B8;
}
.AnyTagClassName
{
color: #C196B8;
}
</style>
background-color css
<style>
a { background-color: #C196B8; }
a { background-color: rgb(193,150,184); }
div.DivClassName
{
background-color: #C196B8;
}
.BgClassName
{
background-color: #C196B8;
}
</style>
border-color css
<style>
span { border-color: #C196B8; }
span { border-color: rgb(193,150,184); }
td.TdClassName
{
border-color: #C196B8;
}
.TagClassName
{
border-color: #C196B8;
}
</style>