Shades of Rose Taupe #985C5A
Tints of Rose Taupe #985C5A
RGB
CMYK
RGB Variations
Color information
#985C5A (or 0x985C5A) is known color: Rose Taupe. HEX triplet: 98, 5C and 5A. RGB value is (152,92,90). Sum of RGB (Red+Green+Blue) = 152+92+90=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #985C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C5A is #67A3A5. Grayscale: #6D6D6D. Windows color (decimal): -6792102 or 5921944. OLE color: 5921944.
HSL color Cylindrical-coordinate representation of color #985C5A: hue angle of 1.94º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985C5A is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 90 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.40 |
| HSL | 1.94º | 0.26% | 0.47% | - |
| HSV(B) | 1.94º | 0.41% | 0.6% | - |
| XYZ | 18.62 | 15.07 | 11.6 | - |
| YUV | 109.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 90 | 0 | 0.39 | 0.41 | 0.40 | 1.94 | 0.26 | 0.47 |
| Hex | 98 | 5C | 5A | 0 | 27 | 29 | 28 | 2 | 1A | 2F |
| Octal | 230 | 134 | 132 | 0 | 47 | 51 | 50 | 2 | 32 | 57 |
| Binary | 10011000 | 1011100 | 1011010 | 0 | 100111 | 101001 | 101000 | 10 | 11010 | 101111 |
Color Harmonies of #985C5A
Complementary color
Monochromatic Colors of #985C5A
Black with #985C5A
Text Example
Text Example
White with #985C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C5A; }
p { color: rgb(152,92,90); }
H1.HeaderClassName
{
color: #985C5A;
}
.AnyTagClassName
{
color: #985C5A;
}
</style>
background-color css
<style>
a { background-color: #985C5A; }
a { background-color: rgb(152,92,90); }
div.DivClassName
{
background-color: #985C5A;
}
.BgClassName
{
background-color: #985C5A;
}
</style>
border-color css
<style>
span { border-color: #985C5A; }
span { border-color: rgb(152,92,90); }
td.TdClassName
{
border-color: #985C5A;
}
.TagClassName
{
border-color: #985C5A;
}
</style>