Shades of Rose Taupe #9C5E5D
Tints of Rose Taupe #9C5E5D
RGB
CMYK
RGB Variations
Color information
#9C5E5D (or 0x9C5E5D) is known color: Rose Taupe. HEX triplet: 9C, 5E and 5D. RGB value is (156,94,93). Sum of RGB (Red+Green+Blue) = 156+94+93=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E5D is #63A1A2. Grayscale: #707070. Windows color (decimal): -6529443 or 6119068. OLE color: 6119068.
HSL color Cylindrical-coordinate representation of color #9C5E5D: hue angle of 0.95º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E5D is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
RGB | 156 | 94 | 93 | - |
CMYK | 0 | 0.40 | 0.40 | 0.39 |
HSL | 0.95º | 0.25% | 0.49% | - |
HSV(B) | 0.95º | 0.4% | 0.61% | - |
XYZ | 19.69 | 15.86 | 12.38 | - |
YUV | 112.42 | 117.04 | 159.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 94 | 93 | 0 | 0.40 | 0.40 | 0.39 | 0.95 | 0.25 | 0.49 |
Hex | 9C | 5E | 5D | 0 | 28 | 28 | 27 | 1 | 19 | 31 |
Octal | 234 | 136 | 135 | 0 | 50 | 50 | 47 | 1 | 31 | 61 |
Binary | 10011100 | 1011110 | 1011101 | 0 | 101000 | 101000 | 100111 | 1 | 11001 | 110001 |
Color Harmonies of #9C5E5D
Complementary color
Monochromatic Colors of #9C5E5D
Black with #9C5E5D
Text Example
Text Example
White with #9C5E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E5D; }
p { color: rgb(156,94,93); }
H1.HeaderClassName
{
color: #9C5E5D;
}
.AnyTagClassName
{
color: #9C5E5D;
}
</style>
background-color css
<style>
a { background-color: #9C5E5D; }
a { background-color: rgb(156,94,93); }
div.DivClassName
{
background-color: #9C5E5D;
}
.BgClassName
{
background-color: #9C5E5D;
}
</style>
border-color css
<style>
span { border-color: #9C5E5D; }
span { border-color: rgb(156,94,93); }
td.TdClassName
{
border-color: #9C5E5D;
}
.TagClassName
{
border-color: #9C5E5D;
}
</style>