Shades of Lily #C898AD
Tints of Lily #C898AD
RGB
CMYK
RGB Variations
Color information
#C898AD (or 0xC898AD) is known color: Lily. HEX triplet: C8, 98 and AD. RGB value is (200,152,173). Sum of RGB (Red+Green+Blue) = 200+152+173=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C898AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C898AD is #376752. Grayscale: #A8A8A8. Windows color (decimal): -3630931 or 11376840. OLE color: 11376840.
HSL color Cylindrical-coordinate representation of color #C898AD: hue angle of 333.75º 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 #C898AD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 173 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.22 |
| HSL | 333.75º | 0.3% | 0.69% | - |
| HSV(B) | 333.75º | 0.24% | 0.78% | - |
| XYZ | 42.59 | 37.75 | 44.58 | - |
| YUV | 168.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 173 | 0 | 0.24 | 0.14 | 0.22 | 333.75 | 0.3 | 0.69 |
| Hex | C8 | 98 | AD | 0 | 18 | E | 16 | 14E | 1E | 45 |
| Octal | 310 | 230 | 255 | 0 | 30 | 16 | 26 | 516 | 36 | 105 |
| Binary | 11001000 | 10011000 | 10101101 | 0 | 11000 | 1110 | 10110 | 101001110 | 11110 | 1000101 |
Color Harmonies of #C898AD
Complementary color
Monochromatic Colors of #C898AD
Black with #C898AD
Text Example
Text Example
White with #C898AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898AD; }
p { color: rgb(200,152,173); }
H1.HeaderClassName
{
color: #C898AD;
}
.AnyTagClassName
{
color: #C898AD;
}
</style>
background-color css
<style>
a { background-color: #C898AD; }
a { background-color: rgb(200,152,173); }
div.DivClassName
{
background-color: #C898AD;
}
.BgClassName
{
background-color: #C898AD;
}
</style>
border-color css
<style>
span { border-color: #C898AD; }
span { border-color: rgb(200,152,173); }
td.TdClassName
{
border-color: #C898AD;
}
.TagClassName
{
border-color: #C898AD;
}
</style>