Shades of Lily #C998BA
Tints of Lily #C998BA
RGB
CMYK
RGB Variations
Color information
#C998BA (or 0xC998BA) is known color: Lily. HEX triplet: C9, 98 and BA. RGB value is (201,152,186). Sum of RGB (Red+Green+Blue) = 201+152+186=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C998BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998BA is #366745. Grayscale: #AAAAAA. Windows color (decimal): -3565382 or 12228809. OLE color: 12228809.
HSL color Cylindrical-coordinate representation of color #C998BA: hue angle of 318.37º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C998BA is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 186 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.21 |
| HSL | 318.37º | 0.31% | 0.69% | - |
| HSV(B) | 318.37º | 0.24% | 0.79% | - |
| XYZ | 44.18 | 38.42 | 51.54 | - |
| YUV | 170.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 186 | 0 | 0.24 | 0.07 | 0.21 | 318.37 | 0.31 | 0.69 |
| Hex | C9 | 98 | BA | 0 | 18 | 7 | 15 | 13E | 1F | 45 |
| Octal | 311 | 230 | 272 | 0 | 30 | 7 | 25 | 476 | 37 | 105 |
| Binary | 11001001 | 10011000 | 10111010 | 0 | 11000 | 111 | 10101 | 100111110 | 11111 | 1000101 |
Color Harmonies of #C998BA
Complementary color
Monochromatic Colors of #C998BA
Black with #C998BA
Text Example
Text Example
White with #C998BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998BA; }
p { color: rgb(201,152,186); }
H1.HeaderClassName
{
color: #C998BA;
}
.AnyTagClassName
{
color: #C998BA;
}
</style>
background-color css
<style>
a { background-color: #C998BA; }
a { background-color: rgb(201,152,186); }
div.DivClassName
{
background-color: #C998BA;
}
.BgClassName
{
background-color: #C998BA;
}
</style>
border-color css
<style>
span { border-color: #C998BA; }
span { border-color: rgb(201,152,186); }
td.TdClassName
{
border-color: #C998BA;
}
.TagClassName
{
border-color: #C998BA;
}
</style>