Shades of Lily #C19BB3
Tints of Lily #C19BB3
RGB
CMYK
RGB Variations
Color information
#C19BB3 (or 0xC19BB3) is known color: Lily. HEX triplet: C1, 9B and B3. RGB value is (193,155,179). Sum of RGB (Red+Green+Blue) = 193+155+179=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C19BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BB3 is #3E644C. Grayscale: #A9A9A9. Windows color (decimal): -4088909 or 11770817. OLE color: 11770817.
HSL color Cylindrical-coordinate representation of color #C19BB3: hue angle of 322.11º 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 #C19BB3 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 179 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.24 |
| HSL | 322.11º | 0.23% | 0.68% | - |
| HSV(B) | 322.11º | 0.2% | 0.76% | - |
| XYZ | 41.85 | 38.03 | 47.78 | - |
| YUV | 169.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 179 | 0 | 0.20 | 0.07 | 0.24 | 322.11 | 0.23 | 0.68 |
| Hex | C1 | 9B | B3 | 0 | 14 | 7 | 18 | 142 | 17 | 44 |
| Octal | 301 | 233 | 263 | 0 | 24 | 7 | 30 | 502 | 27 | 104 |
| Binary | 11000001 | 10011011 | 10110011 | 0 | 10100 | 111 | 11000 | 101000010 | 10111 | 1000100 |
Color Harmonies of #C19BB3
Complementary color
Monochromatic Colors of #C19BB3
Black with #C19BB3
Text Example
Text Example
White with #C19BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BB3; }
p { color: rgb(193,155,179); }
H1.HeaderClassName
{
color: #C19BB3;
}
.AnyTagClassName
{
color: #C19BB3;
}
</style>
background-color css
<style>
a { background-color: #C19BB3; }
a { background-color: rgb(193,155,179); }
div.DivClassName
{
background-color: #C19BB3;
}
.BgClassName
{
background-color: #C19BB3;
}
</style>
border-color css
<style>
span { border-color: #C19BB3; }
span { border-color: rgb(193,155,179); }
td.TdClassName
{
border-color: #C19BB3;
}
.TagClassName
{
border-color: #C19BB3;
}
</style>