Shades of Rose Taupe #935E5C
Tints of Rose Taupe #935E5C
RGB
CMYK
RGB Variations
Color information
#935E5C (or 0x935E5C) is known color: Rose Taupe. HEX triplet: 93, 5E and 5C. RGB value is (147,94,92). Sum of RGB (Red+Green+Blue) = 147+94+92=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #935E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E5C is #6CA1A3. Grayscale: #6D6D6D. Windows color (decimal): -7119268 or 6053523. OLE color: 6053523.
HSL color Cylindrical-coordinate representation of color #935E5C: hue angle of 2.18º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935E5C is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 92 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.42 |
| HSL | 2.18º | 0.23% | 0.47% | - |
| HSV(B) | 2.18º | 0.37% | 0.58% | - |
| XYZ | 17.97 | 14.98 | 12.07 | - |
| YUV | 109.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 92 | 0 | 0.36 | 0.37 | 0.42 | 2.18 | 0.23 | 0.47 |
| Hex | 93 | 5E | 5C | 0 | 24 | 25 | 2A | 2 | 17 | 2F |
| Octal | 223 | 136 | 134 | 0 | 44 | 45 | 52 | 2 | 27 | 57 |
| Binary | 10010011 | 1011110 | 1011100 | 0 | 100100 | 100101 | 101010 | 10 | 10111 | 101111 |
Color Harmonies of #935E5C
Complementary color
Monochromatic Colors of #935E5C
Black with #935E5C
Text Example
Text Example
White with #935E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E5C; }
p { color: rgb(147,94,92); }
H1.HeaderClassName
{
color: #935E5C;
}
.AnyTagClassName
{
color: #935E5C;
}
</style>
background-color css
<style>
a { background-color: #935E5C; }
a { background-color: rgb(147,94,92); }
div.DivClassName
{
background-color: #935E5C;
}
.BgClassName
{
background-color: #935E5C;
}
</style>
border-color css
<style>
span { border-color: #935E5C; }
span { border-color: rgb(147,94,92); }
td.TdClassName
{
border-color: #935E5C;
}
.TagClassName
{
border-color: #935E5C;
}
</style>