Shades of Mandarian Orange #96200C
Tints of Mandarian Orange #96200C
RGB
CMYK
RGB Variations
Color information
#96200C (or 0x96200C) is known color: Mandarian Orange. HEX triplet: 96, 20 and 0C. RGB value is (150,32,12). Sum of RGB (Red+Green+Blue) = 150+32+12=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #96200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96200C is #69DFF3. Grayscale: #414141. Windows color (decimal): -6938612 or 794774. OLE color: 794774.
HSL color Cylindrical-coordinate representation of color #96200C: hue angle of 8.7º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96200C is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 12 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.41 |
| HSL | 8.7º | 0.85% | 0.32% | - |
| HSV(B) | 8.7º | 0.92% | 0.59% | - |
| XYZ | 13.16 | 7.54 | 1.11 | - |
| YUV | 65 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 12 | 0 | 0.79 | 0.92 | 0.41 | 8.7 | 0.85 | 0.32 |
| Hex | 96 | 20 | C | 0 | 4F | 5C | 29 | 9 | 55 | 20 |
| Octal | 226 | 40 | 14 | 0 | 117 | 134 | 51 | 11 | 125 | 40 |
| Binary | 10010110 | 100000 | 1100 | 0 | 1001111 | 1011100 | 101001 | 1001 | 1010101 | 100000 |
Color Harmonies of #96200C
Complementary color
Monochromatic Colors of #96200C
Black with #96200C
Text Example
Text Example
White with #96200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96200C; }
p { color: rgb(150,32,12); }
H1.HeaderClassName
{
color: #96200C;
}
.AnyTagClassName
{
color: #96200C;
}
</style>
background-color css
<style>
a { background-color: #96200C; }
a { background-color: rgb(150,32,12); }
div.DivClassName
{
background-color: #96200C;
}
.BgClassName
{
background-color: #96200C;
}
</style>
border-color css
<style>
span { border-color: #96200C; }
span { border-color: rgb(150,32,12); }
td.TdClassName
{
border-color: #96200C;
}
.TagClassName
{
border-color: #96200C;
}
</style>