Shades of Lily #C0AAB8
Tints of Lily #C0AAB8
RGB
CMYK
RGB Variations
Color information
#C0AAB8 (or 0xC0AAB8) is known color: Lily. HEX triplet: C0, AA and B8. RGB value is (192,170,184). Sum of RGB (Red+Green+Blue) = 192+170+184=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAB8 is #3F5547. Grayscale: #B2B2B2. Windows color (decimal): -4150600 or 12102336. OLE color: 12102336.
HSL color Cylindrical-coordinate representation of color #C0AAB8: hue angle of 321.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AAB8 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 184 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.25 |
| HSL | 321.82º | 0.15% | 0.71% | - |
| HSV(B) | 321.82º | 0.11% | 0.75% | - |
| XYZ | 44.76 | 43.42 | 51.37 | - |
| YUV | 178.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 184 | 0 | 0.11 | 0.04 | 0.25 | 321.82 | 0.15 | 0.71 |
| Hex | C0 | AA | B8 | 0 | B | 4 | 19 | 142 | F | 47 |
| Octal | 300 | 252 | 270 | 0 | 13 | 4 | 31 | 502 | 17 | 107 |
| Binary | 11000000 | 10101010 | 10111000 | 0 | 1011 | 100 | 11001 | 101000010 | 1111 | 1000111 |
Color Harmonies of #C0AAB8
Complementary color
Monochromatic Colors of #C0AAB8
Black with #C0AAB8
Text Example
Text Example
White with #C0AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAB8; }
p { color: rgb(192,170,184); }
H1.HeaderClassName
{
color: #C0AAB8;
}
.AnyTagClassName
{
color: #C0AAB8;
}
</style>
background-color css
<style>
a { background-color: #C0AAB8; }
a { background-color: rgb(192,170,184); }
div.DivClassName
{
background-color: #C0AAB8;
}
.BgClassName
{
background-color: #C0AAB8;
}
</style>
border-color css
<style>
span { border-color: #C0AAB8; }
span { border-color: rgb(192,170,184); }
td.TdClassName
{
border-color: #C0AAB8;
}
.TagClassName
{
border-color: #C0AAB8;
}
</style>