Html Css Color HEX #CF7106 Mango Tango

📋 copy color: '#CF7106'

red 207 ◦ green 113 ◦ blue 6

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

Shades of Mango Tango #CF7106

Tints of Mango Tango #CF7106

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 6 (2.73% from 255) = 1.84%

R = 63.5%
G = 34.66%
B = 1.84%

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

#CF7106 (or 0xCF7106) is known color: Mango Tango. HEX triplet: CF, 71 and 06. RGB value is (207,113,6). Sum of RGB (Red+Green+Blue) = 207+113+6=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7106 is #308EF9. Grayscale: #818181. Windows color (decimal): -3182330 or 422351. OLE color: 422351.

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

Color convert

RGB 207 113 6 -
CMYK 0 0.45 0.97 0.19
HSL 31.94º 0.94% 0.42% -
HSV(B) 31.94º 0.97% 0.81% -
XYZ 31.67 25.09 3.35 -
YUV 128.91 58.64 183.7 -
System Red Green Blue C M Y K H S L
Decimal 207 113 6 0 0.45 0.97 0.19 31.94 0.94 0.42
Hex CF 71 6 0 2D 61 13 20 5E 2A
Octal 317 161 6 0 55 141 23 40 136 52
Binary 11001111 1110001 110 0 101101 1100001 10011 100000 1011110 101010

Color Harmonies of #CF7106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7106

Black with #CF7106

Text Example


Text Example

White with #CF7106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7106; }

 p { color: rgb(207,113,6); }

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

background-color css

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

 a { background-color: rgb(207,113,6); }

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

border-color css

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

 span { border-color: rgb(207,113,6); }

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