Html Css Color HEX #CF6E04 Mango Tango

📋 copy color: '#CF6E04'

red 207 ◦ green 110 ◦ blue 4

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

Shades of Mango Tango #CF6E04

Tints of Mango Tango #CF6E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 64.49%
G = 34.27%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF6E04 (or 0xCF6E04) is known color: Mango Tango. HEX triplet: CF, 6E and 04. RGB value is (207,110,4). Sum of RGB (Red+Green+Blue) = 207+110+4=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6E04 is #3091FB. Grayscale: #7F7F7F. Windows color (decimal): -3183100 or 290511. OLE color: 290511.

HSL color Cylindrical-coordinate representation of color #CF6E04: hue angle of 31.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF6E04 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 110 4 -
CMYK 0 0.47 0.98 0.19
HSL 31.33º 0.96% 0.41% -
HSV(B) 31.33º 0.98% 0.81% -
XYZ 31.33 24.43 3.18 -
YUV 126.92 58.64 185.12 -
System Red Green Blue C M Y K H S L
Decimal 207 110 4 0 0.47 0.98 0.19 31.33 0.96 0.41
Hex CF 6E 4 0 2F 62 13 1F 60 29
Octal 317 156 4 0 57 142 23 37 140 51
Binary 11001111 1101110 100 0 101111 1100010 10011 11111 1100000 101001

Color Harmonies of #CF6E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E04

Black with #CF6E04

Text Example


Text Example

White with #CF6E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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