Color Hex Logo

#c5561e Color Hex

#C5561E
(197,86,30)
0 Favorites   0 Comments

Color spaces of #c5561e

RGB 1978630
HSL0.060.740.45
HSV20°85°77°
CMYK 0.000.560.85   0.23
XYZ26.588118.61963.4209
Yxy18.61960.54680.3829
Hunter Lab43.150434.473525.5049
CIE-Lab50.239241.490351.0966

#c5561e color RGB value is (197,86,30).

#c5561e hex color red value is 197, green value is 86 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c5561e hue: 0.06 , saturation: 0.74 and the lightness value of c5561e is 0.45.

The process color (four color CMYK) of #c5561e color hex is 0.00, 0.56, 0.85, 0.23. Web safe color of #c5561e is #cc6633. Color #c5561e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010110 00011110
Octal 305 126 36
Decimal 197 86 30
Hex C5 56 1E

RGB Percentages of Color #c5561e

%62.94
%27.48
%9.58

CMYK Percentages of Color #c5561e

%0
%56
%85
%23

Triadic Colors of #c5561e

#c5561e #1ec556 #561ec5

Analogous Colors of #c5561e

#c5561e #c5aa1e #c51e3a

Monochromatic Colors of #c5561e

#c5561e

Complementary Color

#c5561e #1e8dc5

#c5561e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5561e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5561e Color CSS Codes

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

#c5561e Text Font Color

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

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


#c5561e Background Color

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

This div background color is #c5561e


#c5561e Border Color

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

This div border color is #c5561e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,86,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5561e


Comments

No comments written yet.

Please login to write comment.