Shades of Lily #C7A4B7
Tints of Lily #C7A4B7
RGB
CMYK
RGB Variations
Color information
#C7A4B7 (or 0xC7A4B7) is known color: Lily. HEX triplet: C7, A4 and B7. RGB value is (199,164,183). Sum of RGB (Red+Green+Blue) = 199+164+183=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A4B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A4B7 is #385B48. Grayscale: #B0B0B0. Windows color (decimal): -3693385 or 12035271. OLE color: 12035271.
HSL color Cylindrical-coordinate representation of color #C7A4B7: hue angle of 327.43º 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 #C7A4B7 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 183 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.22 |
| HSL | 327.43º | 0.24% | 0.71% | - |
| HSV(B) | 327.43º | 0.18% | 0.78% | - |
| XYZ | 45.38 | 42.11 | 50.54 | - |
| YUV | 176.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 183 | 0 | 0.18 | 0.08 | 0.22 | 327.43 | 0.24 | 0.71 |
| Hex | C7 | A4 | B7 | 0 | 12 | 8 | 16 | 147 | 18 | 47 |
| Octal | 307 | 244 | 267 | 0 | 22 | 10 | 26 | 507 | 30 | 107 |
| Binary | 11000111 | 10100100 | 10110111 | 0 | 10010 | 1000 | 10110 | 101000111 | 11000 | 1000111 |
Color Harmonies of #C7A4B7
Complementary color
Monochromatic Colors of #C7A4B7
Black with #C7A4B7
Text Example
Text Example
White with #C7A4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A4B7; }
p { color: rgb(199,164,183); }
H1.HeaderClassName
{
color: #C7A4B7;
}
.AnyTagClassName
{
color: #C7A4B7;
}
</style>
background-color css
<style>
a { background-color: #C7A4B7; }
a { background-color: rgb(199,164,183); }
div.DivClassName
{
background-color: #C7A4B7;
}
.BgClassName
{
background-color: #C7A4B7;
}
</style>
border-color css
<style>
span { border-color: #C7A4B7; }
span { border-color: rgb(199,164,183); }
td.TdClassName
{
border-color: #C7A4B7;
}
.TagClassName
{
border-color: #C7A4B7;
}
</style>