Shades of Lily #C0AAB5
Tints of Lily #C0AAB5
RGB
CMYK
RGB Variations
Color information
#C0AAB5 (or 0xC0AAB5) is known color: Lily. HEX triplet: C0, AA and B5. RGB value is (192,170,181). Sum of RGB (Red+Green+Blue) = 192+170+181=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAB5 is #3F554A. Grayscale: #B1B1B1. Windows color (decimal): -4150603 or 11905728. OLE color: 11905728.
HSL color Cylindrical-coordinate representation of color #C0AAB5: hue angle of 330º 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 #C0AAB5 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 181 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.25 |
| HSL | 330º | 0.15% | 0.71% | - |
| HSV(B) | 330º | 0.11% | 0.75% | - |
| XYZ | 44.45 | 43.29 | 49.73 | - |
| YUV | 177.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 181 | 0 | 0.11 | 0.06 | 0.25 | 330 | 0.15 | 0.71 |
| Hex | C0 | AA | B5 | 0 | B | 6 | 19 | 14A | F | 47 |
| Octal | 300 | 252 | 265 | 0 | 13 | 6 | 31 | 512 | 17 | 107 |
| Binary | 11000000 | 10101010 | 10110101 | 0 | 1011 | 110 | 11001 | 101001010 | 1111 | 1000111 |
Color Harmonies of #C0AAB5
Complementary color
Monochromatic Colors of #C0AAB5
Black with #C0AAB5
Text Example
Text Example
White with #C0AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAB5; }
p { color: rgb(192,170,181); }
H1.HeaderClassName
{
color: #C0AAB5;
}
.AnyTagClassName
{
color: #C0AAB5;
}
</style>
background-color css
<style>
a { background-color: #C0AAB5; }
a { background-color: rgb(192,170,181); }
div.DivClassName
{
background-color: #C0AAB5;
}
.BgClassName
{
background-color: #C0AAB5;
}
</style>
border-color css
<style>
span { border-color: #C0AAB5; }
span { border-color: rgb(192,170,181); }
td.TdClassName
{
border-color: #C0AAB5;
}
.TagClassName
{
border-color: #C0AAB5;
}
</style>