Shades of Lily #C89AAF
Tints of Lily #C89AAF
RGB
CMYK
RGB Variations
Color information
#C89AAF (or 0xC89AAF) is known color: Lily. HEX triplet: C8, 9A and AF. RGB value is (200,154,175). Sum of RGB (Red+Green+Blue) = 200+154+175=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C89AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89AAF is #376550. Grayscale: #AAAAAA. Windows color (decimal): -3630417 or 11508424. OLE color: 11508424.
HSL color Cylindrical-coordinate representation of color #C89AAF: hue angle of 332.61º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89AAF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 175 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.22 |
| HSL | 332.61º | 0.29% | 0.69% | - |
| HSV(B) | 332.61º | 0.23% | 0.78% | - |
| XYZ | 43.11 | 38.49 | 45.71 | - |
| YUV | 170.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 175 | 0 | 0.23 | 0.12 | 0.22 | 332.61 | 0.29 | 0.69 |
| Hex | C8 | 9A | AF | 0 | 17 | C | 16 | 14D | 1D | 45 |
| Octal | 310 | 232 | 257 | 0 | 27 | 14 | 26 | 515 | 35 | 105 |
| Binary | 11001000 | 10011010 | 10101111 | 0 | 10111 | 1100 | 10110 | 101001101 | 11101 | 1000101 |
Color Harmonies of #C89AAF
Complementary color
Monochromatic Colors of #C89AAF
Black with #C89AAF
Text Example
Text Example
White with #C89AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AAF; }
p { color: rgb(200,154,175); }
H1.HeaderClassName
{
color: #C89AAF;
}
.AnyTagClassName
{
color: #C89AAF;
}
</style>
background-color css
<style>
a { background-color: #C89AAF; }
a { background-color: rgb(200,154,175); }
div.DivClassName
{
background-color: #C89AAF;
}
.BgClassName
{
background-color: #C89AAF;
}
</style>
border-color css
<style>
span { border-color: #C89AAF; }
span { border-color: rgb(200,154,175); }
td.TdClassName
{
border-color: #C89AAF;
}
.TagClassName
{
border-color: #C89AAF;
}
</style>