Shades of Rose Taupe #9C5C5C
Tints of Rose Taupe #9C5C5C
RGB
CMYK
RGB Variations
Color information
#9C5C5C (or 0x9C5C5C) is known color: Rose Taupe. HEX triplet: 9C, 5C and 5C. RGB value is (156,92,92). Sum of RGB (Red+Green+Blue) = 156+92+92=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C5C is #63A3A3. Grayscale: #6F6F6F. Windows color (decimal): -6529956 or 6053020. OLE color: 6053020.
HSL color Cylindrical-coordinate representation of color #9C5C5C: hue angle of 0º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C5C5C is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 92 | 92 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.39 |
| HSL | 0º | 0.26% | 0.49% | - |
| HSV(B) | 0º | 0.41% | 0.61% | - |
| XYZ | 19.47 | 15.49 | 12.09 | - |
| YUV | 111.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 92 | 0 | 0.41 | 0.41 | 0.39 | 0 | 0.26 | 0.49 |
| Hex | 9C | 5C | 5C | 0 | 29 | 29 | 27 | 0 | 1A | 31 |
| Octal | 234 | 134 | 134 | 0 | 51 | 51 | 47 | 0 | 32 | 61 |
| Binary | 10011100 | 1011100 | 1011100 | 0 | 101001 | 101001 | 100111 | 0 | 11010 | 110001 |
Color Harmonies of #9C5C5C
Complementary color
Monochromatic Colors of #9C5C5C
Black with #9C5C5C
Text Example
Text Example
White with #9C5C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5C5C; }
p { color: rgb(156,92,92); }
H1.HeaderClassName
{
color: #9C5C5C;
}
.AnyTagClassName
{
color: #9C5C5C;
}
</style>
background-color css
<style>
a { background-color: #9C5C5C; }
a { background-color: rgb(156,92,92); }
div.DivClassName
{
background-color: #9C5C5C;
}
.BgClassName
{
background-color: #9C5C5C;
}
</style>
border-color css
<style>
span { border-color: #9C5C5C; }
span { border-color: rgb(156,92,92); }
td.TdClassName
{
border-color: #9C5C5C;
}
.TagClassName
{
border-color: #9C5C5C;
}
</style>