Html Css Color HEX #CF7307 Mango Tango

📋 copy color: '#CF7307'

red 207 ◦ green 115 ◦ blue 7

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

Shades of Mango Tango #CF7307

Tints of Mango Tango #CF7307

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

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

R = 62.92%
G = 34.95%
B = 2.13%

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

#CF7307 (or 0xCF7307) is known color: Mango Tango. HEX triplet: CF, 73 and 07. RGB value is (207,115,7). Sum of RGB (Red+Green+Blue) = 207+115+7=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7307 is #308CF8. Grayscale: #828282. Windows color (decimal): -3181817 or 488399. OLE color: 488399.

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

Color convert

RGB 207 115 7 -
CMYK 0 0.44 0.97 0.19
HSL 32.4º 0.93% 0.42% -
HSV(B) 32.4º 0.97% 0.81% -
XYZ 31.9 25.54 3.45 -
YUV 130.2 58.48 182.78 -
System Red Green Blue C M Y K H S L
Decimal 207 115 7 0 0.44 0.97 0.19 32.4 0.93 0.42
Hex CF 73 7 0 2C 61 13 20 5D 2A
Octal 317 163 7 0 54 141 23 40 135 52
Binary 11001111 1110011 111 0 101100 1100001 10011 100000 1011101 101010

Color Harmonies of #CF7307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7307

Black with #CF7307

Text Example


Text Example

White with #CF7307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7307; }

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

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

background-color css

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

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

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

border-color css

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

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

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