Shades of Lily #C8A3BA
Tints of Lily #C8A3BA
RGB
CMYK
RGB Variations
Color information
#C8A3BA (or 0xC8A3BA) is known color: Lily. HEX triplet: C8, A3 and BA. RGB value is (200,163,186). Sum of RGB (Red+Green+Blue) = 200+163+186=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A3BA is #375C45. Grayscale: #B0B0B0. Windows color (decimal): -3628102 or 12231624. OLE color: 12231624.
HSL color Cylindrical-coordinate representation of color #C8A3BA: hue angle of 322.7º degrees, saturation: 0.25, 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 #C8A3BA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 186 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.22 |
| HSL | 322.7º | 0.25% | 0.71% | - |
| HSV(B) | 322.7º | 0.19% | 0.78% | - |
| XYZ | 45.78 | 42.02 | 52.15 | - |
| YUV | 176.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 186 | 0 | 0.18 | 0.07 | 0.22 | 322.7 | 0.25 | 0.71 |
| Hex | C8 | A3 | BA | 0 | 12 | 7 | 16 | 143 | 19 | 47 |
| Octal | 310 | 243 | 272 | 0 | 22 | 7 | 26 | 503 | 31 | 107 |
| Binary | 11001000 | 10100011 | 10111010 | 0 | 10010 | 111 | 10110 | 101000011 | 11001 | 1000111 |
Color Harmonies of #C8A3BA
Complementary color
Monochromatic Colors of #C8A3BA
Black with #C8A3BA
Text Example
Text Example
White with #C8A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A3BA; }
p { color: rgb(200,163,186); }
H1.HeaderClassName
{
color: #C8A3BA;
}
.AnyTagClassName
{
color: #C8A3BA;
}
</style>
background-color css
<style>
a { background-color: #C8A3BA; }
a { background-color: rgb(200,163,186); }
div.DivClassName
{
background-color: #C8A3BA;
}
.BgClassName
{
background-color: #C8A3BA;
}
</style>
border-color css
<style>
span { border-color: #C8A3BA; }
span { border-color: rgb(200,163,186); }
td.TdClassName
{
border-color: #C8A3BA;
}
.TagClassName
{
border-color: #C8A3BA;
}
</style>