Shades of Lily #C19CB6
Tints of Lily #C19CB6
RGB
CMYK
RGB Variations
Color information
#C19CB6 (or 0xC19CB6) is known color: Lily. HEX triplet: C1, 9C and B6. RGB value is (193,156,182). Sum of RGB (Red+Green+Blue) = 193+156+182=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CB6 is #3E6349. Grayscale: #A9A9A9. Windows color (decimal): -4088650 or 11967681. OLE color: 11967681.
HSL color Cylindrical-coordinate representation of color #C19CB6: hue angle of 317.84º 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 #C19CB6 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 182 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.24 |
| HSL | 317.84º | 0.23% | 0.68% | - |
| HSV(B) | 317.84º | 0.19% | 0.76% | - |
| XYZ | 42.32 | 38.49 | 49.45 | - |
| YUV | 170.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 182 | 0 | 0.19 | 0.06 | 0.24 | 317.84 | 0.23 | 0.68 |
| Hex | C1 | 9C | B6 | 0 | 13 | 6 | 18 | 13E | 17 | 44 |
| Octal | 301 | 234 | 266 | 0 | 23 | 6 | 30 | 476 | 27 | 104 |
| Binary | 11000001 | 10011100 | 10110110 | 0 | 10011 | 110 | 11000 | 100111110 | 10111 | 1000100 |
Color Harmonies of #C19CB6
Complementary color
Monochromatic Colors of #C19CB6
Black with #C19CB6
Text Example
Text Example
White with #C19CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CB6; }
p { color: rgb(193,156,182); }
H1.HeaderClassName
{
color: #C19CB6;
}
.AnyTagClassName
{
color: #C19CB6;
}
</style>
background-color css
<style>
a { background-color: #C19CB6; }
a { background-color: rgb(193,156,182); }
div.DivClassName
{
background-color: #C19CB6;
}
.BgClassName
{
background-color: #C19CB6;
}
</style>
border-color css
<style>
span { border-color: #C19CB6; }
span { border-color: rgb(193,156,182); }
td.TdClassName
{
border-color: #C19CB6;
}
.TagClassName
{
border-color: #C19CB6;
}
</style>