Html Css Color HEX #CF7201 Mango Tango

📋 copy color: '#CF7201'

red 207 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #CF7201

Tints of Mango Tango #CF7201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 64.29%
G = 35.4%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF7201 (or 0xCF7201) is known color: Mango Tango. HEX triplet: CF, 72 and 01. RGB value is (207,114,1). Sum of RGB (Red+Green+Blue) = 207+114+1=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7201 is #308DFE. Grayscale: #818181. Windows color (decimal): -3182079 or 94927. OLE color: 94927.

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

Color convert

RGB 207 114 1 -
CMYK 0 0.45 1.00 0.19
HSL 32.91º 0.99% 0.41% -
HSV(B) 32.91º 1% 0.81% -
XYZ 31.75 25.3 3.24 -
YUV 128.93 55.81 183.69 -
System Red Green Blue C M Y K H S L
Decimal 207 114 1 0 0.45 1.00 0.19 32.91 0.99 0.41
Hex CF 72 1 0 2D 64 13 21 63 29
Octal 317 162 1 0 55 144 23 41 143 51
Binary 11001111 1110010 1 0 101101 1100100 10011 100001 1100011 101001

Color Harmonies of #CF7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7201

Black with #CF7201

Text Example


Text Example

White with #CF7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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