Shades of Rouge #9C436C
Tints of Rouge #9C436C
RGB
CMYK
RGB Variations
Color information
#9C436C (or 0x9C436C) is known color: Rouge. HEX triplet: 9C, 43 and 6C. RGB value is (156,67,108). Sum of RGB (Red+Green+Blue) = 156+67+108=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C436C is #63BC93. Grayscale: #626262. Windows color (decimal): -6536340 or 7095196. OLE color: 7095196.
HSL color Cylindrical-coordinate representation of color #9C436C: hue angle of 332.36º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C436C is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 108 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.39 |
| HSL | 332.36º | 0.4% | 0.44% | - |
| HSV(B) | 332.36º | 0.57% | 0.61% | - |
| XYZ | 18.42 | 12.16 | 15.56 | - |
| YUV | 98.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 108 | 0 | 0.57 | 0.31 | 0.39 | 332.36 | 0.4 | 0.44 |
| Hex | 9C | 43 | 6C | 0 | 39 | 1F | 27 | 14C | 28 | 2C |
| Octal | 234 | 103 | 154 | 0 | 71 | 37 | 47 | 514 | 50 | 54 |
| Binary | 10011100 | 1000011 | 1101100 | 0 | 111001 | 11111 | 100111 | 101001100 | 101000 | 101100 |
Color Harmonies of #9C436C
Complementary color
Monochromatic Colors of #9C436C
Black with #9C436C
Text Example
Text Example
White with #9C436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C436C; }
p { color: rgb(156,67,108); }
H1.HeaderClassName
{
color: #9C436C;
}
.AnyTagClassName
{
color: #9C436C;
}
</style>
background-color css
<style>
a { background-color: #9C436C; }
a { background-color: rgb(156,67,108); }
div.DivClassName
{
background-color: #9C436C;
}
.BgClassName
{
background-color: #9C436C;
}
</style>
border-color css
<style>
span { border-color: #9C436C; }
span { border-color: rgb(156,67,108); }
td.TdClassName
{
border-color: #9C436C;
}
.TagClassName
{
border-color: #9C436C;
}
</style>