Shades of Mandarian Orange #9C2013
Tints of Mandarian Orange #9C2013
RGB
CMYK
RGB Variations
Color information
#9C2013 (or 0x9C2013) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 13. RGB value is (156,32,19). Sum of RGB (Red+Green+Blue) = 156+32+19=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2013 is #63DFEC. Grayscale: #434343. Windows color (decimal): -6545389 or 1253532. OLE color: 1253532.
HSL color Cylindrical-coordinate representation of color #9C2013: hue angle of 5.69º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C2013 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 19 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.39 |
| HSL | 5.69º | 0.78% | 0.34% | - |
| HSV(B) | 5.69º | 0.88% | 0.61% | - |
| XYZ | 14.34 | 8.15 | 1.43 | - |
| YUV | 67.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 19 | 0 | 0.79 | 0.88 | 0.39 | 5.69 | 0.78 | 0.34 |
| Hex | 9C | 20 | 13 | 0 | 4F | 58 | 27 | 6 | 4E | 22 |
| Octal | 234 | 40 | 23 | 0 | 117 | 130 | 47 | 6 | 116 | 42 |
| Binary | 10011100 | 100000 | 10011 | 0 | 1001111 | 1011000 | 100111 | 110 | 1001110 | 100010 |
Color Harmonies of #9C2013
Complementary color
Monochromatic Colors of #9C2013
Black with #9C2013
Text Example
Text Example
White with #9C2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2013; }
p { color: rgb(156,32,19); }
H1.HeaderClassName
{
color: #9C2013;
}
.AnyTagClassName
{
color: #9C2013;
}
</style>
background-color css
<style>
a { background-color: #9C2013; }
a { background-color: rgb(156,32,19); }
div.DivClassName
{
background-color: #9C2013;
}
.BgClassName
{
background-color: #9C2013;
}
</style>
border-color css
<style>
span { border-color: #9C2013; }
span { border-color: rgb(156,32,19); }
td.TdClassName
{
border-color: #9C2013;
}
.TagClassName
{
border-color: #9C2013;
}
</style>