Shades of Mountbatten Pink #94788D
Tints of Mountbatten Pink #94788D
RGB
CMYK
RGB Variations
Color information
#94788D (or 0x94788D) is known color: Mountbatten Pink. HEX triplet: 94, 78 and 8D. RGB value is (148,120,141). Sum of RGB (Red+Green+Blue) = 148+120+141=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #94788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94788D is #6B8772. Grayscale: #828282. Windows color (decimal): -7047027 or 9271444. OLE color: 9271444.
HSL color Cylindrical-coordinate representation of color #94788D: hue angle of 315º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94788D is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 141 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.42 |
| HSL | 315º | 0.12% | 0.53% | - |
| HSV(B) | 315º | 0.19% | 0.58% | - |
| XYZ | 23.74 | 21.65 | 28.13 | - |
| YUV | 130.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 141 | 0 | 0.19 | 0.05 | 0.42 | 315 | 0.12 | 0.53 |
| Hex | 94 | 78 | 8D | 0 | 13 | 5 | 2A | 13B | C | 35 |
| Octal | 224 | 170 | 215 | 0 | 23 | 5 | 52 | 473 | 14 | 65 |
| Binary | 10010100 | 1111000 | 10001101 | 0 | 10011 | 101 | 101010 | 100111011 | 1100 | 110101 |
Color Harmonies of #94788D
Complementary color
Monochromatic Colors of #94788D
Black with #94788D
Text Example
Text Example
White with #94788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94788D; }
p { color: rgb(148,120,141); }
H1.HeaderClassName
{
color: #94788D;
}
.AnyTagClassName
{
color: #94788D;
}
</style>
background-color css
<style>
a { background-color: #94788D; }
a { background-color: rgb(148,120,141); }
div.DivClassName
{
background-color: #94788D;
}
.BgClassName
{
background-color: #94788D;
}
</style>
border-color css
<style>
span { border-color: #94788D; }
span { border-color: rgb(148,120,141); }
td.TdClassName
{
border-color: #94788D;
}
.TagClassName
{
border-color: #94788D;
}
</style>