Shades of Lily #C796B8
Tints of Lily #C796B8
RGB
CMYK
RGB Variations
Color information
#C796B8 (or 0xC796B8) is known color: Lily. HEX triplet: C7, 96 and B8. RGB value is (199,150,184). Sum of RGB (Red+Green+Blue) = 199+150+184=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C796B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796B8 is #386947. Grayscale: #A8A8A8. Windows color (decimal): -3696968 or 12097223. OLE color: 12097223.
HSL color Cylindrical-coordinate representation of color #C796B8: hue angle of 318.37º 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 #C796B8 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 184 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.22 |
| HSL | 318.37º | 0.3% | 0.68% | - |
| HSV(B) | 318.37º | 0.25% | 0.78% | - |
| XYZ | 43.11 | 37.42 | 50.3 | - |
| YUV | 168.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 184 | 0 | 0.25 | 0.08 | 0.22 | 318.37 | 0.3 | 0.68 |
| Hex | C7 | 96 | B8 | 0 | 19 | 8 | 16 | 13E | 1E | 44 |
| Octal | 307 | 226 | 270 | 0 | 31 | 10 | 26 | 476 | 36 | 104 |
| Binary | 11000111 | 10010110 | 10111000 | 0 | 11001 | 1000 | 10110 | 100111110 | 11110 | 1000100 |
Color Harmonies of #C796B8
Complementary color
Monochromatic Colors of #C796B8
Black with #C796B8
Text Example
Text Example
White with #C796B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796B8; }
p { color: rgb(199,150,184); }
H1.HeaderClassName
{
color: #C796B8;
}
.AnyTagClassName
{
color: #C796B8;
}
</style>
background-color css
<style>
a { background-color: #C796B8; }
a { background-color: rgb(199,150,184); }
div.DivClassName
{
background-color: #C796B8;
}
.BgClassName
{
background-color: #C796B8;
}
</style>
border-color css
<style>
span { border-color: #C796B8; }
span { border-color: rgb(199,150,184); }
td.TdClassName
{
border-color: #C796B8;
}
.TagClassName
{
border-color: #C796B8;
}
</style>