Shades of Lily #C8A0BD
Tints of Lily #C8A0BD
RGB
CMYK
RGB Variations
Color information
#C8A0BD (or 0xC8A0BD) is known color: Lily. HEX triplet: C8, A0 and BD. RGB value is (200,160,189). Sum of RGB (Red+Green+Blue) = 200+160+189=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0BD is #375F42. Grayscale: #AFAFAF. Windows color (decimal): -3628867 or 12427464. OLE color: 12427464.
HSL color Cylindrical-coordinate representation of color #C8A0BD: hue angle of 316.5º 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 #C8A0BD is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 189 | - |
| CMYK | 0 | 0.2 | 0.06 | 0.22 |
| HSL | 316.5º | 0.27% | 0.71% | - |
| HSV(B) | 316.5º | 0.2% | 0.78% | - |
| XYZ | 45.58 | 41.1 | 53.67 | - |
| YUV | 175.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 189 | 0 | 0.2 | 0.06 | 0.22 | 316.5 | 0.27 | 0.71 |
| Hex | C8 | A0 | BD | 0 | 14 | 6 | 16 | 13C | 1B | 47 |
| Octal | 310 | 240 | 275 | 0 | 24 | 6 | 26 | 474 | 33 | 107 |
| Binary | 11001000 | 10100000 | 10111101 | 0 | 10100 | 110 | 10110 | 100111100 | 11011 | 1000111 |
Color Harmonies of #C8A0BD
Complementary color
Monochromatic Colors of #C8A0BD
Black with #C8A0BD
Text Example
Text Example
White with #C8A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0BD; }
p { color: rgb(200,160,189); }
H1.HeaderClassName
{
color: #C8A0BD;
}
.AnyTagClassName
{
color: #C8A0BD;
}
</style>
background-color css
<style>
a { background-color: #C8A0BD; }
a { background-color: rgb(200,160,189); }
div.DivClassName
{
background-color: #C8A0BD;
}
.BgClassName
{
background-color: #C8A0BD;
}
</style>
border-color css
<style>
span { border-color: #C8A0BD; }
span { border-color: rgb(200,160,189); }
td.TdClassName
{
border-color: #C8A0BD;
}
.TagClassName
{
border-color: #C8A0BD;
}
</style>