Color Hex Logo

#c15746 Color Hex

#C15746
(193,87,70)
0 Favorites   0 Comments

Color spaces of #c15746

RGB 1938770
HSL0.020.500.52
HSV64°76°
CMYK 0.000.550.64   0.24
XYZ26.506018.59607.9867
Yxy18.59600.49930.3503
Hunter Lab43.123134.251319.2052
CIE-Lab50.211241.274130.4365

#c15746 color RGB value is (193,87,70).

#c15746 hex color red value is 193, green value is 87 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c15746 hue: 0.02 , saturation: 0.50 and the lightness value of c15746 is 0.52.

The process color (four color CMYK) of #c15746 color hex is 0.00, 0.55, 0.64, 0.24. Web safe color of #c15746 is #cc6633. Color #c15746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010111 01000110
Octal 301 127 106
Decimal 193 87 70
Hex C1 57 46

RGB Percentages of Color #c15746

%55.14
%24.86
%20.00

CMYK Percentages of Color #c15746

%0
%55
%64
%24

Triadic Colors of #c15746

#c15746 #46c157 #5746c1

Analogous Colors of #c15746

#c15746 #c19546 #c14673

Monochromatic Colors of #c15746

#c15746

Complementary Color

#c15746 #46b0c1

#c15746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15746 Color CSS Codes

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

#c15746 Text Font Color

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

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


#c15746 Background Color

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

This div background color is #c15746


#c15746 Border Color

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

This div border color is #c15746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15746


Comments

No comments written yet.

Please login to write comment.