Shades of Lily #C8A9B6
Tints of Lily #C8A9B6
RGB
CMYK
RGB Variations
Color information
#C8A9B6 (or 0xC8A9B6) is known color: Lily. HEX triplet: C8, A9 and B6. RGB value is (200,169,182). Sum of RGB (Red+Green+Blue) = 200+169+182=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9B6 is #375649. Grayscale: #B3B3B3. Windows color (decimal): -3626570 or 11971016. OLE color: 11971016.
HSL color Cylindrical-coordinate representation of color #C8A9B6: hue angle of 334.84º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8A9B6 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 182 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.22 |
| HSL | 334.84º | 0.22% | 0.72% | - |
| HSV(B) | 334.84º | 0.16% | 0.78% | - |
| XYZ | 46.45 | 44.03 | 50.31 | - |
| YUV | 179.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 182 | 0 | 0.16 | 0.09 | 0.22 | 334.84 | 0.22 | 0.72 |
| Hex | C8 | A9 | B6 | 0 | 10 | 9 | 16 | 14F | 16 | 48 |
| Octal | 310 | 251 | 266 | 0 | 20 | 11 | 26 | 517 | 26 | 110 |
| Binary | 11001000 | 10101001 | 10110110 | 0 | 10000 | 1001 | 10110 | 101001111 | 10110 | 1001000 |
Color Harmonies of #C8A9B6
Complementary color
Monochromatic Colors of #C8A9B6
Black with #C8A9B6
Text Example
Text Example
White with #C8A9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A9B6; }
p { color: rgb(200,169,182); }
H1.HeaderClassName
{
color: #C8A9B6;
}
.AnyTagClassName
{
color: #C8A9B6;
}
</style>
background-color css
<style>
a { background-color: #C8A9B6; }
a { background-color: rgb(200,169,182); }
div.DivClassName
{
background-color: #C8A9B6;
}
.BgClassName
{
background-color: #C8A9B6;
}
</style>
border-color css
<style>
span { border-color: #C8A9B6; }
span { border-color: rgb(200,169,182); }
td.TdClassName
{
border-color: #C8A9B6;
}
.TagClassName
{
border-color: #C8A9B6;
}
</style>