#cf7200

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

Shades of Mango Tango #CF7200

Tints of Mango Tango #CF7200

Color information

#CF7200 (or 0xCF7200) is unknown color: approx Mango Tango. HEX triplet: CF, 72 and 00. RGB value is (207,114,0). Sum of RGB (Red+Green+Blue) = 207+114+0=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7200 is #308DFF. Grayscale: #818181. Windows color (decimal): -3182080 or 29391. OLE color: 29391.

HSL color Cylindrical-coordinate representation of color #CF7200: hue angle of 33.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF7200 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB2071140-
CMYK00.4510.19
HSL33.04º100%40.59%-
HSV(B)33.04º100%81.18%-
XYZ31.7525.33.21-
YUV128.8155.31183.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.49%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.49%
G=35.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207114000.4510.1933.0410040.59
HexCF72002D6413216429
Octal3171620055144234114451
Binary110011111110010001011011100100100111000011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7200; }

 p { color: rgb(207,114,0); }

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

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

 a { background-color: rgb(207,114,0); }

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

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

 span { border-color: rgb(207,114,0); }

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