Shades of Lily #C8A0BC
Tints of Lily #C8A0BC
RGB
CMYK
RGB Variations
Color information
#C8A0BC (or 0xC8A0BC) is known color: Lily. HEX triplet: C8, A0 and BC. RGB value is (200,160,188). Sum of RGB (Red+Green+Blue) = 200+160+188=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0BC is #375F43. Grayscale: #AFAFAF. Windows color (decimal): -3628868 or 12361928. OLE color: 12361928.
HSL color Cylindrical-coordinate representation of color #C8A0BC: hue angle of 318º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8A0BC is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 188 | - |
| CMYK | 0 | 0.2 | 0.06 | 0.22 |
| HSL | 318º | 0.27% | 0.71% | - |
| HSV(B) | 318º | 0.2% | 0.78% | - |
| XYZ | 45.47 | 41.05 | 53.1 | - |
| YUV | 175.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 188 | 0 | 0.2 | 0.06 | 0.22 | 318 | 0.27 | 0.71 |
| Hex | C8 | A0 | BC | 0 | 14 | 6 | 16 | 13E | 1B | 47 |
| Octal | 310 | 240 | 274 | 0 | 24 | 6 | 26 | 476 | 33 | 107 |
| Binary | 11001000 | 10100000 | 10111100 | 0 | 10100 | 110 | 10110 | 100111110 | 11011 | 1000111 |
Color Harmonies of #C8A0BC
Complementary color
Monochromatic Colors of #C8A0BC
Black with #C8A0BC
Text Example
Text Example
White with #C8A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0BC; }
p { color: rgb(200,160,188); }
H1.HeaderClassName
{
color: #C8A0BC;
}
.AnyTagClassName
{
color: #C8A0BC;
}
</style>
background-color css
<style>
a { background-color: #C8A0BC; }
a { background-color: rgb(200,160,188); }
div.DivClassName
{
background-color: #C8A0BC;
}
.BgClassName
{
background-color: #C8A0BC;
}
</style>
border-color css
<style>
span { border-color: #C8A0BC; }
span { border-color: rgb(200,160,188); }
td.TdClassName
{
border-color: #C8A0BC;
}
.TagClassName
{
border-color: #C8A0BC;
}
</style>