Html Css Color HEX #CC7600 Mango Tango

📋 copy color: '#CC7600'

red 204 ◦ green 118 ◦ blue 0

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

Shades of Mango Tango #CC7600

Tints of Mango Tango #CC7600

RGB

 RED value IS 204 (80.08% from 255) = 63.35%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.35%
G = 36.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC7600 (or 0xCC7600) is known color: Mango Tango. HEX triplet: CC, 76 and 00. RGB value is (204,118,0). Sum of RGB (Red+Green+Blue) = 204+118+0=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7600 is #3389FF. Grayscale: #828282. Windows color (decimal): -3377664 or 30412. OLE color: 30412.

HSL color Cylindrical-coordinate representation of color #CC7600: hue angle of 34.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC7600 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 118 0 -
CMYK 0 0.42 1 0.2
HSL 34.71º 1% 0.4% -
HSV(B) 34.71º 1% 0.8% -
XYZ 31.38 25.79 3.32 -
YUV 130.26 54.49 180.59 -
System Red Green Blue C M Y K H S L
Decimal 204 118 0 0 0.42 1 0.2 34.71 1 0.4
Hex CC 76 0 0 2A 64 14 23 64 28
Octal 314 166 0 0 52 144 24 43 144 50
Binary 11001100 1110110 0 0 101010 1100100 10100 100011 1100100 101000

Color Harmonies of #CC7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7600

Black with #CC7600

Text Example


Text Example

White with #CC7600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7600; }

 p { color: rgb(204,118,0); }

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

background-color css

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

 a { background-color: rgb(204,118,0); }

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

border-color css

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

 span { border-color: rgb(204,118,0); }

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