#CF7430

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

Shades of Tango #CF7430

Tints of Tango #CF7430

Color information

#CF7430 (or 0xCF7430) is unknown color: approx Tango. HEX triplet: CF, 74 and 30. RGB value is (207,116,48). Sum of RGB (Red+Green+Blue) = 207+116+48=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7430 is #308BCF. Grayscale: #878787. Windows color (decimal): -3181520 or 3175631. OLE color: 3175631.

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

Color convert

RGB20711648-
CMYK00.440.770.19
HSL25.66º62.35%50%-
HSV(B)25.66º76.81%81.18%-
XYZ32.5125.976.1-
YUV135.4678.65179.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.80%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 48 (19.14% from 255) = 12.94%
R=55.80%
G=31.27%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071164800.440.770.1925.6662.3550
HexCF743002C4D131a3e32
Octal3171646005411523327662
Binary110011111110100110000010110010011011001111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7430; }

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

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

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

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

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

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

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

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