Color Hex Logo

#c1615e Color Hex

#C1615E
(193,97,94)
0 Favorites   0 Comments

Color spaces of #c1615e

RGB 1939794
HSL0.010.440.56
HSV51°76°
CMYK 0.000.500.51   0.24
XYZ28.287420.695013.0933
Yxy20.69500.45570.3334
Hunter Lab45.491831.383214.7796
CIE-Lab52.614138.076819.5829

#c1615e color RGB value is (193,97,94).

#c1615e hex color red value is 193, green value is 97 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c1615e hue: 0.01 , saturation: 0.44 and the lightness value of c1615e is 0.56.

The process color (four color CMYK) of #c1615e color hex is 0.00, 0.50, 0.51, 0.24. Web safe color of #c1615e is #cc6666. Color #c1615e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100001 01011110
Octal 301 141 136
Decimal 193 97 94
Hex C1 61 5E

RGB Percentages of Color #c1615e

%50.26
%25.26
%24.48

CMYK Percentages of Color #c1615e

%0
%50
%51
%24

Triadic Colors of #c1615e

#c1615e #5ec161 #615ec1

Analogous Colors of #c1615e

#c1615e #c1935e #c15e8d

Monochromatic Colors of #c1615e

#c1615e

Complementary Color

#c1615e #5ebec1

#c1615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1615e Color CSS Codes

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

#c1615e Text Font Color

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

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


#c1615e Background Color

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

This div background color is #c1615e


#c1615e Border Color

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

This div border color is #c1615e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1615e


Comments

No comments written yet.

Please login to write comment.