Html Css Color HEX #CC7601 Mango Tango

📋 copy color: '#CC7601'

red 204 ◦ green 118 ◦ blue 1

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

Shades of Mango Tango #CC7601

Tints of Mango Tango #CC7601

RGB

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

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

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

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

#CC7601 (or 0xCC7601) is known color: Mango Tango. HEX triplet: CC, 76 and 01. RGB value is (204,118,1). Sum of RGB (Red+Green+Blue) = 204+118+1=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7601 is #3389FE. Grayscale: #828282. Windows color (decimal): -3377663 or 95948. OLE color: 95948.

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

Color convert

RGB 204 118 1 -
CMYK 0 0.42 1.00 0.2
HSL 34.58º 0.99% 0.4% -
HSV(B) 34.58º 1% 0.8% -
XYZ 31.39 25.8 3.35 -
YUV 130.38 54.99 180.51 -
System Red Green Blue C M Y K H S L
Decimal 204 118 1 0 0.42 1.00 0.2 34.58 0.99 0.4
Hex CC 76 1 0 2A 64 14 23 63 28
Octal 314 166 1 0 52 144 24 43 143 50
Binary 11001100 1110110 1 0 101010 1100100 10100 100011 1100011 101000

Color Harmonies of #CC7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7601

Black with #CC7601

Text Example


Text Example

White with #CC7601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7601; }

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

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

background-color css

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

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

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

border-color css

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

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

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