Shades of Mandarian Orange #9C1C17
Tints of Mandarian Orange #9C1C17
RGB
CMYK
RGB Variations
Color information
#9C1C17 (or 0x9C1C17) is known color: Mandarian Orange. HEX triplet: 9C, 1C and 17. RGB value is (156,28,23). Sum of RGB (Red+Green+Blue) = 156+28+23=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1C17 is #63E3E8. Grayscale: #414141. Windows color (decimal): -6546409 or 1514652. OLE color: 1514652.
HSL color Cylindrical-coordinate representation of color #9C1C17: hue angle of 2.26º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1C17 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 28 | 23 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.39 |
| HSL | 2.26º | 0.74% | 0.35% | - |
| HSV(B) | 2.26º | 0.85% | 0.61% | - |
| XYZ | 14.28 | 7.96 | 1.59 | - |
| YUV | 65.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 28 | 23 | 0 | 0.82 | 0.85 | 0.39 | 2.26 | 0.74 | 0.35 |
| Hex | 9C | 1C | 17 | 0 | 52 | 55 | 27 | 2 | 4A | 23 |
| Octal | 234 | 34 | 27 | 0 | 122 | 125 | 47 | 2 | 112 | 43 |
| Binary | 10011100 | 11100 | 10111 | 0 | 1010010 | 1010101 | 100111 | 10 | 1001010 | 100011 |
Color Harmonies of #9C1C17
Complementary color
Monochromatic Colors of #9C1C17
Black with #9C1C17
Text Example
Text Example
White with #9C1C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1C17; }
p { color: rgb(156,28,23); }
H1.HeaderClassName
{
color: #9C1C17;
}
.AnyTagClassName
{
color: #9C1C17;
}
</style>
background-color css
<style>
a { background-color: #9C1C17; }
a { background-color: rgb(156,28,23); }
div.DivClassName
{
background-color: #9C1C17;
}
.BgClassName
{
background-color: #9C1C17;
}
</style>
border-color css
<style>
span { border-color: #9C1C17; }
span { border-color: rgb(156,28,23); }
td.TdClassName
{
border-color: #9C1C17;
}
.TagClassName
{
border-color: #9C1C17;
}
</style>