Color Hex Logo

#c1552c Color Hex

#C1552C
(193,85,44)
0 Favorites   0 Comments

Color spaces of #c1552c

RGB 1938544
HSL0.050.630.46
HSV17°77°76°
CMYK 0.000.560.77   0.24
XYZ25.695418.01634.5061
Yxy18.01630.53290.3736
Hunter Lab42.445633.779123.4176
CIE-Lab49.515940.906443.7790

#c1552c color RGB value is (193,85,44).

#c1552c hex color red value is 193, green value is 85 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c1552c hue: 0.05 , saturation: 0.63 and the lightness value of c1552c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010101 00101100
Octal 301 125 54
Decimal 193 85 44
Hex C1 55 2C

RGB Percentages of Color #c1552c

%59.94
%26.40
%13.66

CMYK Percentages of Color #c1552c

%0
%56
%77
%24

Triadic Colors of #c1552c

#c1552c #2cc155 #552cc1

Analogous Colors of #c1552c

#c1552c #c1a02c #c12c4d

Monochromatic Colors of #c1552c

#c1552c

Complementary Color

#c1552c #2c98c1

#c1552c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1552c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1552c Color CSS Codes

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

#c1552c Text Font Color

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

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


#c1552c Background Color

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

This div background color is #c1552c


#c1552c Border Color

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

This div border color is #c1552c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1552c


Comments

No comments written yet.

Please login to write comment.