Html Css Color HEX #CE7206 Mango Tango

📋 copy color: '#CE7206'

red 206 ◦ green 114 ◦ blue 6

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

Shades of Mango Tango #CE7206

Tints of Mango Tango #CE7206

RGB

 RED value IS 206 (80.86% from 255) = 63.19%

 GREEN value IS 114 (44.92% from 255) = 34.97%

 BLUE value IS 6 (2.73% from 255) = 1.84%

R = 63.19%
G = 34.97%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE7206 (or 0xCE7206) is known color: Mango Tango. HEX triplet: CE, 72 and 06. RGB value is (206,114,6). Sum of RGB (Red+Green+Blue) = 206+114+6=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7206 is #318DF9. Grayscale: #818181. Windows color (decimal): -3247610 or 422606. OLE color: 422606.

HSL color Cylindrical-coordinate representation of color #CE7206: hue angle of 32.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE7206 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 114 6 -
CMYK 0 0.45 0.97 0.19
HSL 32.4º 0.94% 0.42% -
HSV(B) 32.4º 0.97% 0.81% -
XYZ 31.5 25.17 3.37 -
YUV 129.2 58.48 182.78 -
System Red Green Blue C M Y K H S L
Decimal 206 114 6 0 0.45 0.97 0.19 32.4 0.94 0.42
Hex CE 72 6 0 2D 61 13 20 5E 2A
Octal 316 162 6 0 55 141 23 40 136 52
Binary 11001110 1110010 110 0 101101 1100001 10011 100000 1011110 101010

Color Harmonies of #CE7206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7206

Black with #CE7206

Text Example


Text Example

White with #CE7206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7206; }

 p { color: rgb(206,114,6); }

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

background-color css

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

 a { background-color: rgb(206,114,6); }

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

border-color css

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

 span { border-color: rgb(206,114,6); }

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