Color Hex Logo

#c5565d Color Hex

#C5565D
(197,86,93)
0 Favorites   0 Comments

Color spaces of #c5565d

RGB 1978693
HSL0.990.490.55
HSV356°56°77°
CMYK 0.000.560.53   0.23
XYZ28.329519.316212.5912
Yxy19.31620.47030.3207
Hunter Lab43.950238.145013.7793
CIE-Lab51.055144.961918.1734

#c5565d color RGB value is (197,86,93).

#c5565d hex color red value is 197, green value is 86 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c5565d hue: 0.99 , saturation: 0.49 and the lightness value of c5565d is 0.55.

The process color (four color CMYK) of #c5565d color hex is 0.00, 0.56, 0.53, 0.23. Web safe color of #c5565d is #cc6666. Color #c5565d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010110 01011101
Octal 305 126 135
Decimal 197 86 93
Hex C5 56 5D

RGB Percentages of Color #c5565d

%52.39
%22.87
%24.73

CMYK Percentages of Color #c5565d

%0
%56
%53
%23

Triadic Colors of #c5565d

#c5565d #5dc556 #565dc5

Analogous Colors of #c5565d

#c5565d #c58756 #c55695

Monochromatic Colors of #c5565d

#c5565d

Complementary Color

#c5565d #56c5be

#c5565d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5565d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5565d Color CSS Codes

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

#c5565d Text Font Color

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

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


#c5565d Background Color

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

This div background color is #c5565d


#c5565d Border Color

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

This div border color is #c5565d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5565d


Comments

No comments written yet.

Please login to write comment.