Html Css Color HEX #CC7306 Mango Tango

📋 copy color: '#CC7306'

red 204 ◦ green 115 ◦ blue 6

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

Shades of Mango Tango #CC7306

Tints of Mango Tango #CC7306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 62.77%
G = 35.38%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC7306 (or 0xCC7306) is known color: Mango Tango. HEX triplet: CC, 73 and 06. RGB value is (204,115,6). Sum of RGB (Red+Green+Blue) = 204+115+6=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7306 is #338CF9. Grayscale: #818181. Windows color (decimal): -3378426 or 422860. OLE color: 422860.

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

Color convert

RGB 204 115 6 -
CMYK 0 0.44 0.97 0.2
HSL 33.03º 0.94% 0.41% -
HSV(B) 33.03º 0.97% 0.8% -
XYZ 31.07 25.11 3.38 -
YUV 129.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 204 115 6 0 0.44 0.97 0.2 33.03 0.94 0.41
Hex CC 73 6 0 2C 61 14 21 5E 29
Octal 314 163 6 0 54 141 24 41 136 51
Binary 11001100 1110011 110 0 101100 1100001 10100 100001 1011110 101001

Color Harmonies of #CC7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7306

Black with #CC7306

Text Example


Text Example

White with #CC7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7306; }

 p { color: rgb(204,115,6); }

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

background-color css

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

 a { background-color: rgb(204,115,6); }

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

border-color css

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

 span { border-color: rgb(204,115,6); }

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