#CF7131

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

Shades of Tango #CF7131

Tints of Tango #CF7131

Color information

#CF7131 (or 0xCF7131) is unknown color: approx Tango. HEX triplet: CF, 71 and 31. RGB value is (207,113,49). Sum of RGB (Red+Green+Blue) = 207+113+49=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7131 is #308ECE. Grayscale: #868686. Windows color (decimal): -3182287 or 3240399. OLE color: 3240399.

HSL color Cylindrical-coordinate representation of color #CF7131: hue angle of 24.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF7131 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20711349-
CMYK00.450.760.19
HSL24.3º62.2%50.2%-
HSV(B)24.3º76.33%81.18%-
XYZ32.1925.36.09-
YUV133.8180.14180.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 49 (19.53% from 255) = 13.28%
R=56.10%
G=30.62%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071134900.450.760.1924.362.250.2
HexCF713102D4C13183e32
Octal3171616105511423307662
Binary110011111110001110001010110110011001001111000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7131; }

 p { color: rgb(207,113,49); }

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

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

 a { background-color: rgb(207,113,49); }

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

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

 span { border-color: rgb(207,113,49); }

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