Color Hex Logo

#c4473c Color Hex

#C4473C
(196,71,60)
0 Favorites   0 Comments

Color spaces of #c4473c

RGB 1967160
HSL0.010.540.50
HSV69°77°
CMYK 0.000.640.69   0.23
XYZ25.833816.56856.1114
Yxy16.56850.53250.3415
Hunter Lab40.704442.055519.5912
CIE-Lab47.711749.262633.2722

#c4473c color RGB value is (196,71,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000111 00111100
Octal 304 107 74
Decimal 196 71 60
Hex C4 47 3C

RGB Percentages of Color #c4473c

%59.94
%21.71
%18.35

CMYK Percentages of Color #c4473c

%0
%64
%69
%23

Triadic Colors of #c4473c

#c4473c #3cc447 #473cc4

Analogous Colors of #c4473c

#c4473c #c48b3c #c43c75

Monochromatic Colors of #c4473c

#c4473c

Complementary Color

#c4473c #3cb9c4

#c4473c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4473c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4473c Color CSS Codes

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

#c4473c Text Font Color

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

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


#c4473c Background Color

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

This div background color is #c4473c


#c4473c Border Color

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

This div border color is #c4473c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4473c


Comments

No comments written yet.

Please login to write comment.