Html Css Color HEX #CE7205 Mango Tango

📋 copy color: '#CE7205'

red 206 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #CE7205

Tints of Mango Tango #CE7205

RGB

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

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

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

R = 63.38%
G = 35.08%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE7205 (or 0xCE7205) is known color: Mango Tango. HEX triplet: CE, 72 and 05. RGB value is (206,114,5). Sum of RGB (Red+Green+Blue) = 206+114+5=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7205 is #318DFA. Grayscale: #818181. Windows color (decimal): -3247611 or 357070. OLE color: 357070.

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

Color convert

RGB 206 114 5 -
CMYK 0 0.45 0.98 0.19
HSL 32.54º 0.95% 0.41% -
HSV(B) 32.54º 0.98% 0.81% -
XYZ 31.5 25.17 3.34 -
YUV 129.08 57.98 182.86 -
System Red Green Blue C M Y K H S L
Decimal 206 114 5 0 0.45 0.98 0.19 32.54 0.95 0.41
Hex CE 72 5 0 2D 62 13 21 5F 29
Octal 316 162 5 0 55 142 23 41 137 51
Binary 11001110 1110010 101 0 101101 1100010 10011 100001 1011111 101001

Color Harmonies of #CE7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7205

Black with #CE7205

Text Example


Text Example

White with #CE7205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7205; }

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

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

background-color css

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

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

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

border-color css

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

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

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