Html Css Color HEX #CF7002 Mango Tango

📋 copy color: '#CF7002'

red 207 ◦ green 112 ◦ blue 2

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

Shades of Mango Tango #CF7002

Tints of Mango Tango #CF7002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

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

R = 64.49%
G = 34.89%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF7002 (or 0xCF7002) is known color: Mango Tango. HEX triplet: CF, 70 and 02. RGB value is (207,112,2). Sum of RGB (Red+Green+Blue) = 207+112+2=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7002 is #308FFD. Grayscale: #808080. Windows color (decimal): -3182590 or 159951. OLE color: 159951.

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

Color convert

RGB 207 112 2 -
CMYK 0 0.46 0.99 0.19
HSL 32.2º 0.98% 0.41% -
HSV(B) 32.2º 0.99% 0.81% -
XYZ 31.54 24.86 3.19 -
YUV 127.87 56.97 184.44 -
System Red Green Blue C M Y K H S L
Decimal 207 112 2 0 0.46 0.99 0.19 32.2 0.98 0.41
Hex CF 70 2 0 2E 63 13 20 62 29
Octal 317 160 2 0 56 143 23 40 142 51
Binary 11001111 1110000 10 0 101110 1100011 10011 100000 1100010 101001

Color Harmonies of #CF7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7002

Black with #CF7002

Text Example


Text Example

White with #CF7002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7002; }

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

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

background-color css

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

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

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

border-color css

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

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

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