Color Hex Logo

#cc543c Color Hex

#CC543C
(204,84,60)
0 Favorites   0 Comments

Color spaces of #cc543c

RGB 2048460
HSL0.030.590.52
HSV10°71°80°
CMYK 0.000.590.71   0.20
XYZ28.887819.50436.5171
Yxy19.50430.52610.3552
Hunter Lab44.163739.471822.1653
CIE-Lab51.272146.206637.7525

#cc543c color RGB value is (204,84,60).

#cc543c hex color red value is 204, green value is 84 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cc543c hue: 0.03 , saturation: 0.59 and the lightness value of cc543c is 0.52.

The process color (four color CMYK) of #cc543c color hex is 0.00, 0.59, 0.71, 0.20. Web safe color of #cc543c is #cc6633. Color #cc543c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010100 00111100
Octal 314 124 74
Decimal 204 84 60
Hex CC 54 3C

RGB Percentages of Color #cc543c

%58.62
%24.14
%17.24

CMYK Percentages of Color #cc543c

%0
%59
%71
%20

Triadic Colors of #cc543c

#cc543c #3ccc54 #543ccc

Analogous Colors of #cc543c

#cc543c #cc9c3c #cc3c6c

Monochromatic Colors of #cc543c

#cc543c

Complementary Color

#cc543c #3cb4cc

#cc543c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc543c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc543c Color CSS Codes

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

#cc543c Text Font Color

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

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


#cc543c Background Color

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

This div background color is #cc543c


#cc543c Border Color

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

This div border color is #cc543c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc543c


Comments

No comments written yet.

Please login to write comment.