Shades of Lily #C6AAB8
Tints of Lily #C6AAB8
RGB
CMYK
RGB Variations
Color information
#C6AAB8 (or 0xC6AAB8) is known color: Lily. HEX triplet: C6, AA and B8. RGB value is (198,170,184). Sum of RGB (Red+Green+Blue) = 198+170+184=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AAB8 is #395547. Grayscale: #B3B3B3. Windows color (decimal): -3757384 or 12102342. OLE color: 12102342.
HSL color Cylindrical-coordinate representation of color #C6AAB8: hue angle of 330º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6AAB8 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 184 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.22 |
| HSL | 330º | 0.2% | 0.72% | - |
| HSV(B) | 330º | 0.14% | 0.78% | - |
| XYZ | 46.32 | 44.22 | 51.44 | - |
| YUV | 179.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 184 | 0 | 0.14 | 0.07 | 0.22 | 330 | 0.2 | 0.72 |
| Hex | C6 | AA | B8 | 0 | E | 7 | 16 | 14A | 14 | 48 |
| Octal | 306 | 252 | 270 | 0 | 16 | 7 | 26 | 512 | 24 | 110 |
| Binary | 11000110 | 10101010 | 10111000 | 0 | 1110 | 111 | 10110 | 101001010 | 10100 | 1001000 |
Color Harmonies of #C6AAB8
Complementary color
Monochromatic Colors of #C6AAB8
Black with #C6AAB8
Text Example
Text Example
White with #C6AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAB8; }
p { color: rgb(198,170,184); }
H1.HeaderClassName
{
color: #C6AAB8;
}
.AnyTagClassName
{
color: #C6AAB8;
}
</style>
background-color css
<style>
a { background-color: #C6AAB8; }
a { background-color: rgb(198,170,184); }
div.DivClassName
{
background-color: #C6AAB8;
}
.BgClassName
{
background-color: #C6AAB8;
}
</style>
border-color css
<style>
span { border-color: #C6AAB8; }
span { border-color: rgb(198,170,184); }
td.TdClassName
{
border-color: #C6AAB8;
}
.TagClassName
{
border-color: #C6AAB8;
}
</style>