Shades of Lily #C798BD
Tints of Lily #C798BD
RGB
CMYK
RGB Variations
Color information
#C798BD (or 0xC798BD) is known color: Lily. HEX triplet: C7, 98 and BD. RGB value is (199,152,189). Sum of RGB (Red+Green+Blue) = 199+152+189=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 199 - color contains mainly: red. Hex color #C798BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C798BD is #386742. Grayscale: #AAAAAA. Windows color (decimal): -3696451 or 12425415. OLE color: 12425415.
HSL color Cylindrical-coordinate representation of color #C798BD: hue angle of 312.77º 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 #C798BD is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 189 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.22 |
| HSL | 312.77º | 0.3% | 0.69% | - |
| HSV(B) | 312.77º | 0.24% | 0.78% | - |
| XYZ | 43.97 | 38.27 | 53.21 | - |
| YUV | 170.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 189 | 0 | 0.24 | 0.05 | 0.22 | 312.77 | 0.3 | 0.69 |
| Hex | C7 | 98 | BD | 0 | 18 | 5 | 16 | 139 | 1E | 45 |
| Octal | 307 | 230 | 275 | 0 | 30 | 5 | 26 | 471 | 36 | 105 |
| Binary | 11000111 | 10011000 | 10111101 | 0 | 11000 | 101 | 10110 | 100111001 | 11110 | 1000101 |
Color Harmonies of #C798BD
Complementary color
Monochromatic Colors of #C798BD
Black with #C798BD
Text Example
Text Example
White with #C798BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798BD; }
p { color: rgb(199,152,189); }
H1.HeaderClassName
{
color: #C798BD;
}
.AnyTagClassName
{
color: #C798BD;
}
</style>
background-color css
<style>
a { background-color: #C798BD; }
a { background-color: rgb(199,152,189); }
div.DivClassName
{
background-color: #C798BD;
}
.BgClassName
{
background-color: #C798BD;
}
</style>
border-color css
<style>
span { border-color: #C798BD; }
span { border-color: rgb(199,152,189); }
td.TdClassName
{
border-color: #C798BD;
}
.TagClassName
{
border-color: #C798BD;
}
</style>