Shades of Rose Taupe #945C55
Tints of Rose Taupe #945C55
RGB
CMYK
RGB Variations
Color information
#945C55 (or 0x945C55) is known color: Rose Taupe. HEX triplet: 94, 5C and 55. RGB value is (148,92,85). Sum of RGB (Red+Green+Blue) = 148+92+85=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #945C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C55 is #6BA3AA. Grayscale: #6C6C6C. Windows color (decimal): -7054251 or 5594260. OLE color: 5594260.
HSL color Cylindrical-coordinate representation of color #945C55: hue angle of 6.67º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945C55 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 85 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.42 |
| HSL | 6.67º | 0.27% | 0.46% | - |
| HSV(B) | 6.67º | 0.43% | 0.58% | - |
| XYZ | 17.68 | 14.61 | 10.48 | - |
| YUV | 107.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 85 | 0 | 0.38 | 0.43 | 0.42 | 6.67 | 0.27 | 0.46 |
| Hex | 94 | 5C | 55 | 0 | 26 | 2B | 2A | 7 | 1B | 2E |
| Octal | 224 | 134 | 125 | 0 | 46 | 53 | 52 | 7 | 33 | 56 |
| Binary | 10010100 | 1011100 | 1010101 | 0 | 100110 | 101011 | 101010 | 111 | 11011 | 101110 |
Color Harmonies of #945C55
Complementary color
Monochromatic Colors of #945C55
Black with #945C55
Text Example
Text Example
White with #945C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C55; }
p { color: rgb(148,92,85); }
H1.HeaderClassName
{
color: #945C55;
}
.AnyTagClassName
{
color: #945C55;
}
</style>
background-color css
<style>
a { background-color: #945C55; }
a { background-color: rgb(148,92,85); }
div.DivClassName
{
background-color: #945C55;
}
.BgClassName
{
background-color: #945C55;
}
</style>
border-color css
<style>
span { border-color: #945C55; }
span { border-color: rgb(148,92,85); }
td.TdClassName
{
border-color: #945C55;
}
.TagClassName
{
border-color: #945C55;
}
</style>