Html Css Color HEX #9C2605 Mandarian Orange

📋 copy color: '#9C2605'

red 156 ◦ green 38 ◦ blue 5

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

Shades of Mandarian Orange #9C2605

Tints of Mandarian Orange #9C2605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.1%

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 78.39%
G = 19.1%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9C2605 (or 0x9C2605) is known color: Mandarian Orange. HEX triplet: 9C, 26 and 05. RGB value is (156,38,5). Sum of RGB (Red+Green+Blue) = 156+38+5=199 (26% of max value = 765). Red value is 156 (61.33% from 255 or 78.39% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2605 is #63D9FA. Grayscale: #454545. Windows color (decimal): -6543867 or 337564. OLE color: 337564.

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

Color convert

RGB 156 38 5 -
CMYK 0 0.76 0.97 0.39
HSL 13.11º 0.94% 0.32% -
HSV(B) 13.11º 0.97% 0.61% -
XYZ 14.43 8.47 1.02 -
YUV 69.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 156 38 5 0 0.76 0.97 0.39 13.11 0.94 0.32
Hex 9C 26 5 0 4C 61 27 D 5E 20
Octal 234 46 5 0 114 141 47 15 136 40
Binary 10011100 100110 101 0 1001100 1100001 100111 1101 1011110 100000

Color Harmonies of #9C2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2605

Black with #9C2605

Text Example


Text Example

White with #9C2605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,38,5); }

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

background-color css

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

 a { background-color: rgb(156,38,5); }

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

border-color css

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

 span { border-color: rgb(156,38,5); }

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