Color Hex Logo

#c0521e Color Hex

#C0521E
(192,82,30)
0 Favorites   0 Comments

Color spaces of #c0521e

RGB 1928230
HSL0.050.730.44
HSV19°84°75°
CMYK 0.000.570.84   0.25
XYZ24.989917.33483.2571
Yxy17.33480.54820.3803
Hunter Lab41.635134.276624.5063
CIE-Lab48.679141.526649.4307

#c0521e color RGB value is (192,82,30).

#c0521e hex color red value is 192, green value is 82 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c0521e hue: 0.05 , saturation: 0.73 and the lightness value of c0521e is 0.44.

The process color (four color CMYK) of #c0521e color hex is 0.00, 0.57, 0.84, 0.25. Web safe color of #c0521e is #cc6633. Color #c0521e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010010 00011110
Octal 300 122 36
Decimal 192 82 30
Hex C0 52 1E

RGB Percentages of Color #c0521e

%63.16
%26.97
%9.87

CMYK Percentages of Color #c0521e

%0
%57
%84
%25

Triadic Colors of #c0521e

#c0521e #1ec052 #521ec0

Analogous Colors of #c0521e

#c0521e #c0a31e #c01e3b

Monochromatic Colors of #c0521e

#c0521e

Complementary Color

#c0521e #1e8cc0

#c0521e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0521e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0521e Color CSS Codes

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

#c0521e Text Font Color

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

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


#c0521e Background Color

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

This div background color is #c0521e


#c0521e Border Color

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

This div border color is #c0521e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0521e


Comments

No comments written yet.

Please login to write comment.