Shades of Mauve Taupe #945C72
Tints of Mauve Taupe #945C72
RGB
CMYK
RGB Variations
Color information
#945C72 (or 0x945C72) is known color: Mauve Taupe. HEX triplet: 94, 5C and 72. RGB value is (148,92,114). Sum of RGB (Red+Green+Blue) = 148+92+114=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #945C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C72 is #6BA38D. Grayscale: #6F6F6F. Windows color (decimal): -7054222 or 7494804. OLE color: 7494804.
HSL color Cylindrical-coordinate representation of color #945C72: hue angle of 336.43º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #945C72 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 114 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.42 |
| HSL | 336.43º | 0.23% | 0.47% | - |
| HSV(B) | 336.43º | 0.38% | 0.58% | - |
| XYZ | 19.08 | 15.17 | 17.84 | - |
| YUV | 111.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 114 | 0 | 0.38 | 0.23 | 0.42 | 336.43 | 0.23 | 0.47 |
| Hex | 94 | 5C | 72 | 0 | 26 | 17 | 2A | 150 | 17 | 2F |
| Octal | 224 | 134 | 162 | 0 | 46 | 27 | 52 | 520 | 27 | 57 |
| Binary | 10010100 | 1011100 | 1110010 | 0 | 100110 | 10111 | 101010 | 101010000 | 10111 | 101111 |
Color Harmonies of #945C72
Complementary color
Monochromatic Colors of #945C72
Black with #945C72
Text Example
Text Example
White with #945C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C72; }
p { color: rgb(148,92,114); }
H1.HeaderClassName
{
color: #945C72;
}
.AnyTagClassName
{
color: #945C72;
}
</style>
background-color css
<style>
a { background-color: #945C72; }
a { background-color: rgb(148,92,114); }
div.DivClassName
{
background-color: #945C72;
}
.BgClassName
{
background-color: #945C72;
}
</style>
border-color css
<style>
span { border-color: #945C72; }
span { border-color: rgb(148,92,114); }
td.TdClassName
{
border-color: #945C72;
}
.TagClassName
{
border-color: #945C72;
}
</style>