Html Css Color HEX #CF7204 Mango Tango

📋 copy color: '#CF7204'

red 207 ◦ green 114 ◦ blue 4

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

Shades of Mango Tango #CF7204

Tints of Mango Tango #CF7204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 63.69%
G = 35.08%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF7204 (or 0xCF7204) is known color: Mango Tango. HEX triplet: CF, 72 and 04. RGB value is (207,114,4). Sum of RGB (Red+Green+Blue) = 207+114+4=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7204 is #308DFB. Grayscale: #818181. Windows color (decimal): -3182076 or 291535. OLE color: 291535.

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

Color convert

RGB 207 114 4 -
CMYK 0 0.45 0.98 0.19
HSL 32.51º 0.96% 0.41% -
HSV(B) 32.51º 0.98% 0.81% -
XYZ 31.77 25.31 3.33 -
YUV 129.27 57.31 183.44 -
System Red Green Blue C M Y K H S L
Decimal 207 114 4 0 0.45 0.98 0.19 32.51 0.96 0.41
Hex CF 72 4 0 2D 62 13 21 60 29
Octal 317 162 4 0 55 142 23 41 140 51
Binary 11001111 1110010 100 0 101101 1100010 10011 100001 1100000 101001

Color Harmonies of #CF7204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7204

Black with #CF7204

Text Example


Text Example

White with #CF7204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7204; }

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

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

background-color css

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

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

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

border-color css

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

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

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