Html Css Color HEX #CF7507 Mango Tango

📋 copy color: '#CF7507'

red 207 ◦ green 117 ◦ blue 7

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

Shades of Mango Tango #CF7507

Tints of Mango Tango #CF7507

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

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

R = 62.54%
G = 35.35%
B = 2.11%

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

#CF7507 (or 0xCF7507) is known color: Mango Tango. HEX triplet: CF, 75 and 07. RGB value is (207,117,7). Sum of RGB (Red+Green+Blue) = 207+117+7=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7507 is #308AF8. Grayscale: #838383. Windows color (decimal): -3181305 or 488911. OLE color: 488911.

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

Color convert

RGB 207 117 7 -
CMYK 0 0.43 0.97 0.19
HSL 33º 0.93% 0.42% -
HSV(B) 33º 0.97% 0.81% -
XYZ 32.13 26 3.53 -
YUV 131.37 57.82 181.94 -
System Red Green Blue C M Y K H S L
Decimal 207 117 7 0 0.43 0.97 0.19 33 0.93 0.42
Hex CF 75 7 0 2B 61 13 21 5D 2A
Octal 317 165 7 0 53 141 23 41 135 52
Binary 11001111 1110101 111 0 101011 1100001 10011 100001 1011101 101010

Color Harmonies of #CF7507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7507

Black with #CF7507

Text Example


Text Example

White with #CF7507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7507; }

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

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

background-color css

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

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

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

border-color css

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

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

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