Shades of Lily #C19CB3
Tints of Lily #C19CB3
RGB
CMYK
RGB Variations
Color information
#C19CB3 (or 0xC19CB3) is known color: Lily. HEX triplet: C1, 9C and B3. RGB value is (193,156,179). Sum of RGB (Red+Green+Blue) = 193+156+179=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CB3 is #3E634C. Grayscale: #A9A9A9. Windows color (decimal): -4088653 or 11771073. OLE color: 11771073.
HSL color Cylindrical-coordinate representation of color #C19CB3: hue angle of 322.7º 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 #C19CB3 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 179 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.24 |
| HSL | 322.7º | 0.23% | 0.68% | - |
| HSV(B) | 322.7º | 0.19% | 0.76% | - |
| XYZ | 42.02 | 38.37 | 47.84 | - |
| YUV | 169.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 179 | 0 | 0.19 | 0.07 | 0.24 | 322.7 | 0.23 | 0.68 |
| Hex | C1 | 9C | B3 | 0 | 13 | 7 | 18 | 143 | 17 | 44 |
| Octal | 301 | 234 | 263 | 0 | 23 | 7 | 30 | 503 | 27 | 104 |
| Binary | 11000001 | 10011100 | 10110011 | 0 | 10011 | 111 | 11000 | 101000011 | 10111 | 1000100 |
Color Harmonies of #C19CB3
Complementary color
Monochromatic Colors of #C19CB3
Black with #C19CB3
Text Example
Text Example
White with #C19CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CB3; }
p { color: rgb(193,156,179); }
H1.HeaderClassName
{
color: #C19CB3;
}
.AnyTagClassName
{
color: #C19CB3;
}
</style>
background-color css
<style>
a { background-color: #C19CB3; }
a { background-color: rgb(193,156,179); }
div.DivClassName
{
background-color: #C19CB3;
}
.BgClassName
{
background-color: #C19CB3;
}
</style>
border-color css
<style>
span { border-color: #C19CB3; }
span { border-color: rgb(193,156,179); }
td.TdClassName
{
border-color: #C19CB3;
}
.TagClassName
{
border-color: #C19CB3;
}
</style>