Color Hex Logo

#c1493f Color Hex

#C1493F
(193,73,63)
0 Favorites   0 Comments

Color spaces of #c1493f

RGB 1937363
HSL0.010.510.50
HSV67°76°
CMYK 0.000.620.67   0.24
XYZ25.272116.46146.5480
Yxy16.46140.52340.3409
Hunter Lab40.572740.182918.8321
CIE-Lab47.574147.491031.2532

#c1493f color RGB value is (193,73,63).

#c1493f hex color red value is 193, green value is 73 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c1493f hue: 0.01 , saturation: 0.51 and the lightness value of c1493f is 0.50.

The process color (four color CMYK) of #c1493f color hex is 0.00, 0.62, 0.67, 0.24. Web safe color of #c1493f is #cc3333. Color #c1493f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001001 00111111
Octal 301 111 77
Decimal 193 73 63
Hex C1 49 3F

RGB Percentages of Color #c1493f

%58.66
%22.19
%19.15

CMYK Percentages of Color #c1493f

%0
%62
%67
%24

Triadic Colors of #c1493f

#c1493f #3fc149 #493fc1

Analogous Colors of #c1493f

#c1493f #c18a3f #c13f76

Monochromatic Colors of #c1493f

#c1493f

Complementary Color

#c1493f #3fb7c1

#c1493f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1493f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1493f Color CSS Codes

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

#c1493f Text Font Color

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

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


#c1493f Background Color

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

This div background color is #c1493f


#c1493f Border Color

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

This div border color is #c1493f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1493f


Comments

No comments written yet.

Please login to write comment.