Color Hex Logo

#c5553e Color Hex

#C5553E
(197,85,62)
0 Favorites   0 Comments

Color spaces of #c5553e

RGB 1978562
HSL0.030.540.51
HSV10°69°77°
CMYK 0.000.570.69   0.23
XYZ27.144018.71516.7392
Yxy18.71510.51610.3558
Hunter Lab43.261036.292821.0465
CIE-Lab50.352243.266335.2877

#c5553e color RGB value is (197,85,62).

#c5553e hex color red value is 197, green value is 85 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c5553e hue: 0.03 , saturation: 0.54 and the lightness value of c5553e is 0.51.

The process color (four color CMYK) of #c5553e color hex is 0.00, 0.57, 0.69, 0.23. Web safe color of #c5553e is #cc6633. Color #c5553e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010101 00111110
Octal 305 125 76
Decimal 197 85 62
Hex C5 55 3E

RGB Percentages of Color #c5553e

%57.27
%24.71
%18.02

CMYK Percentages of Color #c5553e

%0
%57
%69
%23

Triadic Colors of #c5553e

#c5553e #3ec555 #553ec5

Analogous Colors of #c5553e

#c5553e #c5993e #c53e6b

Monochromatic Colors of #c5553e

#c5553e

Complementary Color

#c5553e #3eaec5

#c5553e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5553e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5553e Color CSS Codes

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

#c5553e Text Font Color

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

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


#c5553e Background Color

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

This div background color is #c5553e


#c5553e Border Color

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

This div border color is #c5553e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5553e


Comments

No comments written yet.

Please login to write comment.