Html Css Color HEX #CF7207 Mango Tango

📋 copy color: '#CF7207'

red 207 ◦ green 114 ◦ blue 7

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

Shades of Mango Tango #CF7207

Tints of Mango Tango #CF7207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

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

R = 63.11%
G = 34.76%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF7207 (or 0xCF7207) is known color: Mango Tango. HEX triplet: CF, 72 and 07. RGB value is (207,114,7). Sum of RGB (Red+Green+Blue) = 207+114+7=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7207 is #308DF8. Grayscale: #828282. Windows color (decimal): -3182073 or 488143. OLE color: 488143.

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

Color convert

RGB 207 114 7 -
CMYK 0 0.45 0.97 0.19
HSL 32.1º 0.93% 0.42% -
HSV(B) 32.1º 0.97% 0.81% -
XYZ 31.79 25.32 3.41 -
YUV 129.61 58.81 183.2 -
System Red Green Blue C M Y K H S L
Decimal 207 114 7 0 0.45 0.97 0.19 32.1 0.93 0.42
Hex CF 72 7 0 2D 61 13 20 5D 2A
Octal 317 162 7 0 55 141 23 40 135 52
Binary 11001111 1110010 111 0 101101 1100001 10011 100000 1011101 101010

Color Harmonies of #CF7207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7207

Black with #CF7207

Text Example


Text Example

White with #CF7207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7207; }

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

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

background-color css

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

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

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

border-color css

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

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

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