Color Hex Logo

#cc7040 Color Hex

#CC7040
(204,112,64)
0 Favorites   0 Comments

Color spaces of #cc7040

RGB 20411264
HSL0.060.580.53
HSV21°69°80°
CMYK 0.000.450.69   0.20
XYZ31.621424.79597.9699
Yxy24.79590.49110.3851
Hunter Lab49.795526.210025.3673
CIE-Lab56.876032.337541.9864

#cc7040 color RGB value is (204,112,64).

#cc7040 hex color red value is 204, green value is 112 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cc7040 hue: 0.06 , saturation: 0.58 and the lightness value of cc7040 is 0.53.

The process color (four color CMYK) of #cc7040 color hex is 0.00, 0.45, 0.69, 0.20. Web safe color of #cc7040 is #cc6633. Color #cc7040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 01000000
Octal 314 160 100
Decimal 204 112 64
Hex CC 70 40

RGB Percentages of Color #cc7040

%53.68
%29.47
%16.84

CMYK Percentages of Color #cc7040

%0
%45
%69
%20

Triadic Colors of #cc7040

#cc7040 #40cc70 #7040cc

Analogous Colors of #cc7040

#cc7040 #ccb640 #cc4056

Monochromatic Colors of #cc7040

#cc7040

Complementary Color

#cc7040 #409ccc

#cc7040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7040 Color CSS Codes

.mybgcolor {background-color:#cc7040; } 
.myforecolor {color:#cc7040; }
.mybordercolor {border:3px solid #cc7040; }

#cc7040 Text Font Color

<p style="color:#cc7040">Text here</p>

This sample text font color is #cc7040
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc7040 Background Color

<div style="background-color:#cc7040">
Div content here</div>

This div background color is #cc7040


#cc7040 Border Color

<div style="border:3px solid #cc7040">
Div here</div>

This div border color is #cc7040


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,112,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc7040; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc7040;
  -webkit-box-shadow: 1px 1px 3px 2px #cc7040;
  box-shadow:         1px 1px 3px 2px #cc7040; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,112,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc7040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc7040;
  -webkit-box-shadow: 1px 1px 3px 2px #cc7040;
  box-shadow:         1px 1px 3px 2px #cc7040;">
Div content here</div>

This div box has shadow with color #cc7040


Comments

No comments written yet.

Please login to write comment.