Shades of Lily #C889AF
Tints of Lily #C889AF
RGB
CMYK
RGB Variations
Color information
#C889AF (or 0xC889AF) is known color: Lily. HEX triplet: C8, 89 and AF. RGB value is (200,137,175). Sum of RGB (Red+Green+Blue) = 200+137+175=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C889AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C889AF is #377650. Grayscale: #A0A0A0. Windows color (decimal): -3634769 or 11504072. OLE color: 11504072.
HSL color Cylindrical-coordinate representation of color #C889AF: hue angle of 323.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C889AF is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 175 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.22 |
| HSL | 323.81º | 0.36% | 0.66% | - |
| HSV(B) | 323.81º | 0.32% | 0.78% | - |
| XYZ | 40.5 | 33.27 | 44.84 | - |
| YUV | 160.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 175 | 0 | 0.32 | 0.12 | 0.22 | 323.81 | 0.36 | 0.66 |
| Hex | C8 | 89 | AF | 0 | 20 | C | 16 | 144 | 24 | 42 |
| Octal | 310 | 211 | 257 | 0 | 40 | 14 | 26 | 504 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10101111 | 0 | 100000 | 1100 | 10110 | 101000100 | 100100 | 1000010 |
Color Harmonies of #C889AF
Complementary color
Monochromatic Colors of #C889AF
Black with #C889AF
Text Example
Text Example
White with #C889AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889AF; }
p { color: rgb(200,137,175); }
H1.HeaderClassName
{
color: #C889AF;
}
.AnyTagClassName
{
color: #C889AF;
}
</style>
background-color css
<style>
a { background-color: #C889AF; }
a { background-color: rgb(200,137,175); }
div.DivClassName
{
background-color: #C889AF;
}
.BgClassName
{
background-color: #C889AF;
}
</style>
border-color css
<style>
span { border-color: #C889AF; }
span { border-color: rgb(200,137,175); }
td.TdClassName
{
border-color: #C889AF;
}
.TagClassName
{
border-color: #C889AF;
}
</style>