Html Css Color HEX #CF7602 Mango Tango

📋 copy color: '#CF7602'

red 207 ◦ green 118 ◦ blue 2

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

Shades of Mango Tango #CF7602

Tints of Mango Tango #CF7602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 63.3%
G = 36.09%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF7602 (or 0xCF7602) is known color: Mango Tango. HEX triplet: CF, 76 and 02. RGB value is (207,118,2). Sum of RGB (Red+Green+Blue) = 207+118+2=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7602 is #3089FD. Grayscale: #838383. Windows color (decimal): -3181054 or 161487. OLE color: 161487.

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

Color convert

RGB 207 118 2 -
CMYK 0 0.43 0.99 0.19
HSL 33.95º 0.98% 0.41% -
HSV(B) 33.95º 0.99% 0.81% -
XYZ 32.22 26.23 3.42 -
YUV 131.39 54.99 181.93 -
System Red Green Blue C M Y K H S L
Decimal 207 118 2 0 0.43 0.99 0.19 33.95 0.98 0.41
Hex CF 76 2 0 2B 63 13 22 62 29
Octal 317 166 2 0 53 143 23 42 142 51
Binary 11001111 1110110 10 0 101011 1100011 10011 100010 1100010 101001

Color Harmonies of #CF7602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7602

Black with #CF7602

Text Example


Text Example

White with #CF7602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7602; }

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

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

background-color css

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

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

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

border-color css

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

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

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