Shades of Lily #C8AAB5
Tints of Lily #C8AAB5
RGB
CMYK
RGB Variations
Color information
#C8AAB5 (or 0xC8AAB5) is known color: Lily. HEX triplet: C8, AA and B5. RGB value is (200,170,181). Sum of RGB (Red+Green+Blue) = 200+170+181=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAB5 is #37554A. Grayscale: #B4B4B4. Windows color (decimal): -3626315 or 11905736. OLE color: 11905736.
HSL color Cylindrical-coordinate representation of color #C8AAB5: hue angle of 338º 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 #C8AAB5 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 181 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.22 |
| HSL | 338º | 0.21% | 0.73% | - |
| HSV(B) | 338º | 0.15% | 0.78% | - |
| XYZ | 46.53 | 44.37 | 49.83 | - |
| YUV | 180.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 181 | 0 | 0.15 | 0.09 | 0.22 | 338 | 0.21 | 0.73 |
| Hex | C8 | AA | B5 | 0 | F | 9 | 16 | 152 | 15 | 49 |
| Octal | 310 | 252 | 265 | 0 | 17 | 11 | 26 | 522 | 25 | 111 |
| Binary | 11001000 | 10101010 | 10110101 | 0 | 1111 | 1001 | 10110 | 101010010 | 10101 | 1001001 |
Color Harmonies of #C8AAB5
Complementary color
Monochromatic Colors of #C8AAB5
Black with #C8AAB5
Text Example
Text Example
White with #C8AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAB5; }
p { color: rgb(200,170,181); }
H1.HeaderClassName
{
color: #C8AAB5;
}
.AnyTagClassName
{
color: #C8AAB5;
}
</style>
background-color css
<style>
a { background-color: #C8AAB5; }
a { background-color: rgb(200,170,181); }
div.DivClassName
{
background-color: #C8AAB5;
}
.BgClassName
{
background-color: #C8AAB5;
}
</style>
border-color css
<style>
span { border-color: #C8AAB5; }
span { border-color: rgb(200,170,181); }
td.TdClassName
{
border-color: #C8AAB5;
}
.TagClassName
{
border-color: #C8AAB5;
}
</style>