Shades of Rouge #9C386A
Tints of Rouge #9C386A
RGB
CMYK
RGB Variations
Color information
#9C386A (or 0x9C386A) is known color: Rouge. HEX triplet: 9C, 38 and 6A. RGB value is (156,56,106). Sum of RGB (Red+Green+Blue) = 156+56+106=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C386A is #63C795. Grayscale: #5B5B5B. Windows color (decimal): -6539158 or 6961308. OLE color: 6961308.
HSL color Cylindrical-coordinate representation of color #9C386A: hue angle of 330º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C386A is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 56 | 106 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.39 |
| HSL | 330º | 0.47% | 0.42% | - |
| HSV(B) | 330º | 0.64% | 0.61% | - |
| XYZ | 17.73 | 10.94 | 14.81 | - |
| YUV | 91.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 56 | 106 | 0 | 0.64 | 0.32 | 0.39 | 330 | 0.47 | 0.42 |
| Hex | 9C | 38 | 6A | 0 | 40 | 20 | 27 | 14A | 2F | 2A |
| Octal | 234 | 70 | 152 | 0 | 100 | 40 | 47 | 512 | 57 | 52 |
| Binary | 10011100 | 111000 | 1101010 | 0 | 1000000 | 100000 | 100111 | 101001010 | 101111 | 101010 |
Color Harmonies of #9C386A
Complementary color
Monochromatic Colors of #9C386A
Black with #9C386A
Text Example
Text Example
White with #9C386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C386A; }
p { color: rgb(156,56,106); }
H1.HeaderClassName
{
color: #9C386A;
}
.AnyTagClassName
{
color: #9C386A;
}
</style>
background-color css
<style>
a { background-color: #9C386A; }
a { background-color: rgb(156,56,106); }
div.DivClassName
{
background-color: #9C386A;
}
.BgClassName
{
background-color: #9C386A;
}
</style>
border-color css
<style>
span { border-color: #9C386A; }
span { border-color: rgb(156,56,106); }
td.TdClassName
{
border-color: #9C386A;
}
.TagClassName
{
border-color: #9C386A;
}
</style>