Html Css Color HEX #CF7101 Mango Tango

📋 copy color: '#CF7101'

red 207 ◦ green 113 ◦ blue 1

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

Shades of Mango Tango #CF7101

Tints of Mango Tango #CF7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

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

R = 64.49%
G = 35.2%
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

#CF7101 (or 0xCF7101) is known color: Mango Tango. HEX triplet: CF, 71 and 01. RGB value is (207,113,1). Sum of RGB (Red+Green+Blue) = 207+113+1=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7101 is #308EFE. Grayscale: #808080. Windows color (decimal): -3182335 or 94671. OLE color: 94671.

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

Color convert

RGB 207 113 1 -
CMYK 0 0.45 1.00 0.19
HSL 32.62º 0.99% 0.41% -
HSV(B) 32.62º 1% 0.81% -
XYZ 31.64 25.08 3.2 -
YUV 128.34 56.14 184.11 -
System Red Green Blue C M Y K H S L
Decimal 207 113 1 0 0.45 1.00 0.19 32.62 0.99 0.41
Hex CF 71 1 0 2D 64 13 21 63 29
Octal 317 161 1 0 55 144 23 41 143 51
Binary 11001111 1110001 1 0 101101 1100100 10011 100001 1100011 101001

Color Harmonies of #CF7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7101

Black with #CF7101

Text Example


Text Example

White with #CF7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7101; }

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

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

background-color css

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

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

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

border-color css

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

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

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