Shades of Rouge #9C306C
Tints of Rouge #9C306C
RGB
CMYK
RGB Variations
Color information
#9C306C (or 0x9C306C) is known color: Rouge. HEX triplet: 9C, 30 and 6C. RGB value is (156,48,108). Sum of RGB (Red+Green+Blue) = 156+48+108=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C306C is #63CF93. Grayscale: #575757. Windows color (decimal): -6541204 or 7090332. OLE color: 7090332.
HSL color Cylindrical-coordinate representation of color #9C306C: hue angle of 326.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C306C is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 48 | 108 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.39 |
| HSL | 326.67º | 0.53% | 0.4% | - |
| HSV(B) | 326.67º | 0.69% | 0.61% | - |
| XYZ | 17.47 | 10.26 | 15.25 | - |
| YUV | 87.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 48 | 108 | 0 | 0.69 | 0.31 | 0.39 | 326.67 | 0.53 | 0.4 |
| Hex | 9C | 30 | 6C | 0 | 45 | 1F | 27 | 147 | 35 | 28 |
| Octal | 234 | 60 | 154 | 0 | 105 | 37 | 47 | 507 | 65 | 50 |
| Binary | 10011100 | 110000 | 1101100 | 0 | 1000101 | 11111 | 100111 | 101000111 | 110101 | 101000 |
Color Harmonies of #9C306C
Complementary color
Monochromatic Colors of #9C306C
Black with #9C306C
Text Example
Text Example
White with #9C306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C306C; }
p { color: rgb(156,48,108); }
H1.HeaderClassName
{
color: #9C306C;
}
.AnyTagClassName
{
color: #9C306C;
}
</style>
background-color css
<style>
a { background-color: #9C306C; }
a { background-color: rgb(156,48,108); }
div.DivClassName
{
background-color: #9C306C;
}
.BgClassName
{
background-color: #9C306C;
}
</style>
border-color css
<style>
span { border-color: #9C306C; }
span { border-color: rgb(156,48,108); }
td.TdClassName
{
border-color: #9C306C;
}
.TagClassName
{
border-color: #9C306C;
}
</style>