Html Css Color HEX #CE7301 Mango Tango

📋 copy color: '#CE7301'

red 206 ◦ green 115 ◦ blue 1

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

Shades of Mango Tango #CE7301

Tints of Mango Tango #CE7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 63.98%
G = 35.71%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE7301 (or 0xCE7301) is known color: Mango Tango. HEX triplet: CE, 73 and 01. RGB value is (206,115,1). Sum of RGB (Red+Green+Blue) = 206+115+1=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7301 is #318CFE. Grayscale: #818181. Windows color (decimal): -3247359 or 95182. OLE color: 95182.

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

Color convert

RGB 206 115 1 -
CMYK 0 0.44 1.00 0.19
HSL 33.37º 0.99% 0.41% -
HSV(B) 33.37º 1% 0.81% -
XYZ 31.59 25.39 3.26 -
YUV 129.21 55.65 182.77 -
System Red Green Blue C M Y K H S L
Decimal 206 115 1 0 0.44 1.00 0.19 33.37 0.99 0.41
Hex CE 73 1 0 2C 64 13 21 63 29
Octal 316 163 1 0 54 144 23 41 143 51
Binary 11001110 1110011 1 0 101100 1100100 10011 100001 1100011 101001

Color Harmonies of #CE7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7301

Black with #CE7301

Text Example


Text Example

White with #CE7301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7301; }

 p { color: rgb(206,115,1); }

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

background-color css

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

 a { background-color: rgb(206,115,1); }

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

border-color css

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

 span { border-color: rgb(206,115,1); }

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