Shades of Lily #C791B8
Tints of Lily #C791B8
RGB
CMYK
RGB Variations
Color information
#C791B8 (or 0xC791B8) is known color: Lily. HEX triplet: C7, 91 and B8. RGB value is (199,145,184). Sum of RGB (Red+Green+Blue) = 199+145+184=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C791B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C791B8 is #386E47. Grayscale: #A5A5A5. Windows color (decimal): -3698248 or 12095943. OLE color: 12095943.
HSL color Cylindrical-coordinate representation of color #C791B8: hue angle of 316.67º 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 #C791B8 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 184 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.22 |
| HSL | 316.67º | 0.33% | 0.67% | - |
| HSV(B) | 316.67º | 0.27% | 0.78% | - |
| XYZ | 42.33 | 35.85 | 50.04 | - |
| YUV | 165.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 184 | 0 | 0.27 | 0.08 | 0.22 | 316.67 | 0.33 | 0.67 |
| Hex | C7 | 91 | B8 | 0 | 1B | 8 | 16 | 13D | 21 | 43 |
| Octal | 307 | 221 | 270 | 0 | 33 | 10 | 26 | 475 | 41 | 103 |
| Binary | 11000111 | 10010001 | 10111000 | 0 | 11011 | 1000 | 10110 | 100111101 | 100001 | 1000011 |
Color Harmonies of #C791B8
Complementary color
Monochromatic Colors of #C791B8
Black with #C791B8
Text Example
Text Example
White with #C791B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791B8; }
p { color: rgb(199,145,184); }
H1.HeaderClassName
{
color: #C791B8;
}
.AnyTagClassName
{
color: #C791B8;
}
</style>
background-color css
<style>
a { background-color: #C791B8; }
a { background-color: rgb(199,145,184); }
div.DivClassName
{
background-color: #C791B8;
}
.BgClassName
{
background-color: #C791B8;
}
</style>
border-color css
<style>
span { border-color: #C791B8; }
span { border-color: rgb(199,145,184); }
td.TdClassName
{
border-color: #C791B8;
}
.TagClassName
{
border-color: #C791B8;
}
</style>