Shades of Lily #C7A4B5
Tints of Lily #C7A4B5
RGB
CMYK
RGB Variations
Color information
#C7A4B5 (or 0xC7A4B5) is known color: Lily. HEX triplet: C7, A4 and B5. RGB value is (199,164,181). Sum of RGB (Red+Green+Blue) = 199+164+181=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A4B5 is #385B4A. Grayscale: #B0B0B0. Windows color (decimal): -3693387 or 11904199. OLE color: 11904199.
HSL color Cylindrical-coordinate representation of color #C7A4B5: hue angle of 330.86º 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 #C7A4B5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 164 | 181 | - |
CMYK | 0 | 0.18 | 0.09 | 0.22 |
HSL | 330.86º | 0.24% | 0.71% | - |
HSV(B) | 330.86º | 0.18% | 0.78% | - |
XYZ | 45.17 | 42.03 | 49.45 | - |
YUV | 176.4 | 130.6 | 144.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 164 | 181 | 0 | 0.18 | 0.09 | 0.22 | 330.86 | 0.24 | 0.71 |
Hex | C7 | A4 | B5 | 0 | 12 | 9 | 16 | 14B | 18 | 47 |
Octal | 307 | 244 | 265 | 0 | 22 | 11 | 26 | 513 | 30 | 107 |
Binary | 11000111 | 10100100 | 10110101 | 0 | 10010 | 1001 | 10110 | 101001011 | 11000 | 1000111 |
Color Harmonies of #C7A4B5
Complementary color
Monochromatic Colors of #C7A4B5
Black with #C7A4B5
Text Example
Text Example
White with #C7A4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A4B5; }
p { color: rgb(199,164,181); }
H1.HeaderClassName
{
color: #C7A4B5;
}
.AnyTagClassName
{
color: #C7A4B5;
}
</style>
background-color css
<style>
a { background-color: #C7A4B5; }
a { background-color: rgb(199,164,181); }
div.DivClassName
{
background-color: #C7A4B5;
}
.BgClassName
{
background-color: #C7A4B5;
}
</style>
border-color css
<style>
span { border-color: #C7A4B5; }
span { border-color: rgb(199,164,181); }
td.TdClassName
{
border-color: #C7A4B5;
}
.TagClassName
{
border-color: #C7A4B5;
}
</style>