#CD7202

Color #CD7202 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #CD7202

Tints of Mango Tango #CD7202

Color information

#CD7202 (or 0xCD7202) is unknown color: approx Mango Tango. HEX triplet: CD, 72 and 02. RGB value is (205,114,2). Sum of RGB (Red+Green+Blue) = 205+114+2=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7202 is #328DFD. Grayscale: #808080. Windows color (decimal): -3313150 or 160461. OLE color: 160461.

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

Color convert

RGB2051142-
CMYK00.440.990.20
HSL33.1º98.07%40.59%-
HSV(B)33.1º99.02%80.39%-
XYZ31.2125.023.24-
YUV128.4456.65182.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.86%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=63.86%
G=35.51%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205114200.440.990.2033.198.0740.59
HexCD72202C6314216229
Octal3151622054143244114251
Binary1100110111100101001011001100011101001000011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7202; }

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

 H1.HeaderClassName
 {
   color: #CD7202;
 }
 .AnyTagClassName
 {
   color: #CD7202;
 }
</style>
background-color css

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

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

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

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

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

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