#CF742E

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

Shades of Tango #CF742E

Tints of Tango #CF742E

Color information

#CF742E (or 0xCF742E) is unknown color: approx Tango. HEX triplet: CF, 74 and 2E. RGB value is (207,116,46). Sum of RGB (Red+Green+Blue) = 207+116+46=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF742E is #308BD1. Grayscale: #878787. Windows color (decimal): -3181522 or 3044559. OLE color: 3044559.

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

Color convert

RGB20711646-
CMYK00.440.780.19
HSL26.09º63.64%49.61%-
HSV(B)26.09º77.78%81.18%-
XYZ32.4725.955.88-
YUV135.2377.65179.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 46 (18.36% from 255) = 12.47%
R=56.10%
G=31.44%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071164600.440.780.1926.0963.6449.61
HexCF742E02C4E131a4032
Octal31716456054116233210062
Binary1100111111101001011100101100100111010011110101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF742E; }

 p { color: rgb(207,116,46); }

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

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

 a { background-color: rgb(207,116,46); }

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

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

 span { border-color: rgb(207,116,46); }

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