Html Css Color HEX #CF7001 Mango Tango

📋 copy color: '#CF7001'

red 207 ◦ green 112 ◦ blue 1

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

Shades of Mango Tango #CF7001

Tints of Mango Tango #CF7001

RGB

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

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

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

R = 64.69%
G = 35%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF7001 (or 0xCF7001) is known color: Mango Tango. HEX triplet: CF, 70 and 01. RGB value is (207,112,1). Sum of RGB (Red+Green+Blue) = 207+112+1=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7001 is #308FFE. Grayscale: #808080. Windows color (decimal): -3182591 or 94415. OLE color: 94415.

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

Color convert

RGB 207 112 1 -
CMYK 0 0.46 1.00 0.19
HSL 32.33º 0.99% 0.41% -
HSV(B) 32.33º 1% 0.81% -
XYZ 31.53 24.86 3.16 -
YUV 127.75 56.47 184.53 -
System Red Green Blue C M Y K H S L
Decimal 207 112 1 0 0.46 1.00 0.19 32.33 0.99 0.41
Hex CF 70 1 0 2E 64 13 20 63 29
Octal 317 160 1 0 56 144 23 40 143 51
Binary 11001111 1110000 1 0 101110 1100100 10011 100000 1100011 101001

Color Harmonies of #CF7001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7001

Black with #CF7001

Text Example


Text Example

White with #CF7001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7001; }

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

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

background-color css

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

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

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

border-color css

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

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

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