Html Css Color HEX #CE7102 Mango Tango

📋 copy color: '#CE7102'

red 206 ◦ green 113 ◦ blue 2

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

Shades of Mango Tango #CE7102

Tints of Mango Tango #CE7102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 64.17%
G = 35.2%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE7102 (or 0xCE7102) is known color: Mango Tango. HEX triplet: CE, 71 and 02. RGB value is (206,113,2). Sum of RGB (Red+Green+Blue) = 206+113+2=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7102 is #318EFD. Grayscale: #808080. Windows color (decimal): -3247870 or 160206. OLE color: 160206.

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

Color convert

RGB 206 113 2 -
CMYK 0 0.45 0.99 0.19
HSL 32.65º 0.98% 0.41% -
HSV(B) 32.65º 0.99% 0.81% -
XYZ 31.37 24.94 3.22 -
YUV 128.15 56.81 183.53 -
System Red Green Blue C M Y K H S L
Decimal 206 113 2 0 0.45 0.99 0.19 32.65 0.98 0.41
Hex CE 71 2 0 2D 63 13 21 62 29
Octal 316 161 2 0 55 143 23 41 142 51
Binary 11001110 1110001 10 0 101101 1100011 10011 100001 1100010 101001

Color Harmonies of #CE7102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7102

Black with #CE7102

Text Example


Text Example

White with #CE7102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7102; }

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

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

background-color css

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

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

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

border-color css

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

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

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