Shades of Lily #C8ABB7
Tints of Lily #C8ABB7
RGB
CMYK
RGB Variations
Color information
#C8ABB7 (or 0xC8ABB7) is known color: Lily. HEX triplet: C8, AB and B7. RGB value is (200,171,183). Sum of RGB (Red+Green+Blue) = 200+171+183=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABB7 is #375448. Grayscale: #B5B5B5. Windows color (decimal): -3626057 or 12037064. OLE color: 12037064.
HSL color Cylindrical-coordinate representation of color #C8ABB7: hue angle of 335.17º 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 #C8ABB7 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 183 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.22 |
| HSL | 335.17º | 0.21% | 0.73% | - |
| HSV(B) | 335.17º | 0.15% | 0.78% | - |
| XYZ | 46.93 | 44.82 | 50.98 | - |
| YUV | 181.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 183 | 0 | 0.14 | 0.08 | 0.22 | 335.17 | 0.21 | 0.73 |
| Hex | C8 | AB | B7 | 0 | E | 8 | 16 | 14F | 15 | 49 |
| Octal | 310 | 253 | 267 | 0 | 16 | 10 | 26 | 517 | 25 | 111 |
| Binary | 11001000 | 10101011 | 10110111 | 0 | 1110 | 1000 | 10110 | 101001111 | 10101 | 1001001 |
Color Harmonies of #C8ABB7
Complementary color
Monochromatic Colors of #C8ABB7
Black with #C8ABB7
Text Example
Text Example
White with #C8ABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABB7; }
p { color: rgb(200,171,183); }
H1.HeaderClassName
{
color: #C8ABB7;
}
.AnyTagClassName
{
color: #C8ABB7;
}
</style>
background-color css
<style>
a { background-color: #C8ABB7; }
a { background-color: rgb(200,171,183); }
div.DivClassName
{
background-color: #C8ABB7;
}
.BgClassName
{
background-color: #C8ABB7;
}
</style>
border-color css
<style>
span { border-color: #C8ABB7; }
span { border-color: rgb(200,171,183); }
td.TdClassName
{
border-color: #C8ABB7;
}
.TagClassName
{
border-color: #C8ABB7;
}
</style>