Shades of Lily #C798B4
Tints of Lily #C798B4
RGB
CMYK
RGB Variations
Color information
#C798B4 (or 0xC798B4) is known color: Lily. HEX triplet: C7, 98 and B4. RGB value is (199,152,180). Sum of RGB (Red+Green+Blue) = 199+152+180=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 199 - color contains mainly: red. Hex color #C798B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C798B4 is #38674B. Grayscale: #A9A9A9. Windows color (decimal): -3696460 or 11835591. OLE color: 11835591.
HSL color Cylindrical-coordinate representation of color #C798B4: hue angle of 324.26º 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 #C798B4 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 180 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.22 |
| HSL | 324.26º | 0.3% | 0.69% | - |
| HSV(B) | 324.26º | 0.24% | 0.78% | - |
| XYZ | 43.02 | 37.89 | 48.23 | - |
| YUV | 169.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 180 | 0 | 0.24 | 0.10 | 0.22 | 324.26 | 0.3 | 0.69 |
| Hex | C7 | 98 | B4 | 0 | 18 | A | 16 | 144 | 1E | 45 |
| Octal | 307 | 230 | 264 | 0 | 30 | 12 | 26 | 504 | 36 | 105 |
| Binary | 11000111 | 10011000 | 10110100 | 0 | 11000 | 1010 | 10110 | 101000100 | 11110 | 1000101 |
Color Harmonies of #C798B4
Complementary color
Monochromatic Colors of #C798B4
Black with #C798B4
Text Example
Text Example
White with #C798B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798B4; }
p { color: rgb(199,152,180); }
H1.HeaderClassName
{
color: #C798B4;
}
.AnyTagClassName
{
color: #C798B4;
}
</style>
background-color css
<style>
a { background-color: #C798B4; }
a { background-color: rgb(199,152,180); }
div.DivClassName
{
background-color: #C798B4;
}
.BgClassName
{
background-color: #C798B4;
}
</style>
border-color css
<style>
span { border-color: #C798B4; }
span { border-color: rgb(199,152,180); }
td.TdClassName
{
border-color: #C798B4;
}
.TagClassName
{
border-color: #C798B4;
}
</style>