Shades of Lily #C8A0BE
Tints of Lily #C8A0BE
RGB
CMYK
RGB Variations
Color information
#C8A0BE (or 0xC8A0BE) is known color: Lily. HEX triplet: C8, A0 and BE. RGB value is (200,160,190). Sum of RGB (Red+Green+Blue) = 200+160+190=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0BE is #375F41. Grayscale: #AFAFAF. Windows color (decimal): -3628866 or 12493000. OLE color: 12493000.
HSL color Cylindrical-coordinate representation of color #C8A0BE: hue angle of 315º 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 #C8A0BE is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 190 | - |
| CMYK | 0 | 0.2 | 0.05 | 0.22 |
| HSL | 315º | 0.27% | 0.71% | - |
| HSV(B) | 315º | 0.2% | 0.78% | - |
| XYZ | 45.68 | 41.14 | 54.25 | - |
| YUV | 175.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 190 | 0 | 0.2 | 0.05 | 0.22 | 315 | 0.27 | 0.71 |
| Hex | C8 | A0 | BE | 0 | 14 | 5 | 16 | 13B | 1B | 47 |
| Octal | 310 | 240 | 276 | 0 | 24 | 5 | 26 | 473 | 33 | 107 |
| Binary | 11001000 | 10100000 | 10111110 | 0 | 10100 | 101 | 10110 | 100111011 | 11011 | 1000111 |
Color Harmonies of #C8A0BE
Complementary color
Monochromatic Colors of #C8A0BE
Black with #C8A0BE
Text Example
Text Example
White with #C8A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0BE; }
p { color: rgb(200,160,190); }
H1.HeaderClassName
{
color: #C8A0BE;
}
.AnyTagClassName
{
color: #C8A0BE;
}
</style>
background-color css
<style>
a { background-color: #C8A0BE; }
a { background-color: rgb(200,160,190); }
div.DivClassName
{
background-color: #C8A0BE;
}
.BgClassName
{
background-color: #C8A0BE;
}
</style>
border-color css
<style>
span { border-color: #C8A0BE; }
span { border-color: rgb(200,160,190); }
td.TdClassName
{
border-color: #C8A0BE;
}
.TagClassName
{
border-color: #C8A0BE;
}
</style>