Hex #c1c5c0 Color

#c1c5c0
equivalent to

RGB

(193, 197, 192)

Details of #c1c5c0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
193
51.4730
0.30
0.02
79.0849
55.0757
108°
74.2130
197
55.0757
0.04
0.00
-2.2960
0.3132
-6.0676
192
57.7869
0.76
0.03   0.23
2.0122
0.3351
77°
5.7980

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11000001
301
193
C1
Green
11000101
305
197
C5
Blue
11000000
300
192
C0

RGB in % of #c1c5c0

%33.16
%33.85
%32.99

CMYK in % of #c1c5c0

%2
%0
%3
%23

Triads of color #c1c5c0

#c1c5c0 #c5c0c1 #c0c1c0

Similar Colors to #c1c5c0

#c1c5c0 #c4c5c0 #c0c5c2

Preview Color #c1c5c0 on black ground

#c1c5c0 is very interesting for text.

Preview Color #c1c5c0 on white ground

#c1c5c0 is very interesting for text.

CSS Codes #c1c5c0 color

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

Text Font Color #c1c5c0

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

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

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

This div background color is #c1c5c0


Border Color #c1c5c0

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

The color of this border is #c1c5c0


Examples Css3

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

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 #c1c5c0">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c1c5c0