Shades of Lily #C798B0
Tints of Lily #C798B0
RGB
CMYK
RGB Variations
Color information
#C798B0 (or 0xC798B0) is known color: Lily. HEX triplet: C7, 98 and B0. RGB value is (199,152,176). Sum of RGB (Red+Green+Blue) = 199+152+176=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 199 - color contains mainly: red. Hex color #C798B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C798B0 is #38674F. Grayscale: #A8A8A8. Windows color (decimal): -3696464 or 11573447. OLE color: 11573447.
HSL color Cylindrical-coordinate representation of color #C798B0: hue angle of 329.36º 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 #C798B0 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 176 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.22 |
| HSL | 329.36º | 0.3% | 0.69% | - |
| HSV(B) | 329.36º | 0.24% | 0.78% | - |
| XYZ | 42.62 | 37.73 | 46.11 | - |
| YUV | 168.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 176 | 0 | 0.24 | 0.12 | 0.22 | 329.36 | 0.3 | 0.69 |
| Hex | C7 | 98 | B0 | 0 | 18 | C | 16 | 149 | 1E | 45 |
| Octal | 307 | 230 | 260 | 0 | 30 | 14 | 26 | 511 | 36 | 105 |
| Binary | 11000111 | 10011000 | 10110000 | 0 | 11000 | 1100 | 10110 | 101001001 | 11110 | 1000101 |
Color Harmonies of #C798B0
Complementary color
Monochromatic Colors of #C798B0
Black with #C798B0
Text Example
Text Example
White with #C798B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798B0; }
p { color: rgb(199,152,176); }
H1.HeaderClassName
{
color: #C798B0;
}
.AnyTagClassName
{
color: #C798B0;
}
</style>
background-color css
<style>
a { background-color: #C798B0; }
a { background-color: rgb(199,152,176); }
div.DivClassName
{
background-color: #C798B0;
}
.BgClassName
{
background-color: #C798B0;
}
</style>
border-color css
<style>
span { border-color: #C798B0; }
span { border-color: rgb(199,152,176); }
td.TdClassName
{
border-color: #C798B0;
}
.TagClassName
{
border-color: #C798B0;
}
</style>