Color Hex Logo

#c1533c Color Hex

#C1533C
(193,83,60)
0 Favorites   0 Comments

Color spaces of #c1533c

RGB 1938360
HSL0.030.530.50
HSV10°69°76°
CMYK 0.000.570.69   0.24
XYZ25.901217.85026.3553
Yxy17.85020.51690.3562
Hunter Lab42.249535.493420.6561
CIE-Lab49.313942.637835.0292

#c1533c color RGB value is (193,83,60).

#c1533c hex color red value is 193, green value is 83 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c1533c hue: 0.03 , saturation: 0.53 and the lightness value of c1533c is 0.50.

The process color (four color CMYK) of #c1533c color hex is 0.00, 0.57, 0.69, 0.24. Web safe color of #c1533c is #cc6633. Color #c1533c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010011 00111100
Octal 301 123 74
Decimal 193 83 60
Hex C1 53 3C

RGB Percentages of Color #c1533c

%57.44
%24.70
%17.86

CMYK Percentages of Color #c1533c

%0
%57
%69
%24

Triadic Colors of #c1533c

#c1533c #3cc153 #533cc1

Analogous Colors of #c1533c

#c1533c #c1963c #c13c68

Monochromatic Colors of #c1533c

#c1533c

Complementary Color

#c1533c #3caac1

#c1533c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1533c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1533c Color CSS Codes

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

#c1533c Text Font Color

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

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


#c1533c Background Color

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

This div background color is #c1533c


#c1533c Border Color

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

This div border color is #c1533c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1533c


Comments

No comments written yet.

Please login to write comment.