Shades of Lily #C8ABB8
Tints of Lily #C8ABB8
RGB
CMYK
RGB Variations
Color information
#C8ABB8 (or 0xC8ABB8) is known color: Lily. HEX triplet: C8, AB and B8. RGB value is (200,171,184). Sum of RGB (Red+Green+Blue) = 200+171+184=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABB8 is #375447. Grayscale: #B5B5B5. Windows color (decimal): -3626056 or 12102600. OLE color: 12102600.
HSL color Cylindrical-coordinate representation of color #C8ABB8: hue angle of 333.1º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ABB8 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 184 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.22 |
| HSL | 333.1º | 0.21% | 0.73% | - |
| HSV(B) | 333.1º | 0.15% | 0.78% | - |
| XYZ | 47.03 | 44.87 | 51.53 | - |
| YUV | 181.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 184 | 0 | 0.14 | 0.08 | 0.22 | 333.1 | 0.21 | 0.73 |
| Hex | C8 | AB | B8 | 0 | E | 8 | 16 | 14D | 15 | 49 |
| Octal | 310 | 253 | 270 | 0 | 16 | 10 | 26 | 515 | 25 | 111 |
| Binary | 11001000 | 10101011 | 10111000 | 0 | 1110 | 1000 | 10110 | 101001101 | 10101 | 1001001 |
Color Harmonies of #C8ABB8
Complementary color
Monochromatic Colors of #C8ABB8
Black with #C8ABB8
Text Example
Text Example
White with #C8ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABB8; }
p { color: rgb(200,171,184); }
H1.HeaderClassName
{
color: #C8ABB8;
}
.AnyTagClassName
{
color: #C8ABB8;
}
</style>
background-color css
<style>
a { background-color: #C8ABB8; }
a { background-color: rgb(200,171,184); }
div.DivClassName
{
background-color: #C8ABB8;
}
.BgClassName
{
background-color: #C8ABB8;
}
</style>
border-color css
<style>
span { border-color: #C8ABB8; }
span { border-color: rgb(200,171,184); }
td.TdClassName
{
border-color: #C8ABB8;
}
.TagClassName
{
border-color: #C8ABB8;
}
</style>