Shades of Mandarian Orange #9C2A16
Tints of Mandarian Orange #9C2A16
RGB
CMYK
RGB Variations
Color information
#9C2A16 (or 0x9C2A16) is known color: Mandarian Orange. HEX triplet: 9C, 2A and 16. RGB value is (156,42,22). Sum of RGB (Red+Green+Blue) = 156+42+22=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2A16 is #63D5E9. Grayscale: #4A4A4A. Windows color (decimal): -6542826 or 1452700. OLE color: 1452700.
HSL color Cylindrical-coordinate representation of color #9C2A16: hue angle of 8.96º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C2A16 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 42 | 22 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.39 |
| HSL | 8.96º | 0.75% | 0.35% | - |
| HSV(B) | 8.96º | 0.86% | 0.61% | - |
| XYZ | 14.68 | 8.78 | 1.68 | - |
| YUV | 73.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 22 | 0 | 0.73 | 0.86 | 0.39 | 8.96 | 0.75 | 0.35 |
| Hex | 9C | 2A | 16 | 0 | 49 | 56 | 27 | 9 | 4B | 23 |
| Octal | 234 | 52 | 26 | 0 | 111 | 126 | 47 | 11 | 113 | 43 |
| Binary | 10011100 | 101010 | 10110 | 0 | 1001001 | 1010110 | 100111 | 1001 | 1001011 | 100011 |
Color Harmonies of #9C2A16
Complementary color
Monochromatic Colors of #9C2A16
Black with #9C2A16
Text Example
Text Example
White with #9C2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2A16; }
p { color: rgb(156,42,22); }
H1.HeaderClassName
{
color: #9C2A16;
}
.AnyTagClassName
{
color: #9C2A16;
}
</style>
background-color css
<style>
a { background-color: #9C2A16; }
a { background-color: rgb(156,42,22); }
div.DivClassName
{
background-color: #9C2A16;
}
.BgClassName
{
background-color: #9C2A16;
}
</style>
border-color css
<style>
span { border-color: #9C2A16; }
span { border-color: rgb(156,42,22); }
td.TdClassName
{
border-color: #9C2A16;
}
.TagClassName
{
border-color: #9C2A16;
}
</style>