Html Css Color HEX #CC7504 Mango Tango

📋 copy color: '#CC7504'

red 204 ◦ green 117 ◦ blue 4

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

Shades of Mango Tango #CC7504

Tints of Mango Tango #CC7504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 62.77%
G = 36%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC7504 (or 0xCC7504) is known color: Mango Tango. HEX triplet: CC, 75 and 04. RGB value is (204,117,4). Sum of RGB (Red+Green+Blue) = 204+117+4=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7504 is #338AFB. Grayscale: #828282. Windows color (decimal): -3377916 or 292300. OLE color: 292300.

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

Color convert

RGB 204 117 4 -
CMYK 0 0.43 0.98 0.2
HSL 33.9º 0.96% 0.41% -
HSV(B) 33.9º 0.98% 0.8% -
XYZ 31.29 25.57 3.4 -
YUV 130.13 56.82 180.69 -
System Red Green Blue C M Y K H S L
Decimal 204 117 4 0 0.43 0.98 0.2 33.9 0.96 0.41
Hex CC 75 4 0 2B 62 14 22 60 29
Octal 314 165 4 0 53 142 24 42 140 51
Binary 11001100 1110101 100 0 101011 1100010 10100 100010 1100000 101001

Color Harmonies of #CC7504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7504

Black with #CC7504

Text Example


Text Example

White with #CC7504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7504; }

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

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

background-color css

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

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

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

border-color css

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

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

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