Html Css Color HEX #9C2008 Mandarian Orange

📋 copy color: '#9C2008'

red 156 ◦ green 32 ◦ blue 8

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

Shades of Mandarian Orange #9C2008

Tints of Mandarian Orange #9C2008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.08%

R = 79.59%
G = 16.33%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9C2008 (or 0x9C2008) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 08. RGB value is (156,32,8). Sum of RGB (Red+Green+Blue) = 156+32+8=196 (25% of max value = 765). Red value is 156 (61.33% from 255 or 79.59% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2008 is #63DFF7. Grayscale: #424242. Windows color (decimal): -6545400 or 532636. OLE color: 532636.

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

Color convert

RGB 156 32 8 -
CMYK 0 0.79 0.95 0.39
HSL 9.73º 0.9% 0.32% -
HSV(B) 9.73º 0.95% 0.61% -
XYZ 14.27 8.12 1.04 -
YUV 66.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 156 32 8 0 0.79 0.95 0.39 9.73 0.9 0.32
Hex 9C 20 8 0 4F 5F 27 A 5A 20
Octal 234 40 10 0 117 137 47 12 132 40
Binary 10011100 100000 1000 0 1001111 1011111 100111 1010 1011010 100000

Color Harmonies of #9C2008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2008

Black with #9C2008

Text Example


Text Example

White with #9C2008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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