Shades of Lily #C8A2B1
Tints of Lily #C8A2B1
RGB
CMYK
RGB Variations
Color information
#C8A2B1 (or 0xC8A2B1) is known color: Lily. HEX triplet: C8, A2 and B1. RGB value is (200,162,177). Sum of RGB (Red+Green+Blue) = 200+162+177=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A2B1 is #375D4E. Grayscale: #AFAFAF. Windows color (decimal): -3628367 or 11641544. OLE color: 11641544.
HSL color Cylindrical-coordinate representation of color #C8A2B1: hue angle of 336.32º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A2B1 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 177 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.22 |
| HSL | 336.32º | 0.26% | 0.71% | - |
| HSV(B) | 336.32º | 0.19% | 0.78% | - |
| XYZ | 44.68 | 41.29 | 47.21 | - |
| YUV | 175.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 177 | 0 | 0.19 | 0.12 | 0.22 | 336.32 | 0.26 | 0.71 |
| Hex | C8 | A2 | B1 | 0 | 13 | C | 16 | 150 | 1A | 47 |
| Octal | 310 | 242 | 261 | 0 | 23 | 14 | 26 | 520 | 32 | 107 |
| Binary | 11001000 | 10100010 | 10110001 | 0 | 10011 | 1100 | 10110 | 101010000 | 11010 | 1000111 |
Color Harmonies of #C8A2B1
Complementary color
Monochromatic Colors of #C8A2B1
Black with #C8A2B1
Text Example
Text Example
White with #C8A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2B1; }
p { color: rgb(200,162,177); }
H1.HeaderClassName
{
color: #C8A2B1;
}
.AnyTagClassName
{
color: #C8A2B1;
}
</style>
background-color css
<style>
a { background-color: #C8A2B1; }
a { background-color: rgb(200,162,177); }
div.DivClassName
{
background-color: #C8A2B1;
}
.BgClassName
{
background-color: #C8A2B1;
}
</style>
border-color css
<style>
span { border-color: #C8A2B1; }
span { border-color: rgb(200,162,177); }
td.TdClassName
{
border-color: #C8A2B1;
}
.TagClassName
{
border-color: #C8A2B1;
}
</style>