Html Css Color HEX #CA7300 Mango Tango

📋 copy color: '#CA7300'

red 202 ◦ green 115 ◦ blue 0

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

Shades of Mango Tango #CA7300

Tints of Mango Tango #CA7300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.72%
G = 36.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA7300 (or 0xCA7300) is known color: Mango Tango. HEX triplet: CA, 73 and 00. RGB value is (202,115,0). Sum of RGB (Red+Green+Blue) = 202+115+0=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7300 is #358CFF. Grayscale: #808080. Windows color (decimal): -3509504 or 29642. OLE color: 29642.

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

Color convert

RGB 202 115 0 -
CMYK 0 0.43 1 0.21
HSL 34.16º 1% 0.4% -
HSV(B) 34.16º 1% 0.79% -
XYZ 30.49 24.82 3.18 -
YUV 127.9 55.82 180.85 -
System Red Green Blue C M Y K H S L
Decimal 202 115 0 0 0.43 1 0.21 34.16 1 0.4
Hex CA 73 0 0 2B 64 15 22 64 28
Octal 312 163 0 0 53 144 25 42 144 50
Binary 11001010 1110011 0 0 101011 1100100 10101 100010 1100100 101000

Color Harmonies of #CA7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7300

Black with #CA7300

Text Example


Text Example

White with #CA7300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7300; }

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

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

background-color css

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

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

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

border-color css

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

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

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