Shades of Rouge #9C3E66
Tints of Rouge #9C3E66
RGB
CMYK
RGB Variations
Color information
#9C3E66 (or 0x9C3E66) is known color: Rouge. HEX triplet: 9C, 3E and 66. RGB value is (156,62,102). Sum of RGB (Red+Green+Blue) = 156+62+102=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3E66 is #63C199. Grayscale: #5E5E5E. Windows color (decimal): -6537626 or 6700700. OLE color: 6700700.
HSL color Cylindrical-coordinate representation of color #9C3E66: hue angle of 334.47º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C3E66 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 62 | 102 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.39 |
| HSL | 334.47º | 0.43% | 0.43% | - |
| HSV(B) | 334.47º | 0.6% | 0.61% | - |
| XYZ | 17.83 | 11.47 | 13.84 | - |
| YUV | 94.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 62 | 102 | 0 | 0.60 | 0.35 | 0.39 | 334.47 | 0.43 | 0.43 |
| Hex | 9C | 3E | 66 | 0 | 3C | 23 | 27 | 14E | 2B | 2B |
| Octal | 234 | 76 | 146 | 0 | 74 | 43 | 47 | 516 | 53 | 53 |
| Binary | 10011100 | 111110 | 1100110 | 0 | 111100 | 100011 | 100111 | 101001110 | 101011 | 101011 |
Color Harmonies of #9C3E66
Complementary color
Monochromatic Colors of #9C3E66
Black with #9C3E66
Text Example
Text Example
White with #9C3E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3E66; }
p { color: rgb(156,62,102); }
H1.HeaderClassName
{
color: #9C3E66;
}
.AnyTagClassName
{
color: #9C3E66;
}
</style>
background-color css
<style>
a { background-color: #9C3E66; }
a { background-color: rgb(156,62,102); }
div.DivClassName
{
background-color: #9C3E66;
}
.BgClassName
{
background-color: #9C3E66;
}
</style>
border-color css
<style>
span { border-color: #9C3E66; }
span { border-color: rgb(156,62,102); }
td.TdClassName
{
border-color: #9C3E66;
}
.TagClassName
{
border-color: #9C3E66;
}
</style>