#CE7332

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

Shades of Tango #CE7332

Tints of Tango #CE7332

Color information

#CE7332 (or 0xCE7332) is unknown color: approx Tango. HEX triplet: CE, 73 and 32. RGB value is (206,115,50). Sum of RGB (Red+Green+Blue) = 206+115+50=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7332 is #318CCD. Grayscale: #878787. Windows color (decimal): -3247310 or 3306446. OLE color: 3306446.

HSL color Cylindrical-coordinate representation of color #CE7332: hue angle of 25º degrees, saturation: 0.61, 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 #CE7332 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20611550-
CMYK00.440.760.19
HSL25º61.42%50.2%-
HSV(B)25º75.73%80.78%-
XYZ32.1625.616.27-
YUV134.880.15178.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.53%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 50 (19.92% from 255) = 13.48%
R=55.53%
G=31.00%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061155000.440.760.192561.4250.2
HexCE733202C4C13193d32
Octal3161636205411423317562
Binary110011101110011110010010110010011001001111001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7332; }

 p { color: rgb(206,115,50); }

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

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

 a { background-color: rgb(206,115,50); }

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

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

 span { border-color: rgb(206,115,50); }

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