Html Css Color HEX #CE7005 Mango Tango

📋 copy color: '#CE7005'

red 206 ◦ green 112 ◦ blue 5

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

Shades of Mango Tango #CE7005

Tints of Mango Tango #CE7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

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

R = 63.78%
G = 34.67%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE7005 (or 0xCE7005) is known color: Mango Tango. HEX triplet: CE, 70 and 05. RGB value is (206,112,5). Sum of RGB (Red+Green+Blue) = 206+112+5=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7005 is #318FFA. Grayscale: #808080. Windows color (decimal): -3248123 or 356558. OLE color: 356558.

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

Color convert

RGB 206 112 5 -
CMYK 0 0.46 0.98 0.19
HSL 31.94º 0.95% 0.41% -
HSV(B) 31.94º 0.98% 0.81% -
XYZ 31.28 24.72 3.27 -
YUV 127.91 58.64 183.7 -
System Red Green Blue C M Y K H S L
Decimal 206 112 5 0 0.46 0.98 0.19 31.94 0.95 0.41
Hex CE 70 5 0 2E 62 13 20 5F 29
Octal 316 160 5 0 56 142 23 40 137 51
Binary 11001110 1110000 101 0 101110 1100010 10011 100000 1011111 101001

Color Harmonies of #CE7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7005

Black with #CE7005

Text Example


Text Example

White with #CE7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7005; }

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

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

background-color css

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

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

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

border-color css

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

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

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