Shades of Lily #C796B4
Tints of Lily #C796B4
RGB
CMYK
RGB Variations
Color information
#C796B4 (or 0xC796B4) is known color: Lily. HEX triplet: C7, 96 and B4. RGB value is (199,150,180). Sum of RGB (Red+Green+Blue) = 199+150+180=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 199 - color contains mainly: red. Hex color #C796B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796B4 is #38694B. Grayscale: #A8A8A8. Windows color (decimal): -3696972 or 11835079. OLE color: 11835079.
HSL color Cylindrical-coordinate representation of color #C796B4: hue angle of 323.27º 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 #C796B4 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 180 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.22 |
| HSL | 323.27º | 0.3% | 0.68% | - |
| HSV(B) | 323.27º | 0.25% | 0.78% | - |
| XYZ | 42.7 | 37.25 | 48.12 | - |
| YUV | 168.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 180 | 0 | 0.25 | 0.10 | 0.22 | 323.27 | 0.3 | 0.68 |
| Hex | C7 | 96 | B4 | 0 | 19 | A | 16 | 143 | 1E | 44 |
| Octal | 307 | 226 | 264 | 0 | 31 | 12 | 26 | 503 | 36 | 104 |
| Binary | 11000111 | 10010110 | 10110100 | 0 | 11001 | 1010 | 10110 | 101000011 | 11110 | 1000100 |
Color Harmonies of #C796B4
Complementary color
Monochromatic Colors of #C796B4
Black with #C796B4
Text Example
Text Example
White with #C796B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796B4; }
p { color: rgb(199,150,180); }
H1.HeaderClassName
{
color: #C796B4;
}
.AnyTagClassName
{
color: #C796B4;
}
</style>
background-color css
<style>
a { background-color: #C796B4; }
a { background-color: rgb(199,150,180); }
div.DivClassName
{
background-color: #C796B4;
}
.BgClassName
{
background-color: #C796B4;
}
</style>
border-color css
<style>
span { border-color: #C796B4; }
span { border-color: rgb(199,150,180); }
td.TdClassName
{
border-color: #C796B4;
}
.TagClassName
{
border-color: #C796B4;
}
</style>