Shades of Lily #C8AAB8
Tints of Lily #C8AAB8
RGB
CMYK
RGB Variations
Color information
#C8AAB8 (or 0xC8AAB8) is known color: Lily. HEX triplet: C8, AA and B8. RGB value is (200,170,184). Sum of RGB (Red+Green+Blue) = 200+170+184=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAB8 is #375547. Grayscale: #B4B4B4. Windows color (decimal): -3626312 or 12102344. OLE color: 12102344.
HSL color Cylindrical-coordinate representation of color #C8AAB8: hue angle of 332º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AAB8 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 184 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.22 |
| HSL | 332º | 0.21% | 0.73% | - |
| HSV(B) | 332º | 0.15% | 0.78% | - |
| XYZ | 46.85 | 44.49 | 51.47 | - |
| YUV | 180.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 184 | 0 | 0.15 | 0.08 | 0.22 | 332 | 0.21 | 0.73 |
| Hex | C8 | AA | B8 | 0 | F | 8 | 16 | 14C | 15 | 49 |
| Octal | 310 | 252 | 270 | 0 | 17 | 10 | 26 | 514 | 25 | 111 |
| Binary | 11001000 | 10101010 | 10111000 | 0 | 1111 | 1000 | 10110 | 101001100 | 10101 | 1001001 |
Color Harmonies of #C8AAB8
Complementary color
Monochromatic Colors of #C8AAB8
Black with #C8AAB8
Text Example
Text Example
White with #C8AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAB8; }
p { color: rgb(200,170,184); }
H1.HeaderClassName
{
color: #C8AAB8;
}
.AnyTagClassName
{
color: #C8AAB8;
}
</style>
background-color css
<style>
a { background-color: #C8AAB8; }
a { background-color: rgb(200,170,184); }
div.DivClassName
{
background-color: #C8AAB8;
}
.BgClassName
{
background-color: #C8AAB8;
}
</style>
border-color css
<style>
span { border-color: #C8AAB8; }
span { border-color: rgb(200,170,184); }
td.TdClassName
{
border-color: #C8AAB8;
}
.TagClassName
{
border-color: #C8AAB8;
}
</style>