Html Css Color HEX #CF7706 Mango Tango

📋 copy color: '#CF7706'

red 207 ◦ green 119 ◦ blue 6

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

Shades of Mango Tango #CF7706

Tints of Mango Tango #CF7706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

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

R = 62.35%
G = 35.84%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF7706 (or 0xCF7706) is known color: Mango Tango. HEX triplet: CF, 77 and 06. RGB value is (207,119,6). Sum of RGB (Red+Green+Blue) = 207+119+6=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7706 is #3088F9. Grayscale: #848484. Windows color (decimal): -3180794 or 423887. OLE color: 423887.

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

Color convert

RGB 207 119 6 -
CMYK 0 0.43 0.97 0.19
HSL 33.73º 0.94% 0.42% -
HSV(B) 33.73º 0.97% 0.81% -
XYZ 32.36 26.47 3.58 -
YUV 132.43 56.65 181.19 -
System Red Green Blue C M Y K H S L
Decimal 207 119 6 0 0.43 0.97 0.19 33.73 0.94 0.42
Hex CF 77 6 0 2B 61 13 22 5E 2A
Octal 317 167 6 0 53 141 23 42 136 52
Binary 11001111 1110111 110 0 101011 1100001 10011 100010 1011110 101010

Color Harmonies of #CF7706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7706

Black with #CF7706

Text Example


Text Example

White with #CF7706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7706; }

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

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

background-color css

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

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

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

border-color css

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

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

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