Html Css Color HEX #CF7004 Mango Tango

📋 copy color: '#CF7004'

red 207 ◦ green 112 ◦ blue 4

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

Shades of Mango Tango #CF7004

Tints of Mango Tango #CF7004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 64.09%
G = 34.67%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF7004 (or 0xCF7004) is known color: Mango Tango. HEX triplet: CF, 70 and 04. RGB value is (207,112,4). Sum of RGB (Red+Green+Blue) = 207+112+4=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7004 is #308FFB. Grayscale: #808080. Windows color (decimal): -3182588 or 291023. OLE color: 291023.

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

Color convert

RGB 207 112 4 -
CMYK 0 0.46 0.98 0.19
HSL 31.92º 0.96% 0.41% -
HSV(B) 31.92º 0.98% 0.81% -
XYZ 31.55 24.86 3.25 -
YUV 128.09 57.97 184.28 -
System Red Green Blue C M Y K H S L
Decimal 207 112 4 0 0.46 0.98 0.19 31.92 0.96 0.41
Hex CF 70 4 0 2E 62 13 20 60 29
Octal 317 160 4 0 56 142 23 40 140 51
Binary 11001111 1110000 100 0 101110 1100010 10011 100000 1100000 101001

Color Harmonies of #CF7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7004

Black with #CF7004

Text Example


Text Example

White with #CF7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7004; }

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

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

background-color css

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

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

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

border-color css

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

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

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