Shades of Lily #C794B7
Tints of Lily #C794B7
RGB
CMYK
RGB Variations
Color information
#C794B7 (or 0xC794B7) is known color: Lily. HEX triplet: C7, 94 and B7. RGB value is (199,148,183). Sum of RGB (Red+Green+Blue) = 199+148+183=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C794B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794B7 is #386B48. Grayscale: #A7A7A7. Windows color (decimal): -3697481 or 12031175. OLE color: 12031175.
HSL color Cylindrical-coordinate representation of color #C794B7: hue angle of 318.82º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C794B7 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 183 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.22 |
| HSL | 318.82º | 0.31% | 0.68% | - |
| HSV(B) | 318.82º | 0.26% | 0.78% | - |
| XYZ | 42.69 | 36.74 | 49.64 | - |
| YUV | 167.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 183 | 0 | 0.26 | 0.08 | 0.22 | 318.82 | 0.31 | 0.68 |
| Hex | C7 | 94 | B7 | 0 | 1A | 8 | 16 | 13F | 1F | 44 |
| Octal | 307 | 224 | 267 | 0 | 32 | 10 | 26 | 477 | 37 | 104 |
| Binary | 11000111 | 10010100 | 10110111 | 0 | 11010 | 1000 | 10110 | 100111111 | 11111 | 1000100 |
Color Harmonies of #C794B7
Complementary color
Monochromatic Colors of #C794B7
Black with #C794B7
Text Example
Text Example
White with #C794B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794B7; }
p { color: rgb(199,148,183); }
H1.HeaderClassName
{
color: #C794B7;
}
.AnyTagClassName
{
color: #C794B7;
}
</style>
background-color css
<style>
a { background-color: #C794B7; }
a { background-color: rgb(199,148,183); }
div.DivClassName
{
background-color: #C794B7;
}
.BgClassName
{
background-color: #C794B7;
}
</style>
border-color css
<style>
span { border-color: #C794B7; }
span { border-color: rgb(199,148,183); }
td.TdClassName
{
border-color: #C794B7;
}
.TagClassName
{
border-color: #C794B7;
}
</style>