Shades of Rouge #9C3A69
Tints of Rouge #9C3A69
RGB
CMYK
RGB Variations
Color information
#9C3A69 (or 0x9C3A69) is known color: Rouge. HEX triplet: 9C, 3A and 69. RGB value is (156,58,105). Sum of RGB (Red+Green+Blue) = 156+58+105=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3A69 is #63C596. Grayscale: #5C5C5C. Windows color (decimal): -6538647 or 6896284. OLE color: 6896284.
HSL color Cylindrical-coordinate representation of color #9C3A69: hue angle of 331.22º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C3A69 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 58 | 105 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.39 |
| HSL | 331.22º | 0.46% | 0.42% | - |
| HSV(B) | 331.22º | 0.63% | 0.61% | - |
| XYZ | 17.77 | 11.11 | 14.57 | - |
| YUV | 92.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 58 | 105 | 0 | 0.63 | 0.33 | 0.39 | 331.22 | 0.46 | 0.42 |
| Hex | 9C | 3A | 69 | 0 | 3F | 21 | 27 | 14B | 2E | 2A |
| Octal | 234 | 72 | 151 | 0 | 77 | 41 | 47 | 513 | 56 | 52 |
| Binary | 10011100 | 111010 | 1101001 | 0 | 111111 | 100001 | 100111 | 101001011 | 101110 | 101010 |
Color Harmonies of #9C3A69
Complementary color
Monochromatic Colors of #9C3A69
Black with #9C3A69
Text Example
Text Example
White with #9C3A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3A69; }
p { color: rgb(156,58,105); }
H1.HeaderClassName
{
color: #9C3A69;
}
.AnyTagClassName
{
color: #9C3A69;
}
</style>
background-color css
<style>
a { background-color: #9C3A69; }
a { background-color: rgb(156,58,105); }
div.DivClassName
{
background-color: #9C3A69;
}
.BgClassName
{
background-color: #9C3A69;
}
</style>
border-color css
<style>
span { border-color: #9C3A69; }
span { border-color: rgb(156,58,105); }
td.TdClassName
{
border-color: #9C3A69;
}
.TagClassName
{
border-color: #9C3A69;
}
</style>