#cf6e2c

Color #CF6E2C Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tango #CF6E2C

Tints of Tango #CF6E2C

Color information

#CF6E2C (or 0xCF6E2C) is unknown color: approx Tango. HEX triplet: CF, 6E and 2C. RGB value is (207,110,44). Sum of RGB (Red+Green+Blue) = 207+110+44=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E2C is #3091D3. Grayscale: #838383. Windows color (decimal): -3183060 or 2911951. OLE color: 2911951.

HSL color Cylindrical-coordinate representation of color #CF6E2C: hue angle of 24.29º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF6E2C is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB20711044-
CMYK00.470.790.19
HSL24.29º64.94%49.22%-
HSV(B)24.29º78.74%81.18%-
XYZ31.7624.65.46-
YUV131.4878.64181.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.34%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 44 (17.58% from 255) = 12.19%
R=57.34%
G=30.47%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071104400.470.790.1924.2964.9449.22
HexCF6E2C02F4F13184131
Octal31715654057117233010161
Binary1100111111011101011000101111100111110011110001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6e2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6e2c; }

 p { color: rgb(207,110,44); }

 H1.HeaderClassName
 {
   color: #cf6e2c;
 }
 .AnyTagClassName
 {
   color: #cf6e2c;
 }
</style>
background-color css

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

 a { background-color: rgb(207,110,44); }

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

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

 span { border-color: rgb(207,110,44); }

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