Shades of Mountbatten Pink #97688E
Tints of Mountbatten Pink #97688E
RGB
CMYK
RGB Variations
Color information
#97688E (or 0x97688E) is known color: Mountbatten Pink. HEX triplet: 97, 68 and 8E. RGB value is (151,104,142). Sum of RGB (Red+Green+Blue) = 151+104+142=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #97688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97688E is #689771. Grayscale: #7A7A7A. Windows color (decimal): -6854514 or 9332887. OLE color: 9332887.
HSL color Cylindrical-coordinate representation of color #97688E: hue angle of 311.49º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97688E is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 104 | 142 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.41 |
| HSL | 311.49º | 0.18% | 0.5% | - |
| HSV(B) | 311.49º | 0.31% | 0.59% | - |
| XYZ | 22.6 | 18.43 | 27.96 | - |
| YUV | 122.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 104 | 142 | 0 | 0.31 | 0.06 | 0.41 | 311.49 | 0.18 | 0.5 |
| Hex | 97 | 68 | 8E | 0 | 1F | 6 | 29 | 137 | 12 | 32 |
| Octal | 227 | 150 | 216 | 0 | 37 | 6 | 51 | 467 | 22 | 62 |
| Binary | 10010111 | 1101000 | 10001110 | 0 | 11111 | 110 | 101001 | 100110111 | 10010 | 110010 |
Color Harmonies of #97688E
Complementary color
Monochromatic Colors of #97688E
Black with #97688E
Text Example
Text Example
White with #97688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97688E; }
p { color: rgb(151,104,142); }
H1.HeaderClassName
{
color: #97688E;
}
.AnyTagClassName
{
color: #97688E;
}
</style>
background-color css
<style>
a { background-color: #97688E; }
a { background-color: rgb(151,104,142); }
div.DivClassName
{
background-color: #97688E;
}
.BgClassName
{
background-color: #97688E;
}
</style>
border-color css
<style>
span { border-color: #97688E; }
span { border-color: rgb(151,104,142); }
td.TdClassName
{
border-color: #97688E;
}
.TagClassName
{
border-color: #97688E;
}
</style>