Shades of Lily #C786BB
Tints of Lily #C786BB
RGB
CMYK
RGB Variations
Color information
#C786BB (or 0xC786BB) is known color: Lily. HEX triplet: C7, 86 and BB. RGB value is (199,134,187). Sum of RGB (Red+Green+Blue) = 199+134+187=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C786BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C786BB is #387944. Grayscale: #9F9F9F. Windows color (decimal): -3701061 or 12289735. OLE color: 12289735.
HSL color Cylindrical-coordinate representation of color #C786BB: hue angle of 311.08º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C786BB is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 187 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.22 |
| HSL | 311.08º | 0.37% | 0.65% | - |
| HSV(B) | 311.08º | 0.33% | 0.78% | - |
| XYZ | 41.05 | 32.78 | 51.18 | - |
| YUV | 159.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 187 | 0 | 0.33 | 0.06 | 0.22 | 311.08 | 0.37 | 0.65 |
| Hex | C7 | 86 | BB | 0 | 21 | 6 | 16 | 137 | 25 | 41 |
| Octal | 307 | 206 | 273 | 0 | 41 | 6 | 26 | 467 | 45 | 101 |
| Binary | 11000111 | 10000110 | 10111011 | 0 | 100001 | 110 | 10110 | 100110111 | 100101 | 1000001 |
Color Harmonies of #C786BB
Complementary color
Monochromatic Colors of #C786BB
Black with #C786BB
Text Example
Text Example
White with #C786BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C786BB; }
p { color: rgb(199,134,187); }
H1.HeaderClassName
{
color: #C786BB;
}
.AnyTagClassName
{
color: #C786BB;
}
</style>
background-color css
<style>
a { background-color: #C786BB; }
a { background-color: rgb(199,134,187); }
div.DivClassName
{
background-color: #C786BB;
}
.BgClassName
{
background-color: #C786BB;
}
</style>
border-color css
<style>
span { border-color: #C786BB; }
span { border-color: rgb(199,134,187); }
td.TdClassName
{
border-color: #C786BB;
}
.TagClassName
{
border-color: #C786BB;
}
</style>