Shades of Lily #C790B0
Tints of Lily #C790B0
RGB
CMYK
RGB Variations
Color information
#C790B0 (or 0xC790B0) is known color: Lily. HEX triplet: C7, 90 and B0. RGB value is (199,144,176). Sum of RGB (Red+Green+Blue) = 199+144+176=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C790B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C790B0 is #386F4F. Grayscale: #A4A4A4. Windows color (decimal): -3698512 or 11571399. OLE color: 11571399.
HSL color Cylindrical-coordinate representation of color #C790B0: hue angle of 325.09º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C790B0 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 176 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.22 |
| HSL | 325.09º | 0.33% | 0.67% | - |
| HSV(B) | 325.09º | 0.28% | 0.78% | - |
| XYZ | 41.36 | 35.22 | 45.69 | - |
| YUV | 164.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 176 | 0 | 0.28 | 0.12 | 0.22 | 325.09 | 0.33 | 0.67 |
| Hex | C7 | 90 | B0 | 0 | 1C | C | 16 | 145 | 21 | 43 |
| Octal | 307 | 220 | 260 | 0 | 34 | 14 | 26 | 505 | 41 | 103 |
| Binary | 11000111 | 10010000 | 10110000 | 0 | 11100 | 1100 | 10110 | 101000101 | 100001 | 1000011 |
Color Harmonies of #C790B0
Complementary color
Monochromatic Colors of #C790B0
Black with #C790B0
Text Example
Text Example
White with #C790B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790B0; }
p { color: rgb(199,144,176); }
H1.HeaderClassName
{
color: #C790B0;
}
.AnyTagClassName
{
color: #C790B0;
}
</style>
background-color css
<style>
a { background-color: #C790B0; }
a { background-color: rgb(199,144,176); }
div.DivClassName
{
background-color: #C790B0;
}
.BgClassName
{
background-color: #C790B0;
}
</style>
border-color css
<style>
span { border-color: #C790B0; }
span { border-color: rgb(199,144,176); }
td.TdClassName
{
border-color: #C790B0;
}
.TagClassName
{
border-color: #C790B0;
}
</style>