Html Css Color HEX #CF7205 Mango Tango

📋 copy color: '#CF7205'

red 207 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #CF7205

Tints of Mango Tango #CF7205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 63.5%
G = 34.97%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF7205 (or 0xCF7205) is known color: Mango Tango. HEX triplet: CF, 72 and 05. RGB value is (207,114,5). Sum of RGB (Red+Green+Blue) = 207+114+5=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7205 is #308DFA. Grayscale: #818181. Windows color (decimal): -3182075 or 357071. OLE color: 357071.

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

Color convert

RGB 207 114 5 -
CMYK 0 0.45 0.98 0.19
HSL 32.38º 0.95% 0.42% -
HSV(B) 32.38º 0.98% 0.81% -
XYZ 31.78 25.31 3.35 -
YUV 129.38 57.81 183.36 -
System Red Green Blue C M Y K H S L
Decimal 207 114 5 0 0.45 0.98 0.19 32.38 0.95 0.42
Hex CF 72 5 0 2D 62 13 20 5F 2A
Octal 317 162 5 0 55 142 23 40 137 52
Binary 11001111 1110010 101 0 101101 1100010 10011 100000 1011111 101010

Color Harmonies of #CF7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7205

Black with #CF7205

Text Example


Text Example

White with #CF7205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7205; }

 p { color: rgb(207,114,5); }

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

background-color css

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

 a { background-color: rgb(207,114,5); }

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

border-color css

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

 span { border-color: rgb(207,114,5); }

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