Shades of Lily #C19BB8
Tints of Lily #C19BB8
RGB
CMYK
RGB Variations
Color information
#C19BB8 (or 0xC19BB8) is known color: Lily. HEX triplet: C1, 9B and B8. RGB value is (193,155,184). Sum of RGB (Red+Green+Blue) = 193+155+184=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C19BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BB8 is #3E6447. Grayscale: #A9A9A9. Windows color (decimal): -4088904 or 12098497. OLE color: 12098497.
HSL color Cylindrical-coordinate representation of color #C19BB8: hue angle of 314.21º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C19BB8 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 184 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.24 |
| HSL | 314.21º | 0.23% | 0.68% | - |
| HSV(B) | 314.21º | 0.2% | 0.76% | - |
| XYZ | 42.37 | 38.24 | 50.5 | - |
| YUV | 169.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 184 | 0 | 0.20 | 0.05 | 0.24 | 314.21 | 0.23 | 0.68 |
| Hex | C1 | 9B | B8 | 0 | 14 | 5 | 18 | 13A | 17 | 44 |
| Octal | 301 | 233 | 270 | 0 | 24 | 5 | 30 | 472 | 27 | 104 |
| Binary | 11000001 | 10011011 | 10111000 | 0 | 10100 | 101 | 11000 | 100111010 | 10111 | 1000100 |
Color Harmonies of #C19BB8
Complementary color
Monochromatic Colors of #C19BB8
Black with #C19BB8
Text Example
Text Example
White with #C19BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BB8; }
p { color: rgb(193,155,184); }
H1.HeaderClassName
{
color: #C19BB8;
}
.AnyTagClassName
{
color: #C19BB8;
}
</style>
background-color css
<style>
a { background-color: #C19BB8; }
a { background-color: rgb(193,155,184); }
div.DivClassName
{
background-color: #C19BB8;
}
.BgClassName
{
background-color: #C19BB8;
}
</style>
border-color css
<style>
span { border-color: #C19BB8; }
span { border-color: rgb(193,155,184); }
td.TdClassName
{
border-color: #C19BB8;
}
.TagClassName
{
border-color: #C19BB8;
}
</style>