Shades of Lily #C0AAB7
Tints of Lily #C0AAB7
RGB
CMYK
RGB Variations
Color information
#C0AAB7 (or 0xC0AAB7) is known color: Lily. HEX triplet: C0, AA and B7. RGB value is (192,170,183). Sum of RGB (Red+Green+Blue) = 192+170+183=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAB7 is #3F5548. Grayscale: #B2B2B2. Windows color (decimal): -4150601 or 12036800. OLE color: 12036800.
HSL color Cylindrical-coordinate representation of color #C0AAB7: hue angle of 324.55º 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 #C0AAB7 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 183 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.25 |
| HSL | 324.55º | 0.15% | 0.71% | - |
| HSV(B) | 324.55º | 0.11% | 0.75% | - |
| XYZ | 44.66 | 43.37 | 50.82 | - |
| YUV | 178.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 183 | 0 | 0.11 | 0.05 | 0.25 | 324.55 | 0.15 | 0.71 |
| Hex | C0 | AA | B7 | 0 | B | 5 | 19 | 145 | F | 47 |
| Octal | 300 | 252 | 267 | 0 | 13 | 5 | 31 | 505 | 17 | 107 |
| Binary | 11000000 | 10101010 | 10110111 | 0 | 1011 | 101 | 11001 | 101000101 | 1111 | 1000111 |
Color Harmonies of #C0AAB7
Complementary color
Monochromatic Colors of #C0AAB7
Black with #C0AAB7
Text Example
Text Example
White with #C0AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAB7; }
p { color: rgb(192,170,183); }
H1.HeaderClassName
{
color: #C0AAB7;
}
.AnyTagClassName
{
color: #C0AAB7;
}
</style>
background-color css
<style>
a { background-color: #C0AAB7; }
a { background-color: rgb(192,170,183); }
div.DivClassName
{
background-color: #C0AAB7;
}
.BgClassName
{
background-color: #C0AAB7;
}
</style>
border-color css
<style>
span { border-color: #C0AAB7; }
span { border-color: rgb(192,170,183); }
td.TdClassName
{
border-color: #C0AAB7;
}
.TagClassName
{
border-color: #C0AAB7;
}
</style>