Shades of Lily #C19CB7
Tints of Lily #C19CB7
RGB
CMYK
RGB Variations
Color information
#C19CB7 (or 0xC19CB7) is known color: Lily. HEX triplet: C1, 9C and B7. RGB value is (193,156,183). Sum of RGB (Red+Green+Blue) = 193+156+183=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CB7 is #3E6348. Grayscale: #AAAAAA. Windows color (decimal): -4088649 or 12033217. OLE color: 12033217.
HSL color Cylindrical-coordinate representation of color #C19CB7: hue angle of 316.22º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19CB7 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 183 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.24 |
| HSL | 316.22º | 0.23% | 0.68% | - |
| HSV(B) | 316.22º | 0.19% | 0.76% | - |
| XYZ | 42.43 | 38.53 | 50 | - |
| YUV | 170.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 183 | 0 | 0.19 | 0.05 | 0.24 | 316.22 | 0.23 | 0.68 |
| Hex | C1 | 9C | B7 | 0 | 13 | 5 | 18 | 13C | 17 | 44 |
| Octal | 301 | 234 | 267 | 0 | 23 | 5 | 30 | 474 | 27 | 104 |
| Binary | 11000001 | 10011100 | 10110111 | 0 | 10011 | 101 | 11000 | 100111100 | 10111 | 1000100 |
Color Harmonies of #C19CB7
Complementary color
Monochromatic Colors of #C19CB7
Black with #C19CB7
Text Example
Text Example
White with #C19CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CB7; }
p { color: rgb(193,156,183); }
H1.HeaderClassName
{
color: #C19CB7;
}
.AnyTagClassName
{
color: #C19CB7;
}
</style>
background-color css
<style>
a { background-color: #C19CB7; }
a { background-color: rgb(193,156,183); }
div.DivClassName
{
background-color: #C19CB7;
}
.BgClassName
{
background-color: #C19CB7;
}
</style>
border-color css
<style>
span { border-color: #C19CB7; }
span { border-color: rgb(193,156,183); }
td.TdClassName
{
border-color: #C19CB7;
}
.TagClassName
{
border-color: #C19CB7;
}
</style>