Html Css Color HEX #CC7701 Mango Tango

📋 copy color: '#CC7701'

red 204 ◦ green 119 ◦ blue 1

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

Shades of Mango Tango #CC7701

Tints of Mango Tango #CC7701

RGB

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

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

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

R = 62.96%
G = 36.73%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC7701 (or 0xCC7701) is known color: Mango Tango. HEX triplet: CC, 77 and 01. RGB value is (204,119,1). Sum of RGB (Red+Green+Blue) = 204+119+1=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7701 is #3388FE. Grayscale: #838383. Windows color (decimal): -3377407 or 96204. OLE color: 96204.

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

Color convert

RGB 204 119 1 -
CMYK 0 0.42 1.00 0.2
HSL 34.88º 0.99% 0.4% -
HSV(B) 34.88º 1% 0.8% -
XYZ 31.5 26.03 3.39 -
YUV 130.96 54.66 180.09 -
System Red Green Blue C M Y K H S L
Decimal 204 119 1 0 0.42 1.00 0.2 34.88 0.99 0.4
Hex CC 77 1 0 2A 64 14 23 63 28
Octal 314 167 1 0 52 144 24 43 143 50
Binary 11001100 1110111 1 0 101010 1100100 10100 100011 1100011 101000

Color Harmonies of #CC7701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7701

Black with #CC7701

Text Example


Text Example

White with #CC7701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7701; }

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

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

background-color css

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

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

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

border-color css

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

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

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