Shades of Mandarian Orange #9C2207
Tints of Mandarian Orange #9C2207
RGB
CMYK
RGB Variations
Color information
#9C2207 (or 0x9C2207) is known color: Mandarian Orange. HEX triplet: 9C, 22 and 07. RGB value is (156,34,7). Sum of RGB (Red+Green+Blue) = 156+34+7=197 (26% of max value = 765). Red value is 156 (61.33% from 255 or 79.19% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2207 is #63DDF8. Grayscale: #434343. Windows color (decimal): -6544889 or 467612. OLE color: 467612.
HSL color Cylindrical-coordinate representation of color #9C2207: hue angle of 10.87º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C2207 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 34 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.39 |
| HSL | 10.87º | 0.91% | 0.32% | - |
| HSV(B) | 10.87º | 0.96% | 0.61% | - |
| XYZ | 14.32 | 8.23 | 1.03 | - |
| YUV | 67.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 7 | 0 | 0.78 | 0.96 | 0.39 | 10.87 | 0.91 | 0.32 |
| Hex | 9C | 22 | 7 | 0 | 4E | 60 | 27 | B | 5B | 20 |
| Octal | 234 | 42 | 7 | 0 | 116 | 140 | 47 | 13 | 133 | 40 |
| Binary | 10011100 | 100010 | 111 | 0 | 1001110 | 1100000 | 100111 | 1011 | 1011011 | 100000 |
Color Harmonies of #9C2207
Complementary color
Monochromatic Colors of #9C2207
Black with #9C2207
Text Example
Text Example
White with #9C2207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2207; }
p { color: rgb(156,34,7); }
H1.HeaderClassName
{
color: #9C2207;
}
.AnyTagClassName
{
color: #9C2207;
}
</style>
background-color css
<style>
a { background-color: #9C2207; }
a { background-color: rgb(156,34,7); }
div.DivClassName
{
background-color: #9C2207;
}
.BgClassName
{
background-color: #9C2207;
}
</style>
border-color css
<style>
span { border-color: #9C2207; }
span { border-color: rgb(156,34,7); }
td.TdClassName
{
border-color: #9C2207;
}
.TagClassName
{
border-color: #9C2207;
}
</style>