Shades of Mandarian Orange #9C2002
Tints of Mandarian Orange #9C2002
RGB
CMYK
RGB Variations
Color information
#9C2002 (or 0x9C2002) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 02. RGB value is (156,32,2). Sum of RGB (Red+Green+Blue) = 156+32+2=190 (25% of max value = 765). Red value is 156 (61.33% from 255 or 82.11% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2002 is #63DFFD. Grayscale: #414141. Windows color (decimal): -6545406 or 139420. OLE color: 139420.
HSL color Cylindrical-coordinate representation of color #9C2002: hue angle of 11.69º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C2002 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.39 |
| HSL | 11.69º | 0.97% | 0.31% | - |
| HSV(B) | 11.69º | 0.99% | 0.61% | - |
| XYZ | 14.24 | 8.11 | 0.87 | - |
| YUV | 65.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 2 | 0 | 0.79 | 0.99 | 0.39 | 11.69 | 0.97 | 0.31 |
| Hex | 9C | 20 | 2 | 0 | 4F | 63 | 27 | C | 61 | 1F |
| Octal | 234 | 40 | 2 | 0 | 117 | 143 | 47 | 14 | 141 | 37 |
| Binary | 10011100 | 100000 | 10 | 0 | 1001111 | 1100011 | 100111 | 1100 | 1100001 | 11111 |
Color Harmonies of #9C2002
Complementary color
Monochromatic Colors of #9C2002
Black with #9C2002
Text Example
Text Example
White with #9C2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2002; }
p { color: rgb(156,32,2); }
H1.HeaderClassName
{
color: #9C2002;
}
.AnyTagClassName
{
color: #9C2002;
}
</style>
background-color css
<style>
a { background-color: #9C2002; }
a { background-color: rgb(156,32,2); }
div.DivClassName
{
background-color: #9C2002;
}
.BgClassName
{
background-color: #9C2002;
}
</style>
border-color css
<style>
span { border-color: #9C2002; }
span { border-color: rgb(156,32,2); }
td.TdClassName
{
border-color: #9C2002;
}
.TagClassName
{
border-color: #9C2002;
}
</style>