Shades of Rouge #9C3C68
Tints of Rouge #9C3C68
RGB
CMYK
RGB Variations
Color information
#9C3C68 (or 0x9C3C68) is known color: Rouge. HEX triplet: 9C, 3C and 68. RGB value is (156,60,104). Sum of RGB (Red+Green+Blue) = 156+60+104=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3C68 is #63C397. Grayscale: #5D5D5D. Windows color (decimal): -6538136 or 6831260. OLE color: 6831260.
HSL color Cylindrical-coordinate representation of color #9C3C68: hue angle of 332.5º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C3C68 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 60 | 104 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.39 |
| HSL | 332.5º | 0.44% | 0.42% | - |
| HSV(B) | 332.5º | 0.62% | 0.61% | - |
| XYZ | 17.82 | 11.3 | 14.34 | - |
| YUV | 93.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 104 | 0 | 0.62 | 0.33 | 0.39 | 332.5 | 0.44 | 0.42 |
| Hex | 9C | 3C | 68 | 0 | 3E | 21 | 27 | 14C | 2C | 2A |
| Octal | 234 | 74 | 150 | 0 | 76 | 41 | 47 | 514 | 54 | 52 |
| Binary | 10011100 | 111100 | 1101000 | 0 | 111110 | 100001 | 100111 | 101001100 | 101100 | 101010 |
Color Harmonies of #9C3C68
Complementary color
Monochromatic Colors of #9C3C68
Black with #9C3C68
Text Example
Text Example
White with #9C3C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3C68; }
p { color: rgb(156,60,104); }
H1.HeaderClassName
{
color: #9C3C68;
}
.AnyTagClassName
{
color: #9C3C68;
}
</style>
background-color css
<style>
a { background-color: #9C3C68; }
a { background-color: rgb(156,60,104); }
div.DivClassName
{
background-color: #9C3C68;
}
.BgClassName
{
background-color: #9C3C68;
}
</style>
border-color css
<style>
span { border-color: #9C3C68; }
span { border-color: rgb(156,60,104); }
td.TdClassName
{
border-color: #9C3C68;
}
.TagClassName
{
border-color: #9C3C68;
}
</style>