Shades of Lily #C787AB
Tints of Lily #C787AB
RGB
CMYK
RGB Variations
Color information
#C787AB (or 0xC787AB) is known color: Lily. HEX triplet: C7, 87 and AB. RGB value is (199,135,171). Sum of RGB (Red+Green+Blue) = 199+135+171=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C787AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C787AB is #387854. Grayscale: #9E9E9E. Windows color (decimal): -3700821 or 11241415. OLE color: 11241415.
HSL color Cylindrical-coordinate representation of color #C787AB: hue angle of 326.25º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C787AB is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 171 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.22 |
| HSL | 326.25º | 0.36% | 0.65% | - |
| HSV(B) | 326.25º | 0.32% | 0.78% | - |
| XYZ | 39.57 | 32.41 | 42.7 | - |
| YUV | 158.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 171 | 0 | 0.32 | 0.14 | 0.22 | 326.25 | 0.36 | 0.65 |
| Hex | C7 | 87 | AB | 0 | 20 | E | 16 | 146 | 24 | 41 |
| Octal | 307 | 207 | 253 | 0 | 40 | 16 | 26 | 506 | 44 | 101 |
| Binary | 11000111 | 10000111 | 10101011 | 0 | 100000 | 1110 | 10110 | 101000110 | 100100 | 1000001 |
Color Harmonies of #C787AB
Complementary color
Monochromatic Colors of #C787AB
Black with #C787AB
Text Example
Text Example
White with #C787AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C787AB; }
p { color: rgb(199,135,171); }
H1.HeaderClassName
{
color: #C787AB;
}
.AnyTagClassName
{
color: #C787AB;
}
</style>
background-color css
<style>
a { background-color: #C787AB; }
a { background-color: rgb(199,135,171); }
div.DivClassName
{
background-color: #C787AB;
}
.BgClassName
{
background-color: #C787AB;
}
</style>
border-color css
<style>
span { border-color: #C787AB; }
span { border-color: rgb(199,135,171); }
td.TdClassName
{
border-color: #C787AB;
}
.TagClassName
{
border-color: #C787AB;
}
</style>