Html Css Color HEX #CF7605 Mango Tango

📋 copy color: '#CF7605'

red 207 ◦ green 118 ◦ blue 5

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

Shades of Mango Tango #CF7605

Tints of Mango Tango #CF7605

RGB

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

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

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

R = 62.73%
G = 35.76%
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

#CF7605 (or 0xCF7605) is known color: Mango Tango. HEX triplet: CF, 76 and 05. RGB value is (207,118,5). Sum of RGB (Red+Green+Blue) = 207+118+5=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7605 is #3089FA. Grayscale: #848484. Windows color (decimal): -3181051 or 358095. OLE color: 358095.

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

Color convert

RGB 207 118 5 -
CMYK 0 0.43 0.98 0.19
HSL 33.56º 0.95% 0.42% -
HSV(B) 33.56º 0.98% 0.81% -
XYZ 32.24 26.23 3.51 -
YUV 131.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 207 118 5 0 0.43 0.98 0.19 33.56 0.95 0.42
Hex CF 76 5 0 2B 62 13 22 5F 2A
Octal 317 166 5 0 53 142 23 42 137 52
Binary 11001111 1110110 101 0 101011 1100010 10011 100010 1011111 101010

Color Harmonies of #CF7605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7605

Black with #CF7605

Text Example


Text Example

White with #CF7605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7605; }

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

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

background-color css

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

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

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

border-color css

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

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

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