Html Css Color HEX #CA7304 Mango Tango

📋 copy color: '#CA7304'

red 202 ◦ green 115 ◦ blue 4

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

Shades of Mango Tango #CA7304

Tints of Mango Tango #CA7304

RGB

 RED value IS 202 (79.3% from 255) = 62.93%

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

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

R = 62.93%
G = 35.83%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA7304 (or 0xCA7304) is known color: Mango Tango. HEX triplet: CA, 73 and 04. RGB value is (202,115,4). Sum of RGB (Red+Green+Blue) = 202+115+4=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7304 is #358CFB. Grayscale: #808080. Windows color (decimal): -3509500 or 291786. OLE color: 291786.

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

Color convert

RGB 202 115 4 -
CMYK 0 0.43 0.98 0.21
HSL 33.64º 0.96% 0.4% -
HSV(B) 33.64º 0.98% 0.79% -
XYZ 30.51 24.83 3.3 -
YUV 128.36 57.82 180.53 -
System Red Green Blue C M Y K H S L
Decimal 202 115 4 0 0.43 0.98 0.21 33.64 0.96 0.4
Hex CA 73 4 0 2B 62 15 22 60 28
Octal 312 163 4 0 53 142 25 42 140 50
Binary 11001010 1110011 100 0 101011 1100010 10101 100010 1100000 101000

Color Harmonies of #CA7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7304

Black with #CA7304

Text Example


Text Example

White with #CA7304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7304; }

 p { color: rgb(202,115,4); }

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

background-color css

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

 a { background-color: rgb(202,115,4); }

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

border-color css

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

 span { border-color: rgb(202,115,4); }

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