#CF7037

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

Shades of Tango #CF7037

Tints of Tango #CF7037

Color information

#CF7037 (or 0xCF7037) is unknown color: approx Tango. HEX triplet: CF, 70 and 37. RGB value is (207,112,55). Sum of RGB (Red+Green+Blue) = 207+112+55=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7037 is #308FC8. Grayscale: #868686. Windows color (decimal): -3182537 or 3633359. OLE color: 3633359.

HSL color Cylindrical-coordinate representation of color #CF7037: hue angle of 22.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF7037 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB20711255-
CMYK00.460.730.19
HSL22.5º61.29%51.37%-
HSV(B)22.5º73.43%81.18%-
XYZ32.2225.136.77-
YUV133.9183.47180.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.35%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 55 (21.88% from 255) = 14.71%
R=55.35%
G=29.95%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071125500.460.730.1922.561.2951.37
HexCF703702E4913163d33
Octal3171606705611123267563
Binary110011111110000110111010111010010011001110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7037; }

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

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

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

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

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

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

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

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