Shades of Lily #C8A7B6
Tints of Lily #C8A7B6
RGB
CMYK
RGB Variations
Color information
#C8A7B6 (or 0xC8A7B6) is known color: Lily. HEX triplet: C8, A7 and B6. RGB value is (200,167,182). Sum of RGB (Red+Green+Blue) = 200+167+182=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7B6 is #375849. Grayscale: #B2B2B2. Windows color (decimal): -3627082 or 11970504. OLE color: 11970504.
HSL color Cylindrical-coordinate representation of color #C8A7B6: hue angle of 332.73º 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 #C8A7B6 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 182 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.22 |
| HSL | 332.73º | 0.23% | 0.72% | - |
| HSV(B) | 332.73º | 0.17% | 0.78% | - |
| XYZ | 46.08 | 43.29 | 50.18 | - |
| YUV | 178.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 182 | 0 | 0.16 | 0.09 | 0.22 | 332.73 | 0.23 | 0.72 |
| Hex | C8 | A7 | B6 | 0 | 10 | 9 | 16 | 14D | 17 | 48 |
| Octal | 310 | 247 | 266 | 0 | 20 | 11 | 26 | 515 | 27 | 110 |
| Binary | 11001000 | 10100111 | 10110110 | 0 | 10000 | 1001 | 10110 | 101001101 | 10111 | 1001000 |
Color Harmonies of #C8A7B6
Complementary color
Monochromatic Colors of #C8A7B6
Black with #C8A7B6
Text Example
Text Example
White with #C8A7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7B6; }
p { color: rgb(200,167,182); }
H1.HeaderClassName
{
color: #C8A7B6;
}
.AnyTagClassName
{
color: #C8A7B6;
}
</style>
background-color css
<style>
a { background-color: #C8A7B6; }
a { background-color: rgb(200,167,182); }
div.DivClassName
{
background-color: #C8A7B6;
}
.BgClassName
{
background-color: #C8A7B6;
}
</style>
border-color css
<style>
span { border-color: #C8A7B6; }
span { border-color: rgb(200,167,182); }
td.TdClassName
{
border-color: #C8A7B6;
}
.TagClassName
{
border-color: #C8A7B6;
}
</style>