Color Hex Logo

#cc7947 Color Hex

#CC7947
(204,121,71)
0 Favorites   0 Comments

Color spaces of #cc7947

RGB 20412171
HSL0.060.570.54
HSV23°65°80°
CMYK 0.000.410.65   0.20
XYZ32.876526.96709.4336
Yxy26.96700.47460.3893
Hunter Lab51.929822.130525.5802
CIE-Lab58.943827.949240.7149

#cc7947 color RGB value is (204,121,71).

#cc7947 hex color red value is 204, green value is 121 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #cc7947 hue: 0.06 , saturation: 0.57 and the lightness value of cc7947 is 0.54.

The process color (four color CMYK) of #cc7947 color hex is 0.00, 0.41, 0.65, 0.20. Web safe color of #cc7947 is #cc6633. Color #cc7947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 01000111
Octal 314 171 107
Decimal 204 121 71
Hex CC 79 47

RGB Percentages of Color #cc7947

%51.52
%30.56
%17.93

CMYK Percentages of Color #cc7947

%0
%41
%65
%20

Triadic Colors of #cc7947

#cc7947 #47cc79 #7947cc

Analogous Colors of #cc7947

#cc7947 #ccbc47 #cc4757

Monochromatic Colors of #cc7947

#cc7947

Complementary Color

#cc7947 #479acc

#cc7947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7947 Color CSS Codes

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

#cc7947 Text Font Color

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

This sample text font color is #cc7947
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.


#cc7947 Background Color

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

This div background color is #cc7947


#cc7947 Border Color

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

This div border color is #cc7947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7947


Comments

No comments written yet.

Please login to write comment.