Html Css Color HEX #CE7506 Mango Tango

📋 copy color: '#CE7506'

red 206 ◦ green 117 ◦ blue 6

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

Shades of Mango Tango #CE7506

Tints of Mango Tango #CE7506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

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

R = 62.61%
G = 35.56%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE7506 (or 0xCE7506) is known color: Mango Tango. HEX triplet: CE, 75 and 06. RGB value is (206,117,6). Sum of RGB (Red+Green+Blue) = 206+117+6=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7506 is #318AF9. Grayscale: #838383. Windows color (decimal): -3246842 or 423374. OLE color: 423374.

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

Color convert

RGB 206 117 6 -
CMYK 0 0.43 0.97 0.19
HSL 33.3º 0.94% 0.42% -
HSV(B) 33.3º 0.97% 0.81% -
XYZ 31.85 25.86 3.48 -
YUV 130.96 57.49 181.53 -
System Red Green Blue C M Y K H S L
Decimal 206 117 6 0 0.43 0.97 0.19 33.3 0.94 0.42
Hex CE 75 6 0 2B 61 13 21 5E 2A
Octal 316 165 6 0 53 141 23 41 136 52
Binary 11001110 1110101 110 0 101011 1100001 10011 100001 1011110 101010

Color Harmonies of #CE7506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7506

Black with #CE7506

Text Example


Text Example

White with #CE7506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7506; }

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

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

background-color css

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

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

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

border-color css

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

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

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