Color Hex Logo

#c1817a Color Hex

#C1817A
(193,129,122)
0 Favorites   0 Comments

Color spaces of #c1817a

RGB 193129122
HSL0.020.360.62
HSV37°76°
CMYK 0.000.330.37   0.24
XYZ33.355428.443122.1444
Yxy28.44310.39740.3388
Hunter Lab53.332118.307912.7142
CIE-Lab60.287023.855613.9137

#c1817a color RGB value is (193,129,122).

#c1817a hex color red value is 193, green value is 129 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c1817a hue: 0.02 , saturation: 0.36 and the lightness value of c1817a is 0.62.

The process color (four color CMYK) of #c1817a color hex is 0.00, 0.33, 0.37, 0.24. Web safe color of #c1817a is #cc9966. Color #c1817a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000001 01111010
Octal 301 201 172
Decimal 193 129 122
Hex C1 81 7A

RGB Percentages of Color #c1817a

%43.47
%29.05
%27.48

CMYK Percentages of Color #c1817a

%0
%33
%37
%24

Triadic Colors of #c1817a

#c1817a #7ac181 #817ac1

Analogous Colors of #c1817a

#c1817a #c1a57a #c17a97

Monochromatic Colors of #c1817a

#c1817a

Complementary Color

#c1817a #7abac1

#c1817a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1817a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1817a Color CSS Codes

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

#c1817a Text Font Color

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

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


#c1817a Background Color

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

This div background color is #c1817a


#c1817a Border Color

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

This div border color is #c1817a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1817a


Comments

No comments written yet.

Please login to write comment.