Color Hex Logo

#c5595b Color Hex

#C5595B
(197,89,91)
0 Favorites   0 Comments

Color spaces of #c5595b

RGB 1978991
HSL1.000.480.56
HSV359°55°77°
CMYK 0.000.550.54   0.23
XYZ28.486719.770412.2122
Yxy19.77040.47110.3269
Hunter Lab44.463936.547714.8405
CIE-Lab51.576643.330720.0601

#c5595b color RGB value is (197,89,91).

#c5595b hex color red value is 197, green value is 89 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c5595b hue: 1.00 , saturation: 0.48 and the lightness value of c5595b is 0.56.

The process color (four color CMYK) of #c5595b color hex is 0.00, 0.55, 0.54, 0.23. Web safe color of #c5595b is #cc6666. Color #c5595b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011001 01011011
Octal 305 131 133
Decimal 197 89 91
Hex C5 59 5B

RGB Percentages of Color #c5595b

%52.25
%23.61
%24.14

CMYK Percentages of Color #c5595b

%0
%55
%54
%23

Triadic Colors of #c5595b

#c5595b #5bc559 #595bc5

Analogous Colors of #c5595b

#c5595b #c58d59 #c55991

Monochromatic Colors of #c5595b

#c5595b

Complementary Color

#c5595b #59c5c3

#c5595b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5595b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5595b Color CSS Codes

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

#c5595b Text Font Color

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

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


#c5595b Background Color

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

This div background color is #c5595b


#c5595b Border Color

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

This div border color is #c5595b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5595b


Comments

No comments written yet.

Please login to write comment.