Shades of Mandarian Orange #95200C
Tints of Mandarian Orange #95200C
RGB
CMYK
RGB Variations
Color information
#95200C (or 0x95200C) is known color: Mandarian Orange. HEX triplet: 95, 20 and 0C. RGB value is (149,32,12). Sum of RGB (Red+Green+Blue) = 149+32+12=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #95200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95200C is #6ADFF3. Grayscale: #404040. Windows color (decimal): -7004148 or 794773. OLE color: 794773.
HSL color Cylindrical-coordinate representation of color #95200C: hue angle of 8.76º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95200C is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 12 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.42 |
| HSL | 8.76º | 0.85% | 0.32% | - |
| HSV(B) | 8.76º | 0.92% | 0.58% | - |
| XYZ | 12.98 | 7.45 | 1.1 | - |
| YUV | 64.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 12 | 0 | 0.79 | 0.92 | 0.42 | 8.76 | 0.85 | 0.32 |
| Hex | 95 | 20 | C | 0 | 4F | 5C | 2A | 9 | 55 | 20 |
| Octal | 225 | 40 | 14 | 0 | 117 | 134 | 52 | 11 | 125 | 40 |
| Binary | 10010101 | 100000 | 1100 | 0 | 1001111 | 1011100 | 101010 | 1001 | 1010101 | 100000 |
Color Harmonies of #95200C
Complementary color
Monochromatic Colors of #95200C
Black with #95200C
Text Example
Text Example
White with #95200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95200C; }
p { color: rgb(149,32,12); }
H1.HeaderClassName
{
color: #95200C;
}
.AnyTagClassName
{
color: #95200C;
}
</style>
background-color css
<style>
a { background-color: #95200C; }
a { background-color: rgb(149,32,12); }
div.DivClassName
{
background-color: #95200C;
}
.BgClassName
{
background-color: #95200C;
}
</style>
border-color css
<style>
span { border-color: #95200C; }
span { border-color: rgb(149,32,12); }
td.TdClassName
{
border-color: #95200C;
}
.TagClassName
{
border-color: #95200C;
}
</style>