Color Hex Logo

#cc563c Color Hex

#CC563C
(204,86,60)
0 Favorites   0 Comments

Color spaces of #cc563c

RGB 2048660
HSL0.030.590.52
HSV11°71°80°
CMYK 0.000.580.71   0.20
XYZ29.045219.81926.5696
Yxy19.81920.52400.3575
Hunter Lab44.518838.550222.4138
CIE-Lab51.632245.263838.1638

#cc563c color RGB value is (204,86,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 00111100
Octal 314 126 74
Decimal 204 86 60
Hex CC 56 3C

RGB Percentages of Color #cc563c

%58.29
%24.57
%17.14

CMYK Percentages of Color #cc563c

%0
%58
%71
%20

Triadic Colors of #cc563c

#cc563c #3ccc56 #563ccc

Analogous Colors of #cc563c

#cc563c #cc9e3c #cc3c6a

Monochromatic Colors of #cc563c

#cc563c

Complementary Color

#cc563c #3cb2cc

#cc563c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc563c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc563c Color CSS Codes

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

#cc563c Text Font Color

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

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


#cc563c Background Color

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

This div background color is #cc563c


#cc563c Border Color

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

This div border color is #cc563c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,86,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 #cc563c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc563c


Comments

No comments written yet.

Please login to write comment.