Html Css Color HEX #CF7000 Mango Tango

📋 copy color: '#CF7000'

red 207 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #CF7000

Tints of Mango Tango #CF7000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.89%
G = 35.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF7000 (or 0xCF7000) is known color: Mango Tango. HEX triplet: CF, 70 and 00. RGB value is (207,112,0). Sum of RGB (Red+Green+Blue) = 207+112+0=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7000 is #308FFF. Grayscale: #808080. Windows color (decimal): -3182592 or 28879. OLE color: 28879.

HSL color Cylindrical-coordinate representation of color #CF7000: hue angle of 32.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF7000 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 0 -
CMYK 0 0.46 1 0.19
HSL 32.46º 1% 0.41% -
HSV(B) 32.46º 1% 0.81% -
XYZ 31.53 24.85 3.14 -
YUV 127.64 55.97 184.61 -
System Red Green Blue C M Y K H S L
Decimal 207 112 0 0 0.46 1 0.19 32.46 1 0.41
Hex CF 70 0 0 2E 64 13 20 64 29
Octal 317 160 0 0 56 144 23 40 144 51
Binary 11001111 1110000 0 0 101110 1100100 10011 100000 1100100 101001

Color Harmonies of #CF7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7000

Black with #CF7000

Text Example


Text Example

White with #CF7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7000; }

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

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

background-color css

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

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

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

border-color css

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

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

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