#9C2012

Color #9C2012 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9C2012

Tints of Mandarian Orange #9C2012

Color information

#9C2012 (or 0x9C2012) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 20 and 12. RGB value is (156,32,18). Sum of RGB (Red+Green+Blue) = 156+32+18=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2012 is #63DFED. Grayscale: #434343. Windows color (decimal): -6545390 or 1187996. OLE color: 1187996.

HSL color Cylindrical-coordinate representation of color #9C2012: hue angle of 6.09º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C2012 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB1563218-
CMYK00.790.880.39
HSL6.09º79.31%34.12%-
HSV(B)6.09º88.46%61.18%-
XYZ14.348.141.39-
YUV67.48100.08191.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 75.73%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=75.73%
G=15.53%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156321800.790.880.396.0979.3134.12
Hex9C201204F582764f22
Octal2344022011713047611742
Binary10011100100000100100100111110110001001111101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C2012; }

 p { color: rgb(156,32,18); }

 H1.HeaderClassName
 {
   color: #9C2012;
 }
 .AnyTagClassName
 {
   color: #9C2012;
 }
</style>
background-color css

<style>
 a { background-color: #9C2012; }

 a { background-color: rgb(156,32,18); }

 div.DivClassName
 {
   background-color: #9C2012;
 }
 .BgClassName
 {
   background-color: #9C2012;
 }
</style>
border-color css

<style>
 span { border-color: #9C2012; }

 span { border-color: rgb(156,32,18); }

 td.TdClassName
 {
   border-color: #9C2012;
 }
 .TagClassName
 {
   border-color: #9C2012;
 }
</style>