Shades of Mountbatten Pink #99748D
Tints of Mountbatten Pink #99748D
RGB
CMYK
RGB Variations
Color information
#99748D (or 0x99748D) is known color: Mountbatten Pink. HEX triplet: 99, 74 and 8D. RGB value is (153,116,141). Sum of RGB (Red+Green+Blue) = 153+116+141=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99748D is #668B72. Grayscale: #818181. Windows color (decimal): -6720371 or 9270425. OLE color: 9270425.
HSL color Cylindrical-coordinate representation of color #99748D: hue angle of 319.46º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99748D is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 141 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.4 |
| HSL | 319.46º | 0.15% | 0.53% | - |
| HSV(B) | 319.46º | 0.24% | 0.6% | - |
| XYZ | 24.19 | 21.19 | 28.01 | - |
| YUV | 129.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 141 | 0 | 0.24 | 0.08 | 0.4 | 319.46 | 0.15 | 0.53 |
| Hex | 99 | 74 | 8D | 0 | 18 | 8 | 28 | 13F | F | 35 |
| Octal | 231 | 164 | 215 | 0 | 30 | 10 | 50 | 477 | 17 | 65 |
| Binary | 10011001 | 1110100 | 10001101 | 0 | 11000 | 1000 | 101000 | 100111111 | 1111 | 110101 |
Color Harmonies of #99748D
Complementary color
Monochromatic Colors of #99748D
Black with #99748D
Text Example
Text Example
White with #99748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99748D; }
p { color: rgb(153,116,141); }
H1.HeaderClassName
{
color: #99748D;
}
.AnyTagClassName
{
color: #99748D;
}
</style>
background-color css
<style>
a { background-color: #99748D; }
a { background-color: rgb(153,116,141); }
div.DivClassName
{
background-color: #99748D;
}
.BgClassName
{
background-color: #99748D;
}
</style>
border-color css
<style>
span { border-color: #99748D; }
span { border-color: rgb(153,116,141); }
td.TdClassName
{
border-color: #99748D;
}
.TagClassName
{
border-color: #99748D;
}
</style>