Shades of Lily #C898BA
Tints of Lily #C898BA
RGB
CMYK
RGB Variations
Color information
#C898BA (or 0xC898BA) is known color: Lily. HEX triplet: C8, 98 and BA. RGB value is (200,152,186). Sum of RGB (Red+Green+Blue) = 200+152+186=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C898BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898BA is #376745. Grayscale: #AAAAAA. Windows color (decimal): -3630918 or 12228808. OLE color: 12228808.
HSL color Cylindrical-coordinate representation of color #C898BA: hue angle of 317.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C898BA is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 186 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.22 |
| HSL | 317.5º | 0.3% | 0.69% | - |
| HSV(B) | 317.5º | 0.24% | 0.78% | - |
| XYZ | 43.91 | 38.28 | 51.53 | - |
| YUV | 170.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 186 | 0 | 0.24 | 0.07 | 0.22 | 317.5 | 0.3 | 0.69 |
| Hex | C8 | 98 | BA | 0 | 18 | 7 | 16 | 13E | 1E | 45 |
| Octal | 310 | 230 | 272 | 0 | 30 | 7 | 26 | 476 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10111010 | 0 | 11000 | 111 | 10110 | 100111110 | 11110 | 1000101 |
Color Harmonies of #C898BA
Complementary color
Monochromatic Colors of #C898BA
Black with #C898BA
Text Example
Text Example
White with #C898BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898BA; }
p { color: rgb(200,152,186); }
H1.HeaderClassName
{
color: #C898BA;
}
.AnyTagClassName
{
color: #C898BA;
}
</style>
background-color css
<style>
a { background-color: #C898BA; }
a { background-color: rgb(200,152,186); }
div.DivClassName
{
background-color: #C898BA;
}
.BgClassName
{
background-color: #C898BA;
}
</style>
border-color css
<style>
span { border-color: #C898BA; }
span { border-color: rgb(200,152,186); }
td.TdClassName
{
border-color: #C898BA;
}
.TagClassName
{
border-color: #C898BA;
}
</style>