Shades of Mandarian Orange #9C270C
Tints of Mandarian Orange #9C270C
RGB
CMYK
RGB Variations
Color information
#9C270C (or 0x9C270C) is known color: Mandarian Orange. HEX triplet: 9C, 27 and 0C. RGB value is (156,39,12). Sum of RGB (Red+Green+Blue) = 156+39+12=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C270C is #63D8F3. Grayscale: #474747. Windows color (decimal): -6543604 or 796572. OLE color: 796572.
HSL color Cylindrical-coordinate representation of color #9C270C: hue angle of 11.25º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C270C is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 12 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.39 |
| HSL | 11.25º | 0.86% | 0.33% | - |
| HSV(B) | 11.25º | 0.92% | 0.61% | - |
| XYZ | 14.5 | 8.55 | 1.23 | - |
| YUV | 70.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 12 | 0 | 0.75 | 0.92 | 0.39 | 11.25 | 0.86 | 0.33 |
| Hex | 9C | 27 | C | 0 | 4B | 5C | 27 | B | 56 | 21 |
| Octal | 234 | 47 | 14 | 0 | 113 | 134 | 47 | 13 | 126 | 41 |
| Binary | 10011100 | 100111 | 1100 | 0 | 1001011 | 1011100 | 100111 | 1011 | 1010110 | 100001 |
Color Harmonies of #9C270C
Complementary color
Monochromatic Colors of #9C270C
Black with #9C270C
Text Example
Text Example
White with #9C270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C270C; }
p { color: rgb(156,39,12); }
H1.HeaderClassName
{
color: #9C270C;
}
.AnyTagClassName
{
color: #9C270C;
}
</style>
background-color css
<style>
a { background-color: #9C270C; }
a { background-color: rgb(156,39,12); }
div.DivClassName
{
background-color: #9C270C;
}
.BgClassName
{
background-color: #9C270C;
}
</style>
border-color css
<style>
span { border-color: #9C270C; }
span { border-color: rgb(156,39,12); }
td.TdClassName
{
border-color: #9C270C;
}
.TagClassName
{
border-color: #9C270C;
}
</style>