Html Css Color HEX #CF7407 Mango Tango

📋 copy color: '#CF7407'

red 207 ◦ green 116 ◦ blue 7

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

Shades of Mango Tango #CF7407

Tints of Mango Tango #CF7407

RGB

 RED value IS 207 (81.25% from 255) = 62.73%

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 7 (3.13% from 255) = 2.12%

R = 62.73%
G = 35.15%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF7407 (or 0xCF7407) is known color: Mango Tango. HEX triplet: CF, 74 and 07. RGB value is (207,116,7). Sum of RGB (Red+Green+Blue) = 207+116+7=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7407 is #308BF8. Grayscale: #838383. Windows color (decimal): -3181561 or 488655. OLE color: 488655.

HSL color Cylindrical-coordinate representation of color #CF7407: hue angle of 32.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF7407 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 116 7 -
CMYK 0 0.44 0.97 0.19
HSL 32.7º 0.93% 0.42% -
HSV(B) 32.7º 0.97% 0.81% -
XYZ 32.02 25.77 3.49 -
YUV 130.78 58.15 182.36 -
System Red Green Blue C M Y K H S L
Decimal 207 116 7 0 0.44 0.97 0.19 32.7 0.93 0.42
Hex CF 74 7 0 2C 61 13 21 5D 2A
Octal 317 164 7 0 54 141 23 41 135 52
Binary 11001111 1110100 111 0 101100 1100001 10011 100001 1011101 101010

Color Harmonies of #CF7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7407

Black with #CF7407

Text Example


Text Example

White with #CF7407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7407; }

 p { color: rgb(207,116,7); }

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

background-color css

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

 a { background-color: rgb(207,116,7); }

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

border-color css

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

 span { border-color: rgb(207,116,7); }

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