Html Css Color HEX #CC7501 Mango Tango

📋 copy color: '#CC7501'

red 204 ◦ green 117 ◦ blue 1

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

Shades of Mango Tango #CC7501

Tints of Mango Tango #CC7501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 63.35%
G = 36.34%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC7501 (or 0xCC7501) is known color: Mango Tango. HEX triplet: CC, 75 and 01. RGB value is (204,117,1). Sum of RGB (Red+Green+Blue) = 204+117+1=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7501 is #338AFE. Grayscale: #828282. Windows color (decimal): -3377919 or 95692. OLE color: 95692.

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

Color convert

RGB 204 117 1 -
CMYK 0 0.43 1.00 0.2
HSL 34.29º 0.99% 0.4% -
HSV(B) 34.29º 1% 0.8% -
XYZ 31.27 25.56 3.31 -
YUV 129.79 55.32 180.93 -
System Red Green Blue C M Y K H S L
Decimal 204 117 1 0 0.43 1.00 0.2 34.29 0.99 0.4
Hex CC 75 1 0 2B 64 14 22 63 28
Octal 314 165 1 0 53 144 24 42 143 50
Binary 11001100 1110101 1 0 101011 1100100 10100 100010 1100011 101000

Color Harmonies of #CC7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7501

Black with #CC7501

Text Example


Text Example

White with #CC7501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7501; }

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

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

background-color css

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

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

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

border-color css

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

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

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