Html Css Color HEX #9C2009 Mandarian Orange

📋 copy color: '#9C2009'

red 156 ◦ green 32 ◦ blue 9

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

Shades of Mandarian Orange #9C2009

Tints of Mandarian Orange #9C2009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.57%

R = 79.19%
G = 16.24%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C2009 (or 0x9C2009) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 09. RGB value is (156,32,9). Sum of RGB (Red+Green+Blue) = 156+32+9=197 (26% of max value = 765). Red value is 156 (61.33% from 255 or 79.19% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2009 is #63DFF6. Grayscale: #424242. Windows color (decimal): -6545399 or 598172. OLE color: 598172.

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

Color convert

RGB 156 32 9 -
CMYK 0 0.79 0.94 0.39
HSL 9.39º 0.89% 0.32% -
HSV(B) 9.39º 0.94% 0.61% -
XYZ 14.28 8.12 1.07 -
YUV 66.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 156 32 9 0 0.79 0.94 0.39 9.39 0.89 0.32
Hex 9C 20 9 0 4F 5E 27 9 59 20
Octal 234 40 11 0 117 136 47 11 131 40
Binary 10011100 100000 1001 0 1001111 1011110 100111 1001 1011001 100000

Color Harmonies of #9C2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2009

Black with #9C2009

Text Example


Text Example

White with #9C2009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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