Html Css Color HEX #CF7906 Mango Tango

📋 copy color: '#CF7906'

red 207 ◦ green 121 ◦ blue 6

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

Shades of Mango Tango #CF7906

Tints of Mango Tango #CF7906

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

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

R = 61.98%
G = 36.23%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF7906 (or 0xCF7906) is known color: Mango Tango. HEX triplet: CF, 79 and 06. RGB value is (207,121,6). Sum of RGB (Red+Green+Blue) = 207+121+6=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7906 is #3086F9. Grayscale: #868686. Windows color (decimal): -3180282 or 424399. OLE color: 424399.

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

Color convert

RGB 207 121 6 -
CMYK 0 0.42 0.97 0.19
HSL 34.33º 0.94% 0.42% -
HSV(B) 34.33º 0.97% 0.81% -
XYZ 32.6 26.95 3.66 -
YUV 133.6 55.99 180.35 -
System Red Green Blue C M Y K H S L
Decimal 207 121 6 0 0.42 0.97 0.19 34.33 0.94 0.42
Hex CF 79 6 0 2A 61 13 22 5E 2A
Octal 317 171 6 0 52 141 23 42 136 52
Binary 11001111 1111001 110 0 101010 1100001 10011 100010 1011110 101010

Color Harmonies of #CF7906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7906

Black with #CF7906

Text Example


Text Example

White with #CF7906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7906; }

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

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

background-color css

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

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

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

border-color css

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

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

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