Color Hex Logo

#c15e5f Color Hex

#C15E5F
(193,94,95)
0 Favorites   0 Comments

Color spaces of #c15e5f

RGB 1939495
HSL1.000.440.56
HSV359°51°76°
CMYK 0.000.510.51   0.24
XYZ28.060620.169113.2405
Yxy20.16910.45650.3281
Hunter Lab44.910032.937513.9570
CIE-Lab52.027939.708918.2036

#c15e5f color RGB value is (193,94,95).

#c15e5f hex color red value is 193, green value is 94 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c15e5f hue: 1.00 , saturation: 0.44 and the lightness value of c15e5f is 0.56.

The process color (four color CMYK) of #c15e5f color hex is 0.00, 0.51, 0.51, 0.24. Web safe color of #c15e5f is #cc6666. Color #c15e5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011110 01011111
Octal 301 136 137
Decimal 193 94 95
Hex C1 5E 5F

RGB Percentages of Color #c15e5f

%50.52
%24.61
%24.87

CMYK Percentages of Color #c15e5f

%0
%51
%51
%24

Triadic Colors of #c15e5f

#c15e5f #5fc15e #5e5fc1

Analogous Colors of #c15e5f

#c15e5f #c18f5e #c15e91

Monochromatic Colors of #c15e5f

#c15e5f

Complementary Color

#c15e5f #5ec1c0

#c15e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15e5f Color CSS Codes

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

#c15e5f Text Font Color

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

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


#c15e5f Background Color

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

This div background color is #c15e5f


#c15e5f Border Color

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

This div border color is #c15e5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15e5f


Comments

No comments written yet.

Please login to write comment.