Html Css Color HEX #CF7405 Mango Tango

📋 copy color: '#CF7405'

red 207 ◦ green 116 ◦ blue 5

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

Shades of Mango Tango #CF7405

Tints of Mango Tango #CF7405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

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

R = 63.11%
G = 35.37%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF7405 (or 0xCF7405) is known color: Mango Tango. HEX triplet: CF, 74 and 05. RGB value is (207,116,5). Sum of RGB (Red+Green+Blue) = 207+116+5=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7405 is #308BFA. Grayscale: #838383. Windows color (decimal): -3181563 or 357583. OLE color: 357583.

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

Color convert

RGB 207 116 5 -
CMYK 0 0.44 0.98 0.19
HSL 32.97º 0.95% 0.42% -
HSV(B) 32.97º 0.98% 0.81% -
XYZ 32 25.77 3.43 -
YUV 130.56 57.15 182.53 -
System Red Green Blue C M Y K H S L
Decimal 207 116 5 0 0.44 0.98 0.19 32.97 0.95 0.42
Hex CF 74 5 0 2C 62 13 21 5F 2A
Octal 317 164 5 0 54 142 23 41 137 52
Binary 11001111 1110100 101 0 101100 1100010 10011 100001 1011111 101010

Color Harmonies of #CF7405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7405

Black with #CF7405

Text Example


Text Example

White with #CF7405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7405; }

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

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

background-color css

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

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

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

border-color css

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

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

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