Color Hex Logo

#cc7329 Color Hex

#CC7329
(204,115,41)
0 Favorites   0 Comments

Color spaces of #cc7329

RGB 20411541
HSL0.080.670.48
HSV27°80°80°
CMYK 0.000.440.80   0.20
XYZ31.432825.25895.3166
Yxy25.25890.50690.4073
Hunter Lab50.258223.686628.9087
CIE-Lab57.326829.704253.3249

#cc7329 color RGB value is (204,115,41).

#cc7329 hex color red value is 204, green value is 115 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cc7329 hue: 0.08 , saturation: 0.67 and the lightness value of cc7329 is 0.48.

The process color (four color CMYK) of #cc7329 color hex is 0.00, 0.44, 0.80, 0.20. Web safe color of #cc7329 is #cc6633. Color #cc7329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 00101001
Octal 314 163 51
Decimal 204 115 41
Hex CC 73 29

RGB Percentages of Color #cc7329

%56.67
%31.94
%11.39

CMYK Percentages of Color #cc7329

%0
%44
%80
%20

Triadic Colors of #cc7329

#cc7329 #29cc73 #7329cc

Analogous Colors of #cc7329

#cc7329 #ccc529 #cc2931

Monochromatic Colors of #cc7329

#cc7329

Complementary Color

#cc7329 #2982cc

#cc7329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7329 Color CSS Codes

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

#cc7329 Text Font Color

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

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


#cc7329 Background Color

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

This div background color is #cc7329


#cc7329 Border Color

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

This div border color is #cc7329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7329


Comments

No comments written yet.

Please login to write comment.