Html Css Color HEX #CC7700 Mango Tango

📋 copy color: '#CC7700'

red 204 ◦ green 119 ◦ blue 0

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

Shades of Mango Tango #CC7700

Tints of Mango Tango #CC7700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.84%

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

R = 63.16%
G = 36.84%
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

#CC7700 (or 0xCC7700) is known color: Mango Tango. HEX triplet: CC, 77 and 00. RGB value is (204,119,0). Sum of RGB (Red+Green+Blue) = 204+119+0=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7700 is #3388FF. Grayscale: #838383. Windows color (decimal): -3377408 or 30668. OLE color: 30668.

HSL color Cylindrical-coordinate representation of color #CC7700: hue angle of 35º 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 #CC7700 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 119 0 -
CMYK 0 0.42 1 0.2
HSL 35º 1% 0.4% -
HSV(B) 35º 1% 0.8% -
XYZ 31.5 26.03 3.36 -
YUV 130.85 54.16 180.18 -
System Red Green Blue C M Y K H S L
Decimal 204 119 0 0 0.42 1 0.2 35 1 0.4
Hex CC 77 0 0 2A 64 14 23 64 28
Octal 314 167 0 0 52 144 24 43 144 50
Binary 11001100 1110111 0 0 101010 1100100 10100 100011 1100100 101000

Color Harmonies of #CC7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7700

Black with #CC7700

Text Example


Text Example

White with #CC7700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7700; }

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

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

background-color css

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

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

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

border-color css

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

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

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