Html Css Color HEX #CF7701 Mango Tango

📋 copy color: '#CF7701'

red 207 ◦ green 119 ◦ blue 1

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

Shades of Mango Tango #CF7701

Tints of Mango Tango #CF7701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.39%

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

R = 63.3%
G = 36.39%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF7701 (or 0xCF7701) is known color: Mango Tango. HEX triplet: CF, 77 and 01. RGB value is (207,119,1). Sum of RGB (Red+Green+Blue) = 207+119+1=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7701 is #3088FE. Grayscale: #848484. Windows color (decimal): -3180799 or 96207. OLE color: 96207.

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

Color convert

RGB 207 119 1 -
CMYK 0 0.43 1.00 0.19
HSL 34.37º 0.99% 0.41% -
HSV(B) 34.37º 1% 0.81% -
XYZ 32.33 26.46 3.43 -
YUV 131.86 54.15 181.59 -
System Red Green Blue C M Y K H S L
Decimal 207 119 1 0 0.43 1.00 0.19 34.37 0.99 0.41
Hex CF 77 1 0 2B 64 13 22 63 29
Octal 317 167 1 0 53 144 23 42 143 51
Binary 11001111 1110111 1 0 101011 1100100 10011 100010 1100011 101001

Color Harmonies of #CF7701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7701

Black with #CF7701

Text Example


Text Example

White with #CF7701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7701; }

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

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

background-color css

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

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

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

border-color css

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

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

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