Shades of Lily #C0A7B5
Tints of Lily #C0A7B5
RGB
CMYK
RGB Variations
Color information
#C0A7B5 (or 0xC0A7B5) is known color: Lily. HEX triplet: C0, A7 and B5. RGB value is (192,167,181). Sum of RGB (Red+Green+Blue) = 192+167+181=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7B5 is #3F584A. Grayscale: #B0B0B0. Windows color (decimal): -4151371 or 11904960. OLE color: 11904960.
HSL color Cylindrical-coordinate representation of color #C0A7B5: hue angle of 326.4º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0A7B5 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 181 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.25 |
| HSL | 326.4º | 0.17% | 0.7% | - |
| HSV(B) | 326.4º | 0.13% | 0.75% | - |
| XYZ | 43.9 | 42.18 | 49.54 | - |
| YUV | 176.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 181 | 0 | 0.13 | 0.06 | 0.25 | 326.4 | 0.17 | 0.7 |
| Hex | C0 | A7 | B5 | 0 | D | 6 | 19 | 146 | 11 | 46 |
| Octal | 300 | 247 | 265 | 0 | 15 | 6 | 31 | 506 | 21 | 106 |
| Binary | 11000000 | 10100111 | 10110101 | 0 | 1101 | 110 | 11001 | 101000110 | 10001 | 1000110 |
Color Harmonies of #C0A7B5
Complementary color
Monochromatic Colors of #C0A7B5
Black with #C0A7B5
Text Example
Text Example
White with #C0A7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A7B5; }
p { color: rgb(192,167,181); }
H1.HeaderClassName
{
color: #C0A7B5;
}
.AnyTagClassName
{
color: #C0A7B5;
}
</style>
background-color css
<style>
a { background-color: #C0A7B5; }
a { background-color: rgb(192,167,181); }
div.DivClassName
{
background-color: #C0A7B5;
}
.BgClassName
{
background-color: #C0A7B5;
}
</style>
border-color css
<style>
span { border-color: #C0A7B5; }
span { border-color: rgb(192,167,181); }
td.TdClassName
{
border-color: #C0A7B5;
}
.TagClassName
{
border-color: #C0A7B5;
}
</style>