Color Hex Logo

#c4553f Color Hex

#C4553F
(196,85,63)
0 Favorites   0 Comments

Color spaces of #c4553f

RGB 1968563
HSL0.030.530.51
HSV10°68°77°
CMYK 0.000.570.68   0.23
XYZ26.910718.59166.8728
Yxy18.59160.51380.3550
Hunter Lab43.118035.948620.7320
CIE-Lab50.205942.950834.5161

#c4553f color RGB value is (196,85,63).

#c4553f hex color red value is 196, green value is 85 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c4553f hue: 0.03 , saturation: 0.53 and the lightness value of c4553f is 0.51.

The process color (four color CMYK) of #c4553f color hex is 0.00, 0.57, 0.68, 0.23. Web safe color of #c4553f is #cc6633. Color #c4553f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010101 00111111
Octal 304 125 77
Decimal 196 85 63
Hex C4 55 3F

RGB Percentages of Color #c4553f

%56.98
%24.71
%18.31

CMYK Percentages of Color #c4553f

%0
%57
%68
%23

Triadic Colors of #c4553f

#c4553f #3fc455 #553fc4

Analogous Colors of #c4553f

#c4553f #c4983f #c43f6c

Monochromatic Colors of #c4553f

#c4553f

Complementary Color

#c4553f #3faec4

#c4553f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4553f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4553f Color CSS Codes

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

#c4553f Text Font Color

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

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


#c4553f Background Color

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

This div background color is #c4553f


#c4553f Border Color

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

This div border color is #c4553f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,85,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 #c4553f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4553f


Comments

No comments written yet.

Please login to write comment.