#CD7402

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

Shades of Mango Tango #CD7402

Tints of Mango Tango #CD7402

Color information

#CD7402 (or 0xCD7402) is unknown color: approx Mango Tango. HEX triplet: CD, 74 and 02. RGB value is (205,116,2). Sum of RGB (Red+Green+Blue) = 205+116+2=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7402 is #328BFD. Grayscale: #828282. Windows color (decimal): -3312638 or 160973. OLE color: 160973.

HSL color Cylindrical-coordinate representation of color #CD7402: hue angle of 33.69º 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 #CD7402 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB2051162-
CMYK00.430.990.20
HSL33.69º98.07%40.59%-
HSV(B)33.69º99.02%80.39%-
XYZ31.4325.473.32-
YUV129.6255.99181.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.47%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=63.47%
G=35.91%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205116200.430.990.2033.6998.0740.59
HexCD74202B6314226229
Octal3151642053143244214251
Binary1100110111101001001010111100011101001000101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7402; }

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

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

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

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

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

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

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

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