Html Css Color HEX #CC7201 Mango Tango

📋 copy color: '#CC7201'

red 204 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #CC7201

Tints of Mango Tango #CC7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

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

R = 63.95%
G = 35.74%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC7201 (or 0xCC7201) is known color: Mango Tango. HEX triplet: CC, 72 and 01. RGB value is (204,114,1). Sum of RGB (Red+Green+Blue) = 204+114+1=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7201 is #338DFE. Grayscale: #808080. Windows color (decimal): -3378687 or 94924. OLE color: 94924.

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

Color convert

RGB 204 114 1 -
CMYK 0 0.44 1.00 0.2
HSL 33.4º 0.99% 0.4% -
HSV(B) 33.4º 1% 0.8% -
XYZ 30.92 24.87 3.2 -
YUV 128.03 56.32 182.19 -
System Red Green Blue C M Y K H S L
Decimal 204 114 1 0 0.44 1.00 0.2 33.4 0.99 0.4
Hex CC 72 1 0 2C 64 14 21 63 28
Octal 314 162 1 0 54 144 24 41 143 50
Binary 11001100 1110010 1 0 101100 1100100 10100 100001 1100011 101000

Color Harmonies of #CC7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7201

Black with #CC7201

Text Example


Text Example

White with #CC7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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