Color Hex Logo

#c04944 Color Hex

#C04944
(192,73,68)
0 Favorites   0 Comments

Color spaces of #c04944

RGB 1927368
HSL0.010.500.51
HSV65°75°
CMYK 0.000.620.65   0.25
XYZ25.164216.38897.3059
Yxy16.38890.51500.3354
Hunter Lab40.483240.109317.6383
CIE-Lab47.480647.435628.1786

#c04944 color RGB value is (192,73,68).

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

The process color (four color CMYK) of #c04944 color hex is 0.00, 0.62, 0.65, 0.25. Web safe color of #c04944 is #cc3333. Color #c04944 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 01000100
Octal 300 111 104
Decimal 192 73 68
Hex C0 49 44

RGB Percentages of Color #c04944

%57.66
%21.92
%20.42

CMYK Percentages of Color #c04944

%0
%62
%65
%25

Triadic Colors of #c04944

#c04944 #44c049 #4944c0

Analogous Colors of #c04944

#c04944 #c08744 #c0447d

Monochromatic Colors of #c04944

#c04944

Complementary Color

#c04944 #44bbc0

#c04944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04944 Color CSS Codes

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

#c04944 Text Font Color

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

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


#c04944 Background Color

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

This div background color is #c04944


#c04944 Border Color

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

This div border color is #c04944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04944


Comments

No comments written yet.

Please login to write comment.