Color Hex Logo

#c4493d Color Hex

#C4493D
(196,73,61)
0 Favorites   0 Comments

Color spaces of #c4493d

RGB 1967361
HSL0.010.530.50
HSV69°77°
CMYK 0.000.630.69   0.23
XYZ25.989816.83786.2951
Yxy16.83780.52910.3428
Hunter Lab41.033941.248019.6279
CIE-Lab48.055048.433333.1044

#c4493d color RGB value is (196,73,61).

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

The process color (four color CMYK) of #c4493d color hex is 0.00, 0.63, 0.69, 0.23. Web safe color of #c4493d is #cc3333. Color #c4493d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001001 00111101
Octal 304 111 75
Decimal 196 73 61
Hex C4 49 3D

RGB Percentages of Color #c4493d

%59.39
%22.12
%18.48

CMYK Percentages of Color #c4493d

%0
%63
%69
%23

Triadic Colors of #c4493d

#c4493d #3dc449 #493dc4

Analogous Colors of #c4493d

#c4493d #c48d3d #c43d75

Monochromatic Colors of #c4493d

#c4493d

Complementary Color

#c4493d #3db8c4

#c4493d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4493d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4493d Color CSS Codes

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

#c4493d Text Font Color

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

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


#c4493d Background Color

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

This div background color is #c4493d


#c4493d Border Color

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

This div border color is #c4493d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4493d


Comments

No comments written yet.

Please login to write comment.