Html Css Color HEX #CF7505 Mango Tango

📋 copy color: '#CF7505'

red 207 ◦ green 117 ◦ blue 5

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

Shades of Mango Tango #CF7505

Tints of Mango Tango #CF7505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

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

R = 62.92%
G = 35.56%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF7505 (or 0xCF7505) is known color: Mango Tango. HEX triplet: CF, 75 and 05. RGB value is (207,117,5). Sum of RGB (Red+Green+Blue) = 207+117+5=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7505 is #308AFA. Grayscale: #838383. Windows color (decimal): -3181307 or 357839. OLE color: 357839.

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

Color convert

RGB 207 117 5 -
CMYK 0 0.43 0.98 0.19
HSL 33.27º 0.95% 0.42% -
HSV(B) 33.27º 0.98% 0.81% -
XYZ 32.12 26 3.47 -
YUV 131.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 207 117 5 0 0.43 0.98 0.19 33.27 0.95 0.42
Hex CF 75 5 0 2B 62 13 21 5F 2A
Octal 317 165 5 0 53 142 23 41 137 52
Binary 11001111 1110101 101 0 101011 1100010 10011 100001 1011111 101010

Color Harmonies of #CF7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7505

Black with #CF7505

Text Example


Text Example

White with #CF7505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7505; }

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

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

background-color css

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

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

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

border-color css

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

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

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