Shades of Mountbatten Pink #95828B
Tints of Mountbatten Pink #95828B
RGB
CMYK
RGB Variations
Color information
#95828B (or 0x95828B) is known color: Mountbatten Pink. HEX triplet: 95, 82 and 8B. RGB value is (149,130,139). Sum of RGB (Red+Green+Blue) = 149+130+139=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #95828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95828B is #6A7D74. Grayscale: #888888. Windows color (decimal): -6978933 or 9142933. OLE color: 9142933.
HSL color Cylindrical-coordinate representation of color #95828B: hue angle of 331.58º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95828B is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 139 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.42 |
| HSL | 331.58º | 0.08% | 0.55% | - |
| HSV(B) | 331.58º | 0.13% | 0.58% | - |
| XYZ | 25.04 | 24.22 | 27.78 | - |
| YUV | 136.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 139 | 0 | 0.13 | 0.07 | 0.42 | 331.58 | 0.08 | 0.55 |
| Hex | 95 | 82 | 8B | 0 | D | 7 | 2A | 14C | 8 | 37 |
| Octal | 225 | 202 | 213 | 0 | 15 | 7 | 52 | 514 | 10 | 67 |
| Binary | 10010101 | 10000010 | 10001011 | 0 | 1101 | 111 | 101010 | 101001100 | 1000 | 110111 |
Color Harmonies of #95828B
Complementary color
Monochromatic Colors of #95828B
Black with #95828B
Text Example
Text Example
White with #95828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95828B; }
p { color: rgb(149,130,139); }
H1.HeaderClassName
{
color: #95828B;
}
.AnyTagClassName
{
color: #95828B;
}
</style>
background-color css
<style>
a { background-color: #95828B; }
a { background-color: rgb(149,130,139); }
div.DivClassName
{
background-color: #95828B;
}
.BgClassName
{
background-color: #95828B;
}
</style>
border-color css
<style>
span { border-color: #95828B; }
span { border-color: rgb(149,130,139); }
td.TdClassName
{
border-color: #95828B;
}
.TagClassName
{
border-color: #95828B;
}
</style>