Color Hex Logo

#c0543b Color Hex

#C0543B
(192,84,59)
0 Favorites   0 Comments

Color spaces of #c0543b

RGB 1928459
HSL0.030.530.49
HSV11°69°75°
CMYK 0.000.560.69   0.25
XYZ25.698017.86296.2311
Yxy17.86290.51610.3588
Hunter Lab42.264534.570020.8440
CIE-Lab49.329441.721135.5646

#c0543b color RGB value is (192,84,59).

#c0543b hex color red value is 192, green value is 84 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c0543b hue: 0.03 , saturation: 0.53 and the lightness value of c0543b is 0.49.

The process color (four color CMYK) of #c0543b color hex is 0.00, 0.56, 0.69, 0.25. Web safe color of #c0543b is #cc6633. Color #c0543b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010100 00111011
Octal 300 124 73
Decimal 192 84 59
Hex C0 54 3B

RGB Percentages of Color #c0543b

%57.31
%25.07
%17.61

CMYK Percentages of Color #c0543b

%0
%56
%69
%25

Triadic Colors of #c0543b

#c0543b #3bc054 #543bc0

Analogous Colors of #c0543b

#c0543b #c0973b #c03b65

Monochromatic Colors of #c0543b

#c0543b

Complementary Color

#c0543b #3ba7c0

#c0543b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0543b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0543b Color CSS Codes

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

#c0543b Text Font Color

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

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


#c0543b Background Color

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

This div background color is #c0543b


#c0543b Border Color

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

This div border color is #c0543b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0543b


Comments

No comments written yet.

Please login to write comment.