Shades of Lily #C8A4B6
Tints of Lily #C8A4B6
RGB
CMYK
RGB Variations
Color information
#C8A4B6 (or 0xC8A4B6) is known color: Lily. HEX triplet: C8, A4 and B6. RGB value is (200,164,182). Sum of RGB (Red+Green+Blue) = 200+164+182=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A4B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A4B6 is #375B49. Grayscale: #B0B0B0. Windows color (decimal): -3627850 or 11969736. OLE color: 11969736.
HSL color Cylindrical-coordinate representation of color #C8A4B6: hue angle of 330º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8A4B6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 182 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.22 |
| HSL | 330º | 0.25% | 0.71% | - |
| HSV(B) | 330º | 0.18% | 0.78% | - |
| XYZ | 45.54 | 42.21 | 50 | - |
| YUV | 176.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 182 | 0 | 0.18 | 0.09 | 0.22 | 330 | 0.25 | 0.71 |
| Hex | C8 | A4 | B6 | 0 | 12 | 9 | 16 | 14A | 19 | 47 |
| Octal | 310 | 244 | 266 | 0 | 22 | 11 | 26 | 512 | 31 | 107 |
| Binary | 11001000 | 10100100 | 10110110 | 0 | 10010 | 1001 | 10110 | 101001010 | 11001 | 1000111 |
Color Harmonies of #C8A4B6
Complementary color
Monochromatic Colors of #C8A4B6
Black with #C8A4B6
Text Example
Text Example
White with #C8A4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A4B6; }
p { color: rgb(200,164,182); }
H1.HeaderClassName
{
color: #C8A4B6;
}
.AnyTagClassName
{
color: #C8A4B6;
}
</style>
background-color css
<style>
a { background-color: #C8A4B6; }
a { background-color: rgb(200,164,182); }
div.DivClassName
{
background-color: #C8A4B6;
}
.BgClassName
{
background-color: #C8A4B6;
}
</style>
border-color css
<style>
span { border-color: #C8A4B6; }
span { border-color: rgb(200,164,182); }
td.TdClassName
{
border-color: #C8A4B6;
}
.TagClassName
{
border-color: #C8A4B6;
}
</style>