Shades of Rouge #9C406B
Tints of Rouge #9C406B
RGB
CMYK
RGB Variations
Color information
#9C406B (or 0x9C406B) is known color: Rouge. HEX triplet: 9C, 40 and 6B. RGB value is (156,64,107). Sum of RGB (Red+Green+Blue) = 156+64+107=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C406B is #63BF94. Grayscale: #606060. Windows color (decimal): -6537109 or 7028892. OLE color: 7028892.
HSL color Cylindrical-coordinate representation of color #9C406B: hue angle of 331.96º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C406B is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 107 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.39 |
| HSL | 331.96º | 0.42% | 0.43% | - |
| HSV(B) | 331.96º | 0.59% | 0.61% | - |
| XYZ | 18.2 | 11.8 | 15.23 | - |
| YUV | 96.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 107 | 0 | 0.59 | 0.31 | 0.39 | 331.96 | 0.42 | 0.43 |
| Hex | 9C | 40 | 6B | 0 | 3B | 1F | 27 | 14C | 2A | 2B |
| Octal | 234 | 100 | 153 | 0 | 73 | 37 | 47 | 514 | 52 | 53 |
| Binary | 10011100 | 1000000 | 1101011 | 0 | 111011 | 11111 | 100111 | 101001100 | 101010 | 101011 |
Color Harmonies of #9C406B
Complementary color
Monochromatic Colors of #9C406B
Black with #9C406B
Text Example
Text Example
White with #9C406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C406B; }
p { color: rgb(156,64,107); }
H1.HeaderClassName
{
color: #9C406B;
}
.AnyTagClassName
{
color: #9C406B;
}
</style>
background-color css
<style>
a { background-color: #9C406B; }
a { background-color: rgb(156,64,107); }
div.DivClassName
{
background-color: #9C406B;
}
.BgClassName
{
background-color: #9C406B;
}
</style>
border-color css
<style>
span { border-color: #9C406B; }
span { border-color: rgb(156,64,107); }
td.TdClassName
{
border-color: #9C406B;
}
.TagClassName
{
border-color: #9C406B;
}
</style>