Shades of Lily #C8AAB9
Tints of Lily #C8AAB9
RGB
CMYK
RGB Variations
Color information
#C8AAB9 (or 0xC8AAB9) is known color: Lily. HEX triplet: C8, AA and B9. RGB value is (200,170,185). Sum of RGB (Red+Green+Blue) = 200+170+185=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAB9 is #375546. Grayscale: #B4B4B4. Windows color (decimal): -3626311 or 12167880. OLE color: 12167880.
HSL color Cylindrical-coordinate representation of color #C8AAB9: hue angle of 330º 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 #C8AAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 170 | 185 | - |
CMYK | 0 | 0.15 | 0.08 | 0.22 |
HSL | 330º | 0.21% | 0.73% | - |
HSV(B) | 330º | 0.15% | 0.78% | - |
XYZ | 46.95 | 44.53 | 52.02 | - |
YUV | 180.68 | 130.44 | 141.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 170 | 185 | 0 | 0.15 | 0.08 | 0.22 | 330 | 0.21 | 0.73 |
Hex | C8 | AA | B9 | 0 | F | 8 | 16 | 14A | 15 | 49 |
Octal | 310 | 252 | 271 | 0 | 17 | 10 | 26 | 512 | 25 | 111 |
Binary | 11001000 | 10101010 | 10111001 | 0 | 1111 | 1000 | 10110 | 101001010 | 10101 | 1001001 |
Color Harmonies of #C8AAB9
Complementary color
Monochromatic Colors of #C8AAB9
Black with #C8AAB9
Text Example
Text Example
White with #C8AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAB9; }
p { color: rgb(200,170,185); }
H1.HeaderClassName
{
color: #C8AAB9;
}
.AnyTagClassName
{
color: #C8AAB9;
}
</style>
background-color css
<style>
a { background-color: #C8AAB9; }
a { background-color: rgb(200,170,185); }
div.DivClassName
{
background-color: #C8AAB9;
}
.BgClassName
{
background-color: #C8AAB9;
}
</style>
border-color css
<style>
span { border-color: #C8AAB9; }
span { border-color: rgb(200,170,185); }
td.TdClassName
{
border-color: #C8AAB9;
}
.TagClassName
{
border-color: #C8AAB9;
}
</style>