Html Css Color HEX #CE7601 Mango Tango

📋 copy color: '#CE7601'

red 206 ◦ green 118 ◦ blue 1

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

Shades of Mango Tango #CE7601

Tints of Mango Tango #CE7601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

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

R = 63.38%
G = 36.31%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE7601 (or 0xCE7601) is known color: Mango Tango. HEX triplet: CE, 76 and 01. RGB value is (206,118,1). Sum of RGB (Red+Green+Blue) = 206+118+1=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7601 is #3189FE. Grayscale: #838383. Windows color (decimal): -3246591 or 95950. OLE color: 95950.

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

Color convert

RGB 206 118 1 -
CMYK 0 0.43 1.00 0.19
HSL 34.24º 0.99% 0.41% -
HSV(B) 34.24º 1% 0.81% -
XYZ 31.94 26.08 3.38 -
YUV 130.97 54.65 181.51 -
System Red Green Blue C M Y K H S L
Decimal 206 118 1 0 0.43 1.00 0.19 34.24 0.99 0.41
Hex CE 76 1 0 2B 64 13 22 63 29
Octal 316 166 1 0 53 144 23 42 143 51
Binary 11001110 1110110 1 0 101011 1100100 10011 100010 1100011 101001

Color Harmonies of #CE7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7601

Black with #CE7601

Text Example


Text Example

White with #CE7601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7601; }

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

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

background-color css

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

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

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

border-color css

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

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

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