Shades of Lily #C8AAB4
Tints of Lily #C8AAB4
RGB
CMYK
RGB Variations
Color information
#C8AAB4 (or 0xC8AAB4) is known color: Lily. HEX triplet: C8, AA and B4. RGB value is (200,170,180). Sum of RGB (Red+Green+Blue) = 200+170+180=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAB4 is #37554B. Grayscale: #B4B4B4. Windows color (decimal): -3626316 or 11840200. OLE color: 11840200.
HSL color Cylindrical-coordinate representation of color #C8AAB4: hue angle of 340º 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 #C8AAB4 is Cyan = 0, Magento = 0.15, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 180 | - |
| CMYK | 0 | 0.15 | 0.1 | 0.22 |
| HSL | 340º | 0.21% | 0.73% | - |
| HSV(B) | 340º | 0.15% | 0.78% | - |
| XYZ | 46.43 | 44.32 | 49.29 | - |
| YUV | 180.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 180 | 0 | 0.15 | 0.1 | 0.22 | 340 | 0.21 | 0.73 |
| Hex | C8 | AA | B4 | 0 | F | A | 16 | 154 | 15 | 49 |
| Octal | 310 | 252 | 264 | 0 | 17 | 12 | 26 | 524 | 25 | 111 |
| Binary | 11001000 | 10101010 | 10110100 | 0 | 1111 | 1010 | 10110 | 101010100 | 10101 | 1001001 |
Color Harmonies of #C8AAB4
Complementary color
Monochromatic Colors of #C8AAB4
Black with #C8AAB4
Text Example
Text Example
White with #C8AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAB4; }
p { color: rgb(200,170,180); }
H1.HeaderClassName
{
color: #C8AAB4;
}
.AnyTagClassName
{
color: #C8AAB4;
}
</style>
background-color css
<style>
a { background-color: #C8AAB4; }
a { background-color: rgb(200,170,180); }
div.DivClassName
{
background-color: #C8AAB4;
}
.BgClassName
{
background-color: #C8AAB4;
}
</style>
border-color css
<style>
span { border-color: #C8AAB4; }
span { border-color: rgb(200,170,180); }
td.TdClassName
{
border-color: #C8AAB4;
}
.TagClassName
{
border-color: #C8AAB4;
}
</style>