Shades of Lily #C986BB
Tints of Lily #C986BB
RGB
CMYK
RGB Variations
Color information
#C986BB (or 0xC986BB) is known color: Lily. HEX triplet: C9, 86 and BB. RGB value is (201,134,187). Sum of RGB (Red+Green+Blue) = 201+134+187=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C986BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986BB is #367944. Grayscale: #9F9F9F. Windows color (decimal): -3569989 or 12289737. OLE color: 12289737.
HSL color Cylindrical-coordinate representation of color #C986BB: hue angle of 312.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C986BB is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 187 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.21 |
| HSL | 312.54º | 0.38% | 0.66% | - |
| HSV(B) | 312.54º | 0.33% | 0.79% | - |
| XYZ | 41.58 | 33.06 | 51.2 | - |
| YUV | 160.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 187 | 0 | 0.33 | 0.07 | 0.21 | 312.54 | 0.38 | 0.66 |
| Hex | C9 | 86 | BB | 0 | 21 | 7 | 15 | 139 | 26 | 42 |
| Octal | 311 | 206 | 273 | 0 | 41 | 7 | 25 | 471 | 46 | 102 |
| Binary | 11001001 | 10000110 | 10111011 | 0 | 100001 | 111 | 10101 | 100111001 | 100110 | 1000010 |
Color Harmonies of #C986BB
Complementary color
Monochromatic Colors of #C986BB
Black with #C986BB
Text Example
Text Example
White with #C986BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986BB; }
p { color: rgb(201,134,187); }
H1.HeaderClassName
{
color: #C986BB;
}
.AnyTagClassName
{
color: #C986BB;
}
</style>
background-color css
<style>
a { background-color: #C986BB; }
a { background-color: rgb(201,134,187); }
div.DivClassName
{
background-color: #C986BB;
}
.BgClassName
{
background-color: #C986BB;
}
</style>
border-color css
<style>
span { border-color: #C986BB; }
span { border-color: rgb(201,134,187); }
td.TdClassName
{
border-color: #C986BB;
}
.TagClassName
{
border-color: #C986BB;
}
</style>