Shades of Lily #C19FB3
Tints of Lily #C19FB3
RGB
CMYK
RGB Variations
Color information
#C19FB3 (or 0xC19FB3) is known color: Lily. HEX triplet: C1, 9F and B3. RGB value is (193,159,179). Sum of RGB (Red+Green+Blue) = 193+159+179=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C19FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FB3 is #3E604C. Grayscale: #ABABAB. Windows color (decimal): -4087885 or 11771841. OLE color: 11771841.
HSL color Cylindrical-coordinate representation of color #C19FB3: hue angle of 324.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19FB3 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 159 | 179 | - |
CMYK | 0 | 0.18 | 0.07 | 0.24 |
HSL | 324.71º | 0.22% | 0.69% | - |
HSV(B) | 324.71º | 0.18% | 0.76% | - |
XYZ | 42.53 | 39.39 | 48.01 | - |
YUV | 171.45 | 132.26 | 143.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 159 | 179 | 0 | 0.18 | 0.07 | 0.24 | 324.71 | 0.22 | 0.69 |
Hex | C1 | 9F | B3 | 0 | 12 | 7 | 18 | 145 | 16 | 45 |
Octal | 301 | 237 | 263 | 0 | 22 | 7 | 30 | 505 | 26 | 105 |
Binary | 11000001 | 10011111 | 10110011 | 0 | 10010 | 111 | 11000 | 101000101 | 10110 | 1000101 |
Color Harmonies of #C19FB3
Complementary color
Monochromatic Colors of #C19FB3
Black with #C19FB3
Text Example
Text Example
White with #C19FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FB3; }
p { color: rgb(193,159,179); }
H1.HeaderClassName
{
color: #C19FB3;
}
.AnyTagClassName
{
color: #C19FB3;
}
</style>
background-color css
<style>
a { background-color: #C19FB3; }
a { background-color: rgb(193,159,179); }
div.DivClassName
{
background-color: #C19FB3;
}
.BgClassName
{
background-color: #C19FB3;
}
</style>
border-color css
<style>
span { border-color: #C19FB3; }
span { border-color: rgb(193,159,179); }
td.TdClassName
{
border-color: #C19FB3;
}
.TagClassName
{
border-color: #C19FB3;
}
</style>