Shades of Lily #C899AD
Tints of Lily #C899AD
RGB
CMYK
RGB Variations
Color information
#C899AD (or 0xC899AD) is known color: Lily. HEX triplet: C8, 99 and AD. RGB value is (200,153,173). Sum of RGB (Red+Green+Blue) = 200+153+173=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C899AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C899AD is #376652. Grayscale: #A9A9A9. Windows color (decimal): -3630675 or 11377096. OLE color: 11377096.
HSL color Cylindrical-coordinate representation of color #C899AD: hue angle of 334.47º 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 #C899AD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 173 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.22 |
| HSL | 334.47º | 0.3% | 0.69% | - |
| HSV(B) | 334.47º | 0.24% | 0.78% | - |
| XYZ | 42.75 | 38.08 | 44.63 | - |
| YUV | 169.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 173 | 0 | 0.24 | 0.14 | 0.22 | 334.47 | 0.3 | 0.69 |
| Hex | C8 | 99 | AD | 0 | 18 | E | 16 | 14E | 1E | 45 |
| Octal | 310 | 231 | 255 | 0 | 30 | 16 | 26 | 516 | 36 | 105 |
| Binary | 11001000 | 10011001 | 10101101 | 0 | 11000 | 1110 | 10110 | 101001110 | 11110 | 1000101 |
Color Harmonies of #C899AD
Complementary color
Monochromatic Colors of #C899AD
Black with #C899AD
Text Example
Text Example
White with #C899AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899AD; }
p { color: rgb(200,153,173); }
H1.HeaderClassName
{
color: #C899AD;
}
.AnyTagClassName
{
color: #C899AD;
}
</style>
background-color css
<style>
a { background-color: #C899AD; }
a { background-color: rgb(200,153,173); }
div.DivClassName
{
background-color: #C899AD;
}
.BgClassName
{
background-color: #C899AD;
}
</style>
border-color css
<style>
span { border-color: #C899AD; }
span { border-color: rgb(200,153,173); }
td.TdClassName
{
border-color: #C899AD;
}
.TagClassName
{
border-color: #C899AD;
}
</style>