Html Css Color HEX #CF7600 Mango Tango

📋 copy color: '#CF7600'

red 207 ◦ green 118 ◦ blue 0

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

Shades of Mango Tango #CF7600

Tints of Mango Tango #CF7600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.69%
G = 36.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF7600 (or 0xCF7600) is known color: Mango Tango. HEX triplet: CF, 76 and 00. RGB value is (207,118,0). Sum of RGB (Red+Green+Blue) = 207+118+0=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7600 is #3089FF. Grayscale: #838383. Windows color (decimal): -3181056 or 30415. OLE color: 30415.

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

Color convert

RGB 207 118 0 -
CMYK 0 0.43 1 0.19
HSL 34.2º 1% 0.41% -
HSV(B) 34.2º 1% 0.81% -
XYZ 32.21 26.22 3.36 -
YUV 131.16 53.99 182.09 -
System Red Green Blue C M Y K H S L
Decimal 207 118 0 0 0.43 1 0.19 34.2 1 0.41
Hex CF 76 0 0 2B 64 13 22 64 29
Octal 317 166 0 0 53 144 23 42 144 51
Binary 11001111 1110110 0 0 101011 1100100 10011 100010 1100100 101001

Color Harmonies of #CF7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7600

Black with #CF7600

Text Example


Text Example

White with #CF7600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7600; }

 p { color: rgb(207,118,0); }

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

background-color css

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

 a { background-color: rgb(207,118,0); }

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

border-color css

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

 span { border-color: rgb(207,118,0); }

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