Shades of Rouge #9C4673
Tints of Rouge #9C4673
RGB
CMYK
RGB Variations
Color information
#9C4673 (or 0x9C4673) is known color: Rouge. HEX triplet: 9C, 46 and 73. RGB value is (156,70,115). Sum of RGB (Red+Green+Blue) = 156+70+115=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4673 is #63B98C. Grayscale: #646464. Windows color (decimal): -6535565 or 7554716. OLE color: 7554716.
HSL color Cylindrical-coordinate representation of color #9C4673: hue angle of 328.6º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C4673 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 115 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.39 |
| HSL | 328.6º | 0.38% | 0.44% | - |
| HSV(B) | 328.6º | 0.55% | 0.61% | - |
| XYZ | 18.99 | 12.69 | 17.67 | - |
| YUV | 100.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 115 | 0 | 0.55 | 0.26 | 0.39 | 328.6 | 0.38 | 0.44 |
| Hex | 9C | 46 | 73 | 0 | 37 | 1A | 27 | 149 | 26 | 2C |
| Octal | 234 | 106 | 163 | 0 | 67 | 32 | 47 | 511 | 46 | 54 |
| Binary | 10011100 | 1000110 | 1110011 | 0 | 110111 | 11010 | 100111 | 101001001 | 100110 | 101100 |
Color Harmonies of #9C4673
Complementary color
Monochromatic Colors of #9C4673
Black with #9C4673
Text Example
Text Example
White with #9C4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4673; }
p { color: rgb(156,70,115); }
H1.HeaderClassName
{
color: #9C4673;
}
.AnyTagClassName
{
color: #9C4673;
}
</style>
background-color css
<style>
a { background-color: #9C4673; }
a { background-color: rgb(156,70,115); }
div.DivClassName
{
background-color: #9C4673;
}
.BgClassName
{
background-color: #9C4673;
}
</style>
border-color css
<style>
span { border-color: #9C4673; }
span { border-color: rgb(156,70,115); }
td.TdClassName
{
border-color: #9C4673;
}
.TagClassName
{
border-color: #9C4673;
}
</style>