Color Hex Logo

#cc752a Color Hex

#CC752A
(204,117,42)
0 Favorites   0 Comments

Color spaces of #cc752a

RGB 20411742
HSL0.080.660.48
HSV28°79°80°
CMYK 0.000.430.79   0.20
XYZ31.681025.72715.4865
Yxy25.72710.50370.4091
Hunter Lab50.721922.728229.0920
CIE-Lab57.777128.671053.3307

#cc752a color RGB value is (204,117,42).

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

The process color (four color CMYK) of #cc752a color hex is 0.00, 0.43, 0.79, 0.20. Web safe color of #cc752a is #cc6633. Color #cc752a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 00101010
Octal 314 165 52
Decimal 204 117 42
Hex CC 75 2A

RGB Percentages of Color #cc752a

%56.20
%32.23
%11.57

CMYK Percentages of Color #cc752a

%0
%43
%79
%20

Triadic Colors of #cc752a

#cc752a #2acc75 #752acc

Analogous Colors of #cc752a

#cc752a #ccc62a #cc2a30

Monochromatic Colors of #cc752a

#cc752a

Complementary Color

#cc752a #2a81cc

#cc752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc752a Color CSS Codes

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

#cc752a Text Font Color

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

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


#cc752a Background Color

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

This div background color is #cc752a


#cc752a Border Color

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

This div border color is #cc752a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc752a


Comments

No comments written yet.

Please login to write comment.