Shades of Mona Lisa #FF9C8A
Tints of Mona Lisa #FF9C8A
RGB
CMYK
RGB Variations
Color information
#FF9C8A (or 0xFF9C8A) is known color: Mona Lisa. HEX triplet: FF, 9C and 8A. RGB value is (255,156,138). Sum of RGB (Red+Green+Blue) = 255+156+138=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C8A is #006375. Grayscale: #B7B7B7. Windows color (decimal): -25462 or 9084159. OLE color: 9084159.
HSL color Cylindrical-coordinate representation of color #FF9C8A: hue angle of 9.23º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF9C8A is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 138 | - |
| CMYK | 0 | 0.39 | 0.46 | 0 |
| HSL | 9.23º | 1% | 0.77% | - |
| HSV(B) | 9.23º | 0.46% | 1% | - |
| XYZ | 57.72 | 46.87 | 30.05 | - |
| YUV | 183.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 138 | 0 | 0.39 | 0.46 | 0 | 9.23 | 1 | 0.77 |
| Hex | FF | 9C | 8A | 0 | 27 | 2E | 0 | 9 | 64 | 4D |
| Octal | 377 | 234 | 212 | 0 | 47 | 56 | 0 | 11 | 144 | 115 |
| Binary | 11111111 | 10011100 | 10001010 | 0 | 100111 | 101110 | 0 | 1001 | 1100100 | 1001101 |
Color Harmonies of #FF9C8A
Complementary color
Monochromatic Colors of #FF9C8A
Black with #FF9C8A
Text Example
Text Example
White with #FF9C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C8A; }
p { color: rgb(255,156,138); }
H1.HeaderClassName
{
color: #FF9C8A;
}
.AnyTagClassName
{
color: #FF9C8A;
}
</style>
background-color css
<style>
a { background-color: #FF9C8A; }
a { background-color: rgb(255,156,138); }
div.DivClassName
{
background-color: #FF9C8A;
}
.BgClassName
{
background-color: #FF9C8A;
}
</style>
border-color css
<style>
span { border-color: #FF9C8A; }
span { border-color: rgb(255,156,138); }
td.TdClassName
{
border-color: #FF9C8A;
}
.TagClassName
{
border-color: #FF9C8A;
}
</style>