Shades of Lily #C0A8B6
Tints of Lily #C0A8B6
RGB
CMYK
RGB Variations
Color information
#C0A8B6 (or 0xC0A8B6) is known color: Lily. HEX triplet: C0, A8 and B6. RGB value is (192,168,182). Sum of RGB (Red+Green+Blue) = 192+168+182=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8B6 is #3F5749. Grayscale: #B0B0B0. Windows color (decimal): -4151114 or 11970752. OLE color: 11970752.
HSL color Cylindrical-coordinate representation of color #C0A8B6: hue angle of 325º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A8B6 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 182 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.25 |
| HSL | 325º | 0.16% | 0.71% | - |
| HSV(B) | 325º | 0.13% | 0.75% | - |
| XYZ | 44.18 | 42.59 | 50.15 | - |
| YUV | 176.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 182 | 0 | 0.12 | 0.05 | 0.25 | 325 | 0.16 | 0.71 |
| Hex | C0 | A8 | B6 | 0 | C | 5 | 19 | 145 | 10 | 47 |
| Octal | 300 | 250 | 266 | 0 | 14 | 5 | 31 | 505 | 20 | 107 |
| Binary | 11000000 | 10101000 | 10110110 | 0 | 1100 | 101 | 11001 | 101000101 | 10000 | 1000111 |
Color Harmonies of #C0A8B6
Complementary color
Monochromatic Colors of #C0A8B6
Black with #C0A8B6
Text Example
Text Example
White with #C0A8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A8B6; }
p { color: rgb(192,168,182); }
H1.HeaderClassName
{
color: #C0A8B6;
}
.AnyTagClassName
{
color: #C0A8B6;
}
</style>
background-color css
<style>
a { background-color: #C0A8B6; }
a { background-color: rgb(192,168,182); }
div.DivClassName
{
background-color: #C0A8B6;
}
.BgClassName
{
background-color: #C0A8B6;
}
</style>
border-color css
<style>
span { border-color: #C0A8B6; }
span { border-color: rgb(192,168,182); }
td.TdClassName
{
border-color: #C0A8B6;
}
.TagClassName
{
border-color: #C0A8B6;
}
</style>