Color Hex Logo

#c15b73 Color Hex

#C15B73
(193,91,115)
0 Favorites   0 Comments

Color spaces of #c15b73

RGB 19391115
HSL0.960.450.56
HSV346°53°76°
CMYK 0.000.530.40   0.24
XYZ28.827920.057418.5717
Yxy20.05740.42740.2973
Hunter Lab44.785536.52386.7634
CIE-Lab51.902043.25866.1566

#c15b73 color RGB value is (193,91,115).

#c15b73 hex color red value is 193, green value is 91 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c15b73 hue: 0.96 , saturation: 0.45 and the lightness value of c15b73 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011011 01110011
Octal 301 133 163
Decimal 193 91 115
Hex C1 5B 73

RGB Percentages of Color #c15b73

%48.37
%22.81
%28.82

CMYK Percentages of Color #c15b73

%0
%53
%40
%24

Triadic Colors of #c15b73

#c15b73 #73c15b #5b73c1

Analogous Colors of #c15b73

#c15b73 #c1765b #c15ba6

Monochromatic Colors of #c15b73

#c15b73

Complementary Color

#c15b73 #5bc1a9

#c15b73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15b73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15b73 Color CSS Codes

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

#c15b73 Text Font Color

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

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


#c15b73 Background Color

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

This div background color is #c15b73


#c15b73 Border Color

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

This div border color is #c15b73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15b73


Comments

No comments written yet.

Please login to write comment.