Color Hex Logo

#c04946 Color Hex

#C04946
(192,73,70)
0 Favorites   0 Comments

Color spaces of #c04946

RGB 1927370
HSL0.000.490.51
HSV64°75°
CMYK 0.000.620.64   0.25
XYZ25.226316.41387.6330
Yxy16.41380.51200.3331
Hunter Lab40.513940.244917.1893
CIE-Lab47.512847.561027.0387

#c04946 color RGB value is (192,73,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 01000110
Octal 300 111 106
Decimal 192 73 70
Hex C0 49 46

RGB Percentages of Color #c04946

%57.31
%21.79
%20.90

CMYK Percentages of Color #c04946

%0
%62
%64
%25

Triadic Colors of #c04946

#c04946 #46c049 #4946c0

Analogous Colors of #c04946

#c04946 #c08646 #c04680

Monochromatic Colors of #c04946

#c04946

Complementary Color

#c04946 #46bdc0

#c04946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04946 Color CSS Codes

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

#c04946 Text Font Color

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

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


#c04946 Background Color

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

This div background color is #c04946


#c04946 Border Color

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

This div border color is #c04946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04946


Comments

No comments written yet.

Please login to write comment.