Hex #c4515b Color

#c4515b
equivalent to

RGB

(196, 81, 91)

Details of #c4515b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
196
27.5957
0.99
0.00
49.9490
18.3760
355°
42.8672
81
18.3760
0.49
0.59
46.8209
0.4761
59°
39.8917
91
11.9900
0.54
0.54   0.23
17.8424
0.3170
77°
13.4289

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11000100
304
196
C4
Green
1010001
121
81
51
Blue
1011011
133
91
5B

RGB in % of #c4515b

%53.26
%22.01
%24.73

CMYK in % of #c4515b

%0
%59
%54
%23

Triads of color #c4515b

#c4515b #515bc4 #5bc45b

Similar Colors to #c4515b

#c4515b #c45195 #c48151

Preview Color #c4515b on black ground

#c4515b is very interesting for text.

Preview Color #c4515b on white ground

#c4515b is very interesting for text.

CSS Codes #c4515b color

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

Text Font Color #c4515b

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

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


Background Color #c4515b

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

This div background color is #c4515b


Border Color #c4515b

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

The color of this border is #c4515b


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c4515b