Html Css Color HEX #9C2011 Mandarian Orange

📋 copy color: '#9C2011'

red 156 ◦ green 32 ◦ blue 17

#9C2011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #9C2011

Tints of Mandarian Orange #9C2011

RGB

 RED value IS 156 (61.33% from 255) = 76.1%

 GREEN value IS 32 (12.89% from 255) = 15.61%

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 76.1%
G = 15.61%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9C2011 (or 0x9C2011) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 11. RGB value is (156,32,17). Sum of RGB (Red+Green+Blue) = 156+32+17=205 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.10% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2011 is #63DFEE. Grayscale: #434343. Windows color (decimal): -6545391 or 1122460. OLE color: 1122460.

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

Color convert

RGB 156 32 17 -
CMYK 0 0.79 0.89 0.39
HSL 6.47º 0.8% 0.34% -
HSV(B) 6.47º 0.89% 0.61% -
XYZ 14.33 8.14 1.35 -
YUV 67.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 156 32 17 0 0.79 0.89 0.39 6.47 0.8 0.34
Hex 9C 20 11 0 4F 59 27 6 50 22
Octal 234 40 21 0 117 131 47 6 120 42
Binary 10011100 100000 10001 0 1001111 1011001 100111 110 1010000 100010

Color Harmonies of #9C2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2011

Black with #9C2011

Text Example


Text Example

White with #9C2011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C2011;
 }
 .AnyTagClassName
 {
   color: #9C2011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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