Color Hex Logo

#c15b58 Color Hex

#C15B58
(193,91,88)
0 Favorites   0 Comments

Color spaces of #c15b58

RGB 1939188
HSL0.000.460.55
HSV54°76°
CMYK 0.000.530.54   0.24
XYZ27.494919.524211.5519
Yxy19.52420.46940.3333
Hunter Lab44.186233.745915.4297
CIE-Lab51.294940.615621.3451

#c15b58 color RGB value is (193,91,88).

#c15b58 hex color red value is 193, green value is 91 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c15b58 hue: 0.00 , saturation: 0.46 and the lightness value of c15b58 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011011 01011000
Octal 301 133 130
Decimal 193 91 88
Hex C1 5B 58

RGB Percentages of Color #c15b58

%51.88
%24.46
%23.66

CMYK Percentages of Color #c15b58

%0
%53
%54
%24

Triadic Colors of #c15b58

#c15b58 #58c15b #5b58c1

Analogous Colors of #c15b58

#c15b58 #c19058 #c1588a

Monochromatic Colors of #c15b58

#c15b58

Complementary Color

#c15b58 #58bec1

#c15b58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15b58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15b58 Color CSS Codes

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

#c15b58 Text Font Color

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

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


#c15b58 Background Color

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

This div background color is #c15b58


#c15b58 Border Color

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

This div border color is #c15b58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15b58


Comments

No comments written yet.

Please login to write comment.