Shades of Lily #C784AB
Tints of Lily #C784AB
RGB
CMYK
RGB Variations
Color information
#C784AB (or 0xC784AB) is known color: Lily. HEX triplet: C7, 84 and AB. RGB value is (199,132,171). Sum of RGB (Red+Green+Blue) = 199+132+171=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C784AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C784AB is #387B54. Grayscale: #9C9C9C. Windows color (decimal): -3701589 or 11240647. OLE color: 11240647.
HSL color Cylindrical-coordinate representation of color #C784AB: hue angle of 325.07º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C784AB is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 171 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.22 |
| HSL | 325.07º | 0.37% | 0.65% | - |
| HSV(B) | 325.07º | 0.34% | 0.78% | - |
| XYZ | 39.16 | 31.58 | 42.56 | - |
| YUV | 156.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 171 | 0 | 0.34 | 0.14 | 0.22 | 325.07 | 0.37 | 0.65 |
| Hex | C7 | 84 | AB | 0 | 22 | E | 16 | 145 | 25 | 41 |
| Octal | 307 | 204 | 253 | 0 | 42 | 16 | 26 | 505 | 45 | 101 |
| Binary | 11000111 | 10000100 | 10101011 | 0 | 100010 | 1110 | 10110 | 101000101 | 100101 | 1000001 |
Color Harmonies of #C784AB
Complementary color
Monochromatic Colors of #C784AB
Black with #C784AB
Text Example
Text Example
White with #C784AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C784AB; }
p { color: rgb(199,132,171); }
H1.HeaderClassName
{
color: #C784AB;
}
.AnyTagClassName
{
color: #C784AB;
}
</style>
background-color css
<style>
a { background-color: #C784AB; }
a { background-color: rgb(199,132,171); }
div.DivClassName
{
background-color: #C784AB;
}
.BgClassName
{
background-color: #C784AB;
}
</style>
border-color css
<style>
span { border-color: #C784AB; }
span { border-color: rgb(199,132,171); }
td.TdClassName
{
border-color: #C784AB;
}
.TagClassName
{
border-color: #C784AB;
}
</style>