Shades of Lily #C797B7
Tints of Lily #C797B7
RGB
CMYK
RGB Variations
Color information
#C797B7 (or 0xC797B7) is known color: Lily. HEX triplet: C7, 97 and B7. RGB value is (199,151,183). Sum of RGB (Red+Green+Blue) = 199+151+183=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C797B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797B7 is #386848. Grayscale: #A8A8A8. Windows color (decimal): -3696713 or 12031943. OLE color: 12031943.
HSL color Cylindrical-coordinate representation of color #C797B7: hue angle of 320º 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 #C797B7 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 183 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.22 |
| HSL | 320º | 0.3% | 0.69% | - |
| HSV(B) | 320º | 0.24% | 0.78% | - |
| XYZ | 43.17 | 37.69 | 49.8 | - |
| YUV | 169 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 183 | 0 | 0.24 | 0.08 | 0.22 | 320 | 0.3 | 0.69 |
| Hex | C7 | 97 | B7 | 0 | 18 | 8 | 16 | 140 | 1E | 45 |
| Octal | 307 | 227 | 267 | 0 | 30 | 10 | 26 | 500 | 36 | 105 |
| Binary | 11000111 | 10010111 | 10110111 | 0 | 11000 | 1000 | 10110 | 101000000 | 11110 | 1000101 |
Color Harmonies of #C797B7
Complementary color
Monochromatic Colors of #C797B7
Black with #C797B7
Text Example
Text Example
White with #C797B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797B7; }
p { color: rgb(199,151,183); }
H1.HeaderClassName
{
color: #C797B7;
}
.AnyTagClassName
{
color: #C797B7;
}
</style>
background-color css
<style>
a { background-color: #C797B7; }
a { background-color: rgb(199,151,183); }
div.DivClassName
{
background-color: #C797B7;
}
.BgClassName
{
background-color: #C797B7;
}
</style>
border-color css
<style>
span { border-color: #C797B7; }
span { border-color: rgb(199,151,183); }
td.TdClassName
{
border-color: #C797B7;
}
.TagClassName
{
border-color: #C797B7;
}
</style>