Shades of Lily #C791B5
Tints of Lily #C791B5
RGB
CMYK
RGB Variations
Color information
#C791B5 (or 0xC791B5) is known color: Lily. HEX triplet: C7, 91 and B5. RGB value is (199,145,181). Sum of RGB (Red+Green+Blue) = 199+145+181=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C791B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C791B5 is #386E4A. Grayscale: #A5A5A5. Windows color (decimal): -3698251 or 11899335. OLE color: 11899335.
HSL color Cylindrical-coordinate representation of color #C791B5: hue angle of 320º 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 #C791B5 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 181 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.22 |
| HSL | 320º | 0.33% | 0.67% | - |
| HSV(B) | 320º | 0.27% | 0.78% | - |
| XYZ | 42.02 | 35.73 | 48.4 | - |
| YUV | 165.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 181 | 0 | 0.27 | 0.09 | 0.22 | 320 | 0.33 | 0.67 |
| Hex | C7 | 91 | B5 | 0 | 1B | 9 | 16 | 140 | 21 | 43 |
| Octal | 307 | 221 | 265 | 0 | 33 | 11 | 26 | 500 | 41 | 103 |
| Binary | 11000111 | 10010001 | 10110101 | 0 | 11011 | 1001 | 10110 | 101000000 | 100001 | 1000011 |
Color Harmonies of #C791B5
Complementary color
Monochromatic Colors of #C791B5
Black with #C791B5
Text Example
Text Example
White with #C791B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791B5; }
p { color: rgb(199,145,181); }
H1.HeaderClassName
{
color: #C791B5;
}
.AnyTagClassName
{
color: #C791B5;
}
</style>
background-color css
<style>
a { background-color: #C791B5; }
a { background-color: rgb(199,145,181); }
div.DivClassName
{
background-color: #C791B5;
}
.BgClassName
{
background-color: #C791B5;
}
</style>
border-color css
<style>
span { border-color: #C791B5; }
span { border-color: rgb(199,145,181); }
td.TdClassName
{
border-color: #C791B5;
}
.TagClassName
{
border-color: #C791B5;
}
</style>