Shades of Lily #C89EAF
Tints of Lily #C89EAF
RGB
CMYK
RGB Variations
Color information
#C89EAF (or 0xC89EAF) is known color: Lily. HEX triplet: C8, 9E and AF. RGB value is (200,158,175). Sum of RGB (Red+Green+Blue) = 200+158+175=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C89EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89EAF is #376150. Grayscale: #ACACAC. Windows color (decimal): -3629393 or 11509448. OLE color: 11509448.
HSL color Cylindrical-coordinate representation of color #C89EAF: hue angle of 335.71º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C89EAF is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 175 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.22 |
| HSL | 335.71º | 0.28% | 0.7% | - |
| HSV(B) | 335.71º | 0.21% | 0.78% | - |
| XYZ | 43.78 | 39.83 | 45.94 | - |
| YUV | 172.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 175 | 0 | 0.21 | 0.12 | 0.22 | 335.71 | 0.28 | 0.7 |
| Hex | C8 | 9E | AF | 0 | 15 | C | 16 | 150 | 1C | 46 |
| Octal | 310 | 236 | 257 | 0 | 25 | 14 | 26 | 520 | 34 | 106 |
| Binary | 11001000 | 10011110 | 10101111 | 0 | 10101 | 1100 | 10110 | 101010000 | 11100 | 1000110 |
Color Harmonies of #C89EAF
Complementary color
Monochromatic Colors of #C89EAF
Black with #C89EAF
Text Example
Text Example
White with #C89EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89EAF; }
p { color: rgb(200,158,175); }
H1.HeaderClassName
{
color: #C89EAF;
}
.AnyTagClassName
{
color: #C89EAF;
}
</style>
background-color css
<style>
a { background-color: #C89EAF; }
a { background-color: rgb(200,158,175); }
div.DivClassName
{
background-color: #C89EAF;
}
.BgClassName
{
background-color: #C89EAF;
}
</style>
border-color css
<style>
span { border-color: #C89EAF; }
span { border-color: rgb(200,158,175); }
td.TdClassName
{
border-color: #C89EAF;
}
.TagClassName
{
border-color: #C89EAF;
}
</style>