Color Hex Logo

#c15441 Color Hex

#C15441
(193,84,65)
0 Favorites   0 Comments

Color spaces of #c15441

RGB 1938465
HSL0.020.510.51
HSV66°76°
CMYK 0.000.560.66   0.24
XYZ26.116818.05987.1104
Yxy18.05980.50920.3521
Hunter Lab42.496835.329319.8276
CIE-Lab49.568642.437132.5099

#c15441 color RGB value is (193,84,65).

#c15441 hex color red value is 193, green value is 84 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #c15441 hue: 0.02 , saturation: 0.51 and the lightness value of c15441 is 0.51.

The process color (four color CMYK) of #c15441 color hex is 0.00, 0.56, 0.66, 0.24. Web safe color of #c15441 is #cc6633. Color #c15441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 01000001
Octal 301 124 101
Decimal 193 84 65
Hex C1 54 41

RGB Percentages of Color #c15441

%56.43
%24.56
%19.01

CMYK Percentages of Color #c15441

%0
%56
%66
%24

Triadic Colors of #c15441

#c15441 #41c154 #5441c1

Analogous Colors of #c15441

#c15441 #c19441 #c1416e

Monochromatic Colors of #c15441

#c15441

Complementary Color

#c15441 #41aec1

#c15441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15441 Color CSS Codes

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

#c15441 Text Font Color

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

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


#c15441 Background Color

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

This div background color is #c15441


#c15441 Border Color

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

This div border color is #c15441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15441


Comments

No comments written yet.

Please login to write comment.