Shades of Lily #C791B6
Tints of Lily #C791B6
RGB
CMYK
RGB Variations
Color information
#C791B6 (or 0xC791B6) is known color: Lily. HEX triplet: C7, 91 and B6. RGB value is (199,145,182). Sum of RGB (Red+Green+Blue) = 199+145+182=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C791B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C791B6 is #386E49. Grayscale: #A5A5A5. Windows color (decimal): -3698250 or 11964871. OLE color: 11964871.
HSL color Cylindrical-coordinate representation of color #C791B6: hue angle of 318.89º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C791B6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 182 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.22 |
| HSL | 318.89º | 0.33% | 0.67% | - |
| HSV(B) | 318.89º | 0.27% | 0.78% | - |
| XYZ | 42.12 | 35.77 | 48.94 | - |
| YUV | 165.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 182 | 0 | 0.27 | 0.09 | 0.22 | 318.89 | 0.33 | 0.67 |
| Hex | C7 | 91 | B6 | 0 | 1B | 9 | 16 | 13F | 21 | 43 |
| Octal | 307 | 221 | 266 | 0 | 33 | 11 | 26 | 477 | 41 | 103 |
| Binary | 11000111 | 10010001 | 10110110 | 0 | 11011 | 1001 | 10110 | 100111111 | 100001 | 1000011 |
Color Harmonies of #C791B6
Complementary color
Monochromatic Colors of #C791B6
Black with #C791B6
Text Example
Text Example
White with #C791B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791B6; }
p { color: rgb(199,145,182); }
H1.HeaderClassName
{
color: #C791B6;
}
.AnyTagClassName
{
color: #C791B6;
}
</style>
background-color css
<style>
a { background-color: #C791B6; }
a { background-color: rgb(199,145,182); }
div.DivClassName
{
background-color: #C791B6;
}
.BgClassName
{
background-color: #C791B6;
}
</style>
border-color css
<style>
span { border-color: #C791B6; }
span { border-color: rgb(199,145,182); }
td.TdClassName
{
border-color: #C791B6;
}
.TagClassName
{
border-color: #C791B6;
}
</style>