Shades of Lily #C7A3BA
Tints of Lily #C7A3BA
RGB
CMYK
RGB Variations
Color information
#C7A3BA (or 0xC7A3BA) is known color: Lily. HEX triplet: C7, A3 and BA. RGB value is (199,163,186). Sum of RGB (Red+Green+Blue) = 199+163+186=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A3BA is #385C45. Grayscale: #B0B0B0. Windows color (decimal): -3693638 or 12231623. OLE color: 12231623.
HSL color Cylindrical-coordinate representation of color #C7A3BA: hue angle of 321.67º degrees, saturation: 0.24, 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 #C7A3BA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 186 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.22 |
| HSL | 321.67º | 0.24% | 0.71% | - |
| HSV(B) | 321.67º | 0.18% | 0.78% | - |
| XYZ | 45.51 | 41.88 | 52.14 | - |
| YUV | 176.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 186 | 0 | 0.18 | 0.07 | 0.22 | 321.67 | 0.24 | 0.71 |
| Hex | C7 | A3 | BA | 0 | 12 | 7 | 16 | 142 | 18 | 47 |
| Octal | 307 | 243 | 272 | 0 | 22 | 7 | 26 | 502 | 30 | 107 |
| Binary | 11000111 | 10100011 | 10111010 | 0 | 10010 | 111 | 10110 | 101000010 | 11000 | 1000111 |
Color Harmonies of #C7A3BA
Complementary color
Monochromatic Colors of #C7A3BA
Black with #C7A3BA
Text Example
Text Example
White with #C7A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A3BA; }
p { color: rgb(199,163,186); }
H1.HeaderClassName
{
color: #C7A3BA;
}
.AnyTagClassName
{
color: #C7A3BA;
}
</style>
background-color css
<style>
a { background-color: #C7A3BA; }
a { background-color: rgb(199,163,186); }
div.DivClassName
{
background-color: #C7A3BA;
}
.BgClassName
{
background-color: #C7A3BA;
}
</style>
border-color css
<style>
span { border-color: #C7A3BA; }
span { border-color: rgb(199,163,186); }
td.TdClassName
{
border-color: #C7A3BA;
}
.TagClassName
{
border-color: #C7A3BA;
}
</style>