Shades of Lily #C198B7
Tints of Lily #C198B7
RGB
CMYK
RGB Variations
Color information
#C198B7 (or 0xC198B7) is known color: Lily. HEX triplet: C1, 98 and B7. RGB value is (193,152,183). Sum of RGB (Red+Green+Blue) = 193+152+183=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C198B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198B7 is #3E6748. Grayscale: #A7A7A7. Windows color (decimal): -4089673 or 12032193. OLE color: 12032193.
HSL color Cylindrical-coordinate representation of color #C198B7: hue angle of 314.63º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C198B7 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 183 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.24 |
| HSL | 314.63º | 0.25% | 0.68% | - |
| HSV(B) | 314.63º | 0.21% | 0.76% | - |
| XYZ | 41.77 | 37.21 | 49.78 | - |
| YUV | 167.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 183 | 0 | 0.21 | 0.05 | 0.24 | 314.63 | 0.25 | 0.68 |
| Hex | C1 | 98 | B7 | 0 | 15 | 5 | 18 | 13B | 19 | 44 |
| Octal | 301 | 230 | 267 | 0 | 25 | 5 | 30 | 473 | 31 | 104 |
| Binary | 11000001 | 10011000 | 10110111 | 0 | 10101 | 101 | 11000 | 100111011 | 11001 | 1000100 |
Color Harmonies of #C198B7
Complementary color
Monochromatic Colors of #C198B7
Black with #C198B7
Text Example
Text Example
White with #C198B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198B7; }
p { color: rgb(193,152,183); }
H1.HeaderClassName
{
color: #C198B7;
}
.AnyTagClassName
{
color: #C198B7;
}
</style>
background-color css
<style>
a { background-color: #C198B7; }
a { background-color: rgb(193,152,183); }
div.DivClassName
{
background-color: #C198B7;
}
.BgClassName
{
background-color: #C198B7;
}
</style>
border-color css
<style>
span { border-color: #C198B7; }
span { border-color: rgb(193,152,183); }
td.TdClassName
{
border-color: #C198B7;
}
.TagClassName
{
border-color: #C198B7;
}
</style>