Shades of Mandarian Orange #9C201A
Tints of Mandarian Orange #9C201A
RGB
CMYK
RGB Variations
Color information
#9C201A (or 0x9C201A) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 1A. RGB value is (156,32,26). Sum of RGB (Red+Green+Blue) = 156+32+26=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C201A is #63DFE5. Grayscale: #444444. Windows color (decimal): -6545382 or 1712284. OLE color: 1712284.
HSL color Cylindrical-coordinate representation of color #9C201A: hue angle of 2.77º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C201A is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 26 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.39 |
| HSL | 2.77º | 0.71% | 0.36% | - |
| HSV(B) | 2.77º | 0.83% | 0.61% | - |
| XYZ | 14.41 | 8.18 | 1.8 | - |
| YUV | 68.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 26 | 0 | 0.79 | 0.83 | 0.39 | 2.77 | 0.71 | 0.36 |
| Hex | 9C | 20 | 1A | 0 | 4F | 53 | 27 | 3 | 47 | 24 |
| Octal | 234 | 40 | 32 | 0 | 117 | 123 | 47 | 3 | 107 | 44 |
| Binary | 10011100 | 100000 | 11010 | 0 | 1001111 | 1010011 | 100111 | 11 | 1000111 | 100100 |
Color Harmonies of #9C201A
Complementary color
Monochromatic Colors of #9C201A
Black with #9C201A
Text Example
Text Example
White with #9C201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C201A; }
p { color: rgb(156,32,26); }
H1.HeaderClassName
{
color: #9C201A;
}
.AnyTagClassName
{
color: #9C201A;
}
</style>
background-color css
<style>
a { background-color: #9C201A; }
a { background-color: rgb(156,32,26); }
div.DivClassName
{
background-color: #9C201A;
}
.BgClassName
{
background-color: #9C201A;
}
</style>
border-color css
<style>
span { border-color: #9C201A; }
span { border-color: rgb(156,32,26); }
td.TdClassName
{
border-color: #9C201A;
}
.TagClassName
{
border-color: #9C201A;
}
</style>