Html Css Color HEX #CF6E01 Mango Tango

📋 copy color: '#CF6E01'

red 207 ◦ green 110 ◦ blue 1

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

Shades of Mango Tango #CF6E01

Tints of Mango Tango #CF6E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.59%

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

R = 65.09%
G = 34.59%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6E01 (or 0xCF6E01) is known color: Mango Tango. HEX triplet: CF, 6E and 01. RGB value is (207,110,1). Sum of RGB (Red+Green+Blue) = 207+110+1=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6E01 is #3091FE. Grayscale: #7F7F7F. Windows color (decimal): -3183103 or 93903. OLE color: 93903.

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

Color convert

RGB 207 110 1 -
CMYK 0 0.47 1.00 0.19
HSL 31.75º 0.99% 0.41% -
HSV(B) 31.75º 1% 0.81% -
XYZ 31.31 24.42 3.09 -
YUV 126.58 57.14 185.36 -
System Red Green Blue C M Y K H S L
Decimal 207 110 1 0 0.47 1.00 0.19 31.75 0.99 0.41
Hex CF 6E 1 0 2F 64 13 20 63 29
Octal 317 156 1 0 57 144 23 40 143 51
Binary 11001111 1101110 1 0 101111 1100100 10011 100000 1100011 101001

Color Harmonies of #CF6E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E01

Black with #CF6E01

Text Example


Text Example

White with #CF6E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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