Shades of Lily #C794BD
Tints of Lily #C794BD
RGB
CMYK
RGB Variations
Color information
#C794BD (or 0xC794BD) is known color: Lily. HEX triplet: C7, 94 and BD. RGB value is (199,148,189). Sum of RGB (Red+Green+Blue) = 199+148+189=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 199 - color contains mainly: red. Hex color #C794BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794BD is #386B42. Grayscale: #A7A7A7. Windows color (decimal): -3697475 or 12424391. OLE color: 12424391.
HSL color Cylindrical-coordinate representation of color #C794BD: hue angle of 311.76º 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 #C794BD is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 189 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.22 |
| HSL | 311.76º | 0.31% | 0.68% | - |
| HSV(B) | 311.76º | 0.26% | 0.78% | - |
| XYZ | 43.33 | 37 | 53 | - |
| YUV | 167.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 189 | 0 | 0.26 | 0.05 | 0.22 | 311.76 | 0.31 | 0.68 |
| Hex | C7 | 94 | BD | 0 | 1A | 5 | 16 | 138 | 1F | 44 |
| Octal | 307 | 224 | 275 | 0 | 32 | 5 | 26 | 470 | 37 | 104 |
| Binary | 11000111 | 10010100 | 10111101 | 0 | 11010 | 101 | 10110 | 100111000 | 11111 | 1000100 |
Color Harmonies of #C794BD
Complementary color
Monochromatic Colors of #C794BD
Black with #C794BD
Text Example
Text Example
White with #C794BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794BD; }
p { color: rgb(199,148,189); }
H1.HeaderClassName
{
color: #C794BD;
}
.AnyTagClassName
{
color: #C794BD;
}
</style>
background-color css
<style>
a { background-color: #C794BD; }
a { background-color: rgb(199,148,189); }
div.DivClassName
{
background-color: #C794BD;
}
.BgClassName
{
background-color: #C794BD;
}
</style>
border-color css
<style>
span { border-color: #C794BD; }
span { border-color: rgb(199,148,189); }
td.TdClassName
{
border-color: #C794BD;
}
.TagClassName
{
border-color: #C794BD;
}
</style>