#CC702C

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

Shades of Tango #CC702C

Tints of Tango #CC702C

Color information

#CC702C (or 0xCC702C) is unknown color: approx Tango. HEX triplet: CC, 70 and 2C. RGB value is (204,112,44). Sum of RGB (Red+Green+Blue) = 204+112+44=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC702C is #338FD3. Grayscale: #848484. Windows color (decimal): -3379156 or 2912460. OLE color: 2912460.

HSL color Cylindrical-coordinate representation of color #CC702C: hue angle of 25.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC702C is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB20411244-
CMYK00.450.780.2
HSL25.5º64.52%48.63%-
HSV(B)25.5º78.43%80%-
XYZ31.1524.615.49-
YUV131.7678.48179.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 44 (17.58% from 255) = 12.22%
R=56.67%
G=31.11%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041124400.450.780.225.564.5248.63
HexCC702C02D4E141a4131
Octal31416054055116243210161
Binary1100110011100001011000101101100111010100110101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC702C; }

 p { color: rgb(204,112,44); }

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

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

 a { background-color: rgb(204,112,44); }

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

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

 span { border-color: rgb(204,112,44); }

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