Html Css Color HEX #CE7106 Mango Tango

📋 copy color: '#CE7106'

red 206 ◦ green 113 ◦ blue 6

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

Shades of Mango Tango #CE7106

Tints of Mango Tango #CE7106

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.77%

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

R = 63.38%
G = 34.77%
B = 1.85%

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

#CE7106 (or 0xCE7106) is known color: Mango Tango. HEX triplet: CE, 71 and 06. RGB value is (206,113,6). Sum of RGB (Red+Green+Blue) = 206+113+6=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7106 is #318EF9. Grayscale: #818181. Windows color (decimal): -3247866 or 422350. OLE color: 422350.

HSL color Cylindrical-coordinate representation of color #CE7106: hue angle of 32.1º 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 #CE7106 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 113 6 -
CMYK 0 0.45 0.97 0.19
HSL 32.1º 0.94% 0.42% -
HSV(B) 32.1º 0.97% 0.81% -
XYZ 31.39 24.95 3.33 -
YUV 128.61 58.81 183.2 -
System Red Green Blue C M Y K H S L
Decimal 206 113 6 0 0.45 0.97 0.19 32.1 0.94 0.42
Hex CE 71 6 0 2D 61 13 20 5E 2A
Octal 316 161 6 0 55 141 23 40 136 52
Binary 11001110 1110001 110 0 101101 1100001 10011 100000 1011110 101010

Color Harmonies of #CE7106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7106

Black with #CE7106

Text Example


Text Example

White with #CE7106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7106; }

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

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

background-color css

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

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

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

border-color css

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

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

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