Color Hex Logo

#c15b2c Color Hex

#C15B2C
(193,91,44)
0 Favorites   0 Comments

Color spaces of #c15b2c

RGB 1939144
HSL0.050.630.46
HSV19°77°76°
CMYK 0.000.530.77   0.24
XYZ26.188019.00154.6703
Yxy19.00150.52520.3811
Hunter Lab43.590730.953724.1612
CIE-Lab50.689037.903044.9713

#c15b2c color RGB value is (193,91,44).

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

The process color (four color CMYK) of #c15b2c color hex is 0.00, 0.53, 0.77, 0.24. Web safe color of #c15b2c is #cc6633. Color #c15b2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011011 00101100
Octal 301 133 54
Decimal 193 91 44
Hex C1 5B 2C

RGB Percentages of Color #c15b2c

%58.84
%27.74
%13.41

CMYK Percentages of Color #c15b2c

%0
%53
%77
%24

Triadic Colors of #c15b2c

#c15b2c #2cc15b #5b2cc1

Analogous Colors of #c15b2c

#c15b2c #c1a62c #c12c47

Monochromatic Colors of #c15b2c

#c15b2c

Complementary Color

#c15b2c #2c92c1

#c15b2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15b2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15b2c Color CSS Codes

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

#c15b2c Text Font Color

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

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


#c15b2c Background Color

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

This div background color is #c15b2c


#c15b2c Border Color

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

This div border color is #c15b2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15b2c


Comments

No comments written yet.

Please login to write comment.