Shades of Lily #C78BAB
Tints of Lily #C78BAB
RGB
CMYK
RGB Variations
Color information
#C78BAB (or 0xC78BAB) is known color: Lily. HEX triplet: C7, 8B and AB. RGB value is (199,139,171). Sum of RGB (Red+Green+Blue) = 199+139+171=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C78BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78BAB is #387454. Grayscale: #A0A0A0. Windows color (decimal): -3699797 or 11242439. OLE color: 11242439.
HSL color Cylindrical-coordinate representation of color #C78BAB: hue angle of 328º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C78BAB is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 171 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.22 |
| HSL | 328º | 0.35% | 0.66% | - |
| HSV(B) | 328º | 0.3% | 0.78% | - |
| XYZ | 40.14 | 33.55 | 42.89 | - |
| YUV | 160.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 171 | 0 | 0.30 | 0.14 | 0.22 | 328 | 0.35 | 0.66 |
| Hex | C7 | 8B | AB | 0 | 1E | E | 16 | 148 | 23 | 42 |
| Octal | 307 | 213 | 253 | 0 | 36 | 16 | 26 | 510 | 43 | 102 |
| Binary | 11000111 | 10001011 | 10101011 | 0 | 11110 | 1110 | 10110 | 101001000 | 100011 | 1000010 |
Color Harmonies of #C78BAB
Complementary color
Monochromatic Colors of #C78BAB
Black with #C78BAB
Text Example
Text Example
White with #C78BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78BAB; }
p { color: rgb(199,139,171); }
H1.HeaderClassName
{
color: #C78BAB;
}
.AnyTagClassName
{
color: #C78BAB;
}
</style>
background-color css
<style>
a { background-color: #C78BAB; }
a { background-color: rgb(199,139,171); }
div.DivClassName
{
background-color: #C78BAB;
}
.BgClassName
{
background-color: #C78BAB;
}
</style>
border-color css
<style>
span { border-color: #C78BAB; }
span { border-color: rgb(199,139,171); }
td.TdClassName
{
border-color: #C78BAB;
}
.TagClassName
{
border-color: #C78BAB;
}
</style>