Html Css Color HEX #CF7007 Mango Tango

📋 copy color: '#CF7007'

red 207 ◦ green 112 ◦ blue 7

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

Shades of Mango Tango #CF7007

Tints of Mango Tango #CF7007

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

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

R = 63.5%
G = 34.36%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF7007 (or 0xCF7007) is known color: Mango Tango. HEX triplet: CF, 70 and 07. RGB value is (207,112,7). Sum of RGB (Red+Green+Blue) = 207+112+7=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7007 is #308FF8. Grayscale: #808080. Windows color (decimal): -3182585 or 487631. OLE color: 487631.

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

Color convert

RGB 207 112 7 -
CMYK 0 0.46 0.97 0.19
HSL 31.5º 0.93% 0.42% -
HSV(B) 31.5º 0.97% 0.81% -
XYZ 31.56 24.87 3.34 -
YUV 128.44 59.47 184.04 -
System Red Green Blue C M Y K H S L
Decimal 207 112 7 0 0.46 0.97 0.19 31.5 0.93 0.42
Hex CF 70 7 0 2E 61 13 1F 5D 2A
Octal 317 160 7 0 56 141 23 37 135 52
Binary 11001111 1110000 111 0 101110 1100001 10011 11111 1011101 101010

Color Harmonies of #CF7007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7007

Black with #CF7007

Text Example


Text Example

White with #CF7007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7007; }

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

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

background-color css

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

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

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

border-color css

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

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

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