Shades of Lily #C797BA
Tints of Lily #C797BA
RGB
CMYK
RGB Variations
Color information
#C797BA (or 0xC797BA) is known color: Lily. HEX triplet: C7, 97 and BA. RGB value is (199,151,186). Sum of RGB (Red+Green+Blue) = 199+151+186=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 199 - color contains mainly: red. Hex color #C797BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797BA is #386845. Grayscale: #A9A9A9. Windows color (decimal): -3696710 or 12228551. OLE color: 12228551.
HSL color Cylindrical-coordinate representation of color #C797BA: hue angle of 316.25º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C797BA is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 186 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.22 |
| HSL | 316.25º | 0.3% | 0.69% | - |
| HSV(B) | 316.25º | 0.24% | 0.78% | - |
| XYZ | 43.48 | 37.82 | 51.46 | - |
| YUV | 169.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 186 | 0 | 0.24 | 0.07 | 0.22 | 316.25 | 0.3 | 0.69 |
| Hex | C7 | 97 | BA | 0 | 18 | 7 | 16 | 13C | 1E | 45 |
| Octal | 307 | 227 | 272 | 0 | 30 | 7 | 26 | 474 | 36 | 105 |
| Binary | 11000111 | 10010111 | 10111010 | 0 | 11000 | 111 | 10110 | 100111100 | 11110 | 1000101 |
Color Harmonies of #C797BA
Complementary color
Monochromatic Colors of #C797BA
Black with #C797BA
Text Example
Text Example
White with #C797BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797BA; }
p { color: rgb(199,151,186); }
H1.HeaderClassName
{
color: #C797BA;
}
.AnyTagClassName
{
color: #C797BA;
}
</style>
background-color css
<style>
a { background-color: #C797BA; }
a { background-color: rgb(199,151,186); }
div.DivClassName
{
background-color: #C797BA;
}
.BgClassName
{
background-color: #C797BA;
}
</style>
border-color css
<style>
span { border-color: #C797BA; }
span { border-color: rgb(199,151,186); }
td.TdClassName
{
border-color: #C797BA;
}
.TagClassName
{
border-color: #C797BA;
}
</style>