Shades of Lily #C796B5
Tints of Lily #C796B5
RGB
CMYK
RGB Variations
Color information
#C796B5 (or 0xC796B5) is known color: Lily. HEX triplet: C7, 96 and B5. RGB value is (199,150,181). Sum of RGB (Red+Green+Blue) = 199+150+181=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C796B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796B5 is #38694A. Grayscale: #A8A8A8. Windows color (decimal): -3696971 or 11900615. OLE color: 11900615.
HSL color Cylindrical-coordinate representation of color #C796B5: hue angle of 322.04º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C796B5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 181 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.22 |
| HSL | 322.04º | 0.3% | 0.68% | - |
| HSV(B) | 322.04º | 0.25% | 0.78% | - |
| XYZ | 42.8 | 37.29 | 48.66 | - |
| YUV | 168.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 181 | 0 | 0.25 | 0.09 | 0.22 | 322.04 | 0.3 | 0.68 |
| Hex | C7 | 96 | B5 | 0 | 19 | 9 | 16 | 142 | 1E | 44 |
| Octal | 307 | 226 | 265 | 0 | 31 | 11 | 26 | 502 | 36 | 104 |
| Binary | 11000111 | 10010110 | 10110101 | 0 | 11001 | 1001 | 10110 | 101000010 | 11110 | 1000100 |
Color Harmonies of #C796B5
Complementary color
Monochromatic Colors of #C796B5
Black with #C796B5
Text Example
Text Example
White with #C796B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796B5; }
p { color: rgb(199,150,181); }
H1.HeaderClassName
{
color: #C796B5;
}
.AnyTagClassName
{
color: #C796B5;
}
</style>
background-color css
<style>
a { background-color: #C796B5; }
a { background-color: rgb(199,150,181); }
div.DivClassName
{
background-color: #C796B5;
}
.BgClassName
{
background-color: #C796B5;
}
</style>
border-color css
<style>
span { border-color: #C796B5; }
span { border-color: rgb(199,150,181); }
td.TdClassName
{
border-color: #C796B5;
}
.TagClassName
{
border-color: #C796B5;
}
</style>