Shades of Mona Lisa #FF9C87
Tints of Mona Lisa #FF9C87
RGB
CMYK
RGB Variations
Color information
#FF9C87 (or 0xFF9C87) is known color: Mona Lisa. HEX triplet: FF, 9C and 87. RGB value is (255,156,135). Sum of RGB (Red+Green+Blue) = 255+156+135=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C87 is #006378. Grayscale: #B7B7B7. Windows color (decimal): -25465 or 8887551. OLE color: 8887551.
HSL color Cylindrical-coordinate representation of color #FF9C87: hue angle of 10.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF9C87 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 135 | - |
| CMYK | 0 | 0.39 | 0.47 | 0 |
| HSL | 10.5º | 1% | 0.76% | - |
| HSV(B) | 10.5º | 0.47% | 1% | - |
| XYZ | 57.5 | 46.79 | 28.92 | - |
| YUV | 183.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 135 | 0 | 0.39 | 0.47 | 0 | 10.5 | 1 | 0.76 |
| Hex | FF | 9C | 87 | 0 | 27 | 2F | 0 | A | 64 | 4C |
| Octal | 377 | 234 | 207 | 0 | 47 | 57 | 0 | 12 | 144 | 114 |
| Binary | 11111111 | 10011100 | 10000111 | 0 | 100111 | 101111 | 0 | 1010 | 1100100 | 1001100 |
Color Harmonies of #FF9C87
Complementary color
Monochromatic Colors of #FF9C87
Black with #FF9C87
Text Example
Text Example
White with #FF9C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C87; }
p { color: rgb(255,156,135); }
H1.HeaderClassName
{
color: #FF9C87;
}
.AnyTagClassName
{
color: #FF9C87;
}
</style>
background-color css
<style>
a { background-color: #FF9C87; }
a { background-color: rgb(255,156,135); }
div.DivClassName
{
background-color: #FF9C87;
}
.BgClassName
{
background-color: #FF9C87;
}
</style>
border-color css
<style>
span { border-color: #FF9C87; }
span { border-color: rgb(255,156,135); }
td.TdClassName
{
border-color: #FF9C87;
}
.TagClassName
{
border-color: #FF9C87;
}
</style>