Shades of Mountbatten Pink #99738C
Tints of Mountbatten Pink #99738C
RGB
CMYK
RGB Variations
Color information
#99738C (or 0x99738C) is known color: Mountbatten Pink. HEX triplet: 99, 73 and 8C. RGB value is (153,115,140). Sum of RGB (Red+Green+Blue) = 153+115+140=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #99738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99738C is #668C73. Grayscale: #818181. Windows color (decimal): -6720628 or 9204633. OLE color: 9204633.
HSL color Cylindrical-coordinate representation of color #99738C: hue angle of 320.53º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99738C is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 140 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.4 |
| HSL | 320.53º | 0.16% | 0.53% | - |
| HSV(B) | 320.53º | 0.25% | 0.6% | - |
| XYZ | 24 | 20.93 | 27.59 | - |
| YUV | 129.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 140 | 0 | 0.25 | 0.08 | 0.4 | 320.53 | 0.16 | 0.53 |
| Hex | 99 | 73 | 8C | 0 | 19 | 8 | 28 | 141 | 10 | 35 |
| Octal | 231 | 163 | 214 | 0 | 31 | 10 | 50 | 501 | 20 | 65 |
| Binary | 10011001 | 1110011 | 10001100 | 0 | 11001 | 1000 | 101000 | 101000001 | 10000 | 110101 |
Color Harmonies of #99738C
Complementary color
Monochromatic Colors of #99738C
Black with #99738C
Text Example
Text Example
White with #99738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99738C; }
p { color: rgb(153,115,140); }
H1.HeaderClassName
{
color: #99738C;
}
.AnyTagClassName
{
color: #99738C;
}
</style>
background-color css
<style>
a { background-color: #99738C; }
a { background-color: rgb(153,115,140); }
div.DivClassName
{
background-color: #99738C;
}
.BgClassName
{
background-color: #99738C;
}
</style>
border-color css
<style>
span { border-color: #99738C; }
span { border-color: rgb(153,115,140); }
td.TdClassName
{
border-color: #99738C;
}
.TagClassName
{
border-color: #99738C;
}
</style>