Shades of Lily #C796BD
Tints of Lily #C796BD
RGB
CMYK
RGB Variations
Color information
#C796BD (or 0xC796BD) is known color: Lily. HEX triplet: C7, 96 and BD. RGB value is (199,150,189). Sum of RGB (Red+Green+Blue) = 199+150+189=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 199 - color contains mainly: red. Hex color #C796BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796BD is #386942. Grayscale: #A8A8A8. Windows color (decimal): -3696963 or 12424903. OLE color: 12424903.
HSL color Cylindrical-coordinate representation of color #C796BD: hue angle of 312.24º 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 #C796BD is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 189 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.22 |
| HSL | 312.24º | 0.3% | 0.68% | - |
| HSV(B) | 312.24º | 0.25% | 0.78% | - |
| XYZ | 43.64 | 37.63 | 53.11 | - |
| YUV | 169.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 189 | 0 | 0.25 | 0.05 | 0.22 | 312.24 | 0.3 | 0.68 |
| Hex | C7 | 96 | BD | 0 | 19 | 5 | 16 | 138 | 1E | 44 |
| Octal | 307 | 226 | 275 | 0 | 31 | 5 | 26 | 470 | 36 | 104 |
| Binary | 11000111 | 10010110 | 10111101 | 0 | 11001 | 101 | 10110 | 100111000 | 11110 | 1000100 |
Color Harmonies of #C796BD
Complementary color
Monochromatic Colors of #C796BD
Black with #C796BD
Text Example
Text Example
White with #C796BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796BD; }
p { color: rgb(199,150,189); }
H1.HeaderClassName
{
color: #C796BD;
}
.AnyTagClassName
{
color: #C796BD;
}
</style>
background-color css
<style>
a { background-color: #C796BD; }
a { background-color: rgb(199,150,189); }
div.DivClassName
{
background-color: #C796BD;
}
.BgClassName
{
background-color: #C796BD;
}
</style>
border-color css
<style>
span { border-color: #C796BD; }
span { border-color: rgb(199,150,189); }
td.TdClassName
{
border-color: #C796BD;
}
.TagClassName
{
border-color: #C796BD;
}
</style>