#CF7600

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

Shades of Mango Tango #CF7600

Tints of Mango Tango #CF7600

Color information

#CF7600 (or 0xCF7600) is unknown color: approx Mango Tango. HEX triplet: CF, 76 and 00. RGB value is (207,118,0). Sum of RGB (Red+Green+Blue) = 207+118+0=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7600 is #3089FF. Grayscale: #838383. Windows color (decimal): -3181056 or 30415. OLE color: 30415.

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

Color convert

RGB2071180-
CMYK00.4310.19
HSL34.2º100%40.59%-
HSV(B)34.2º100%81.18%-
XYZ32.2126.223.36-
YUV131.1653.99182.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.69%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.69%
G=36.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207118000.4310.1934.210040.59
HexCF76002B6413226429
Octal3171660053144234214451
Binary110011111110110001010111100100100111000101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7600; }

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

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

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

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

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

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

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

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