Color Hex Logo

#cc7a32 Color Hex

#CC7A32
(204,122,50)
0 Favorites   0 Comments

Color spaces of #cc7a32

RGB 20412250
HSL0.080.610.50
HSV28°75°80°
CMYK 0.000.400.75   0.20
XYZ32.437126.98676.5169
Yxy26.98670.49190.4093
Hunter Lab51.948720.546228.9263
CIE-Lab58.962026.299951.0118

#cc7a32 color RGB value is (204,122,50).

#cc7a32 hex color red value is 204, green value is 122 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #cc7a32 hue: 0.08 , saturation: 0.61 and the lightness value of cc7a32 is 0.50.

The process color (four color CMYK) of #cc7a32 color hex is 0.00, 0.40, 0.75, 0.20. Web safe color of #cc7a32 is #cc6633. Color #cc7a32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111010 00110010
Octal 314 172 62
Decimal 204 122 50
Hex CC 7A 32

RGB Percentages of Color #cc7a32

%54.26
%32.45
%13.30

CMYK Percentages of Color #cc7a32

%0
%40
%75
%20

Triadic Colors of #cc7a32

#cc7a32 #32cc7a #7a32cc

Analogous Colors of #cc7a32

#cc7a32 #ccc732 #cc3237

Monochromatic Colors of #cc7a32

#cc7a32

Complementary Color

#cc7a32 #3284cc

#cc7a32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7a32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7a32 Color CSS Codes

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

#cc7a32 Text Font Color

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

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


#cc7a32 Background Color

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

This div background color is #cc7a32


#cc7a32 Border Color

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

This div border color is #cc7a32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7a32


Comments

No comments written yet.

Please login to write comment.