Shades of Lily #C79FB0
Tints of Lily #C79FB0
RGB
CMYK
RGB Variations
Color information
#C79FB0 (or 0xC79FB0) is known color: Lily. HEX triplet: C7, 9F and B0. RGB value is (199,159,176). Sum of RGB (Red+Green+Blue) = 199+159+176=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C79FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79FB0 is #38604F. Grayscale: #ACACAC. Windows color (decimal): -3694672 or 11575239. OLE color: 11575239.
HSL color Cylindrical-coordinate representation of color #C79FB0: hue angle of 334.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C79FB0 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 159 | 176 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.22 |
| HSL | 334.5º | 0.26% | 0.7% | - |
| HSV(B) | 334.5º | 0.2% | 0.78% | - |
| XYZ | 43.79 | 40.07 | 46.5 | - |
| YUV | 172.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 176 | 0 | 0.20 | 0.12 | 0.22 | 334.5 | 0.26 | 0.7 |
| Hex | C7 | 9F | B0 | 0 | 14 | C | 16 | 14E | 1A | 46 |
| Octal | 307 | 237 | 260 | 0 | 24 | 14 | 26 | 516 | 32 | 106 |
| Binary | 11000111 | 10011111 | 10110000 | 0 | 10100 | 1100 | 10110 | 101001110 | 11010 | 1000110 |
Color Harmonies of #C79FB0
Complementary color
Monochromatic Colors of #C79FB0
Black with #C79FB0
Text Example
Text Example
White with #C79FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79FB0; }
p { color: rgb(199,159,176); }
H1.HeaderClassName
{
color: #C79FB0;
}
.AnyTagClassName
{
color: #C79FB0;
}
</style>
background-color css
<style>
a { background-color: #C79FB0; }
a { background-color: rgb(199,159,176); }
div.DivClassName
{
background-color: #C79FB0;
}
.BgClassName
{
background-color: #C79FB0;
}
</style>
border-color css
<style>
span { border-color: #C79FB0; }
span { border-color: rgb(199,159,176); }
td.TdClassName
{
border-color: #C79FB0;
}
.TagClassName
{
border-color: #C79FB0;
}
</style>