Html Css Color HEX #CC7202 Mango Tango

📋 copy color: '#CC7202'

red 204 ◦ green 114 ◦ blue 2

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

Shades of Mango Tango #CC7202

Tints of Mango Tango #CC7202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 63.75%
G = 35.63%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC7202 (or 0xCC7202) is known color: Mango Tango. HEX triplet: CC, 72 and 02. RGB value is (204,114,2). Sum of RGB (Red+Green+Blue) = 204+114+2=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7202 is #338DFD. Grayscale: #808080. Windows color (decimal): -3378686 or 160460. OLE color: 160460.

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

Color convert

RGB 204 114 2 -
CMYK 0 0.44 0.99 0.2
HSL 33.27º 0.98% 0.4% -
HSV(B) 33.27º 0.99% 0.8% -
XYZ 30.93 24.88 3.23 -
YUV 128.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 204 114 2 0 0.44 0.99 0.2 33.27 0.98 0.4
Hex CC 72 2 0 2C 63 14 21 62 28
Octal 314 162 2 0 54 143 24 41 142 50
Binary 11001100 1110010 10 0 101100 1100011 10100 100001 1100010 101000

Color Harmonies of #CC7202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7202

Black with #CC7202

Text Example


Text Example

White with #CC7202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7202; }

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

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

background-color css

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

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

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

border-color css

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

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

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