Shades of Mandarian Orange #9C2203
Tints of Mandarian Orange #9C2203
RGB
CMYK
RGB Variations
Color information
#9C2203 (or 0x9C2203) is known color: Mandarian Orange. HEX triplet: 9C, 22 and 03. RGB value is (156,34,3). Sum of RGB (Red+Green+Blue) = 156+34+3=193 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.83% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2203 is #63DDFC. Grayscale: #434343. Windows color (decimal): -6544893 or 205468. OLE color: 205468.
HSL color Cylindrical-coordinate representation of color #9C2203: hue angle of 12.16º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C2203 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 34 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.39 |
| HSL | 12.16º | 0.96% | 0.31% | - |
| HSV(B) | 12.16º | 0.98% | 0.61% | - |
| XYZ | 14.3 | 8.22 | 0.92 | - |
| YUV | 66.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 3 | 0 | 0.78 | 0.98 | 0.39 | 12.16 | 0.96 | 0.31 |
| Hex | 9C | 22 | 3 | 0 | 4E | 62 | 27 | C | 60 | 1F |
| Octal | 234 | 42 | 3 | 0 | 116 | 142 | 47 | 14 | 140 | 37 |
| Binary | 10011100 | 100010 | 11 | 0 | 1001110 | 1100010 | 100111 | 1100 | 1100000 | 11111 |
Color Harmonies of #9C2203
Complementary color
Monochromatic Colors of #9C2203
Black with #9C2203
Text Example
Text Example
White with #9C2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2203; }
p { color: rgb(156,34,3); }
H1.HeaderClassName
{
color: #9C2203;
}
.AnyTagClassName
{
color: #9C2203;
}
</style>
background-color css
<style>
a { background-color: #9C2203; }
a { background-color: rgb(156,34,3); }
div.DivClassName
{
background-color: #9C2203;
}
.BgClassName
{
background-color: #9C2203;
}
</style>
border-color css
<style>
span { border-color: #9C2203; }
span { border-color: rgb(156,34,3); }
td.TdClassName
{
border-color: #9C2203;
}
.TagClassName
{
border-color: #9C2203;
}
</style>