Shades of Mountbatten Pink #95768D
Tints of Mountbatten Pink #95768D
RGB
CMYK
RGB Variations
Color information
#95768D (or 0x95768D) is known color: Mountbatten Pink. HEX triplet: 95, 76 and 8D. RGB value is (149,118,141). Sum of RGB (Red+Green+Blue) = 149+118+141=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95768D is #6A8972. Grayscale: #818181. Windows color (decimal): -6982003 or 9270933. OLE color: 9270933.
HSL color Cylindrical-coordinate representation of color #95768D: hue angle of 315.48º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95768D is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 141 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.42 |
| HSL | 315.48º | 0.13% | 0.52% | - |
| HSV(B) | 315.48º | 0.21% | 0.58% | - |
| XYZ | 23.68 | 21.27 | 28.06 | - |
| YUV | 129.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 141 | 0 | 0.21 | 0.05 | 0.42 | 315.48 | 0.13 | 0.52 |
| Hex | 95 | 76 | 8D | 0 | 15 | 5 | 2A | 13B | D | 34 |
| Octal | 225 | 166 | 215 | 0 | 25 | 5 | 52 | 473 | 15 | 64 |
| Binary | 10010101 | 1110110 | 10001101 | 0 | 10101 | 101 | 101010 | 100111011 | 1101 | 110100 |
Color Harmonies of #95768D
Complementary color
Monochromatic Colors of #95768D
Black with #95768D
Text Example
Text Example
White with #95768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95768D; }
p { color: rgb(149,118,141); }
H1.HeaderClassName
{
color: #95768D;
}
.AnyTagClassName
{
color: #95768D;
}
</style>
background-color css
<style>
a { background-color: #95768D; }
a { background-color: rgb(149,118,141); }
div.DivClassName
{
background-color: #95768D;
}
.BgClassName
{
background-color: #95768D;
}
</style>
border-color css
<style>
span { border-color: #95768D; }
span { border-color: rgb(149,118,141); }
td.TdClassName
{
border-color: #95768D;
}
.TagClassName
{
border-color: #95768D;
}
</style>