#cc7532

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

Shades of Tango #CC7532

Tints of Tango #CC7532

Color information

#CC7532 (or 0xCC7532) is unknown color: approx Tango. HEX triplet: CC, 75 and 32. RGB value is (204,117,50). Sum of RGB (Red+Green+Blue) = 204+117+50=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7532 is #338ACD. Grayscale: #878787. Windows color (decimal): -3377870 or 3306956. OLE color: 3306956.

HSL color Cylindrical-coordinate representation of color #CC7532: hue angle of 26.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC7532 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20411750-
CMYK00.430.750.2
HSL26.1º60.63%49.8%-
HSV(B)26.1º75.49%80%-
XYZ31.8425.796.32-
YUV135.3879.82176.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 50 (19.92% from 255) = 13.48%
R=54.99%
G=31.54%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041175000.430.750.226.160.6349.8
HexCC753202B4B141a3d32
Octal3141656205311324327562
Binary110011001110101110010010101110010111010011010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7532; }

 p { color: rgb(204,117,50); }

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

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

 a { background-color: rgb(204,117,50); }

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

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

 span { border-color: rgb(204,117,50); }

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