Html Css Color HEX #CF7305 Mango Tango

📋 copy color: '#CF7305'

red 207 ◦ green 115 ◦ blue 5

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

Shades of Mango Tango #CF7305

Tints of Mango Tango #CF7305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

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

R = 63.3%
G = 35.17%
B = 1.53%

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

#CF7305 (or 0xCF7305) is known color: Mango Tango. HEX triplet: CF, 73 and 05. RGB value is (207,115,5). Sum of RGB (Red+Green+Blue) = 207+115+5=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7305 is #308CFA. Grayscale: #828282. Windows color (decimal): -3181819 or 357327. OLE color: 357327.

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

Color convert

RGB 207 115 5 -
CMYK 0 0.44 0.98 0.19
HSL 32.67º 0.95% 0.42% -
HSV(B) 32.67º 0.98% 0.81% -
XYZ 31.89 25.54 3.39 -
YUV 129.97 57.48 182.94 -
System Red Green Blue C M Y K H S L
Decimal 207 115 5 0 0.44 0.98 0.19 32.67 0.95 0.42
Hex CF 73 5 0 2C 62 13 21 5F 2A
Octal 317 163 5 0 54 142 23 41 137 52
Binary 11001111 1110011 101 0 101100 1100010 10011 100001 1011111 101010

Color Harmonies of #CF7305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7305

Black with #CF7305

Text Example


Text Example

White with #CF7305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7305; }

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

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

background-color css

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

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

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

border-color css

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

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

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