Html Css Color HEX #9C2016 Mandarian Orange

📋 copy color: '#9C2016'

red 156 ◦ green 32 ◦ blue 22

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

Shades of Mandarian Orange #9C2016

Tints of Mandarian Orange #9C2016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.48%

R = 74.29%
G = 15.24%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C2016 (or 0x9C2016) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 16. RGB value is (156,32,22). Sum of RGB (Red+Green+Blue) = 156+32+22=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2016 is #63DFE9. Grayscale: #444444. Windows color (decimal): -6545386 or 1450140. OLE color: 1450140.

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

Color convert

RGB 156 32 22 -
CMYK 0 0.79 0.86 0.39
HSL 4.48º 0.75% 0.35% -
HSV(B) 4.48º 0.86% 0.61% -
XYZ 14.37 8.16 1.58 -
YUV 67.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 156 32 22 0 0.79 0.86 0.39 4.48 0.75 0.35
Hex 9C 20 16 0 4F 56 27 4 4B 23
Octal 234 40 26 0 117 126 47 4 113 43
Binary 10011100 100000 10110 0 1001111 1010110 100111 100 1001011 100011

Color Harmonies of #9C2016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2016

Black with #9C2016

Text Example


Text Example

White with #9C2016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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