Shades of Lily #C8A7B9
Tints of Lily #C8A7B9
RGB
CMYK
RGB Variations
Color information
#C8A7B9 (or 0xC8A7B9) is known color: Lily. HEX triplet: C8, A7 and B9. RGB value is (200,167,185). Sum of RGB (Red+Green+Blue) = 200+167+185=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7B9 is #375846. Grayscale: #B2B2B2. Windows color (decimal): -3627079 or 12167112. OLE color: 12167112.
HSL color Cylindrical-coordinate representation of color #C8A7B9: hue angle of 327.27º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8A7B9 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 185 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.22 |
| HSL | 327.27º | 0.23% | 0.72% | - |
| HSV(B) | 327.27º | 0.17% | 0.78% | - |
| XYZ | 46.4 | 43.42 | 51.83 | - |
| YUV | 178.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 185 | 0 | 0.16 | 0.08 | 0.22 | 327.27 | 0.23 | 0.72 |
| Hex | C8 | A7 | B9 | 0 | 10 | 8 | 16 | 147 | 17 | 48 |
| Octal | 310 | 247 | 271 | 0 | 20 | 10 | 26 | 507 | 27 | 110 |
| Binary | 11001000 | 10100111 | 10111001 | 0 | 10000 | 1000 | 10110 | 101000111 | 10111 | 1001000 |
Color Harmonies of #C8A7B9
Complementary color
Monochromatic Colors of #C8A7B9
Black with #C8A7B9
Text Example
Text Example
White with #C8A7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7B9; }
p { color: rgb(200,167,185); }
H1.HeaderClassName
{
color: #C8A7B9;
}
.AnyTagClassName
{
color: #C8A7B9;
}
</style>
background-color css
<style>
a { background-color: #C8A7B9; }
a { background-color: rgb(200,167,185); }
div.DivClassName
{
background-color: #C8A7B9;
}
.BgClassName
{
background-color: #C8A7B9;
}
</style>
border-color css
<style>
span { border-color: #C8A7B9; }
span { border-color: rgb(200,167,185); }
td.TdClassName
{
border-color: #C8A7B9;
}
.TagClassName
{
border-color: #C8A7B9;
}
</style>