Color Hex Logo

#c9541e Color Hex

#C9541E
(201,84,30)
0 Favorites   0 Comments

Color spaces of #c9541e

RGB 2018430
HSL0.050.740.45
HSV19°85°79°
CMYK 0.000.580.85   0.21
XYZ27.492118.85193.4181
Yxy18.85190.55250.3788
Hunter Lab43.418837.040625.7256
CIE-Lab50.513543.972751.5868

#c9541e color RGB value is (201,84,30).

#c9541e hex color red value is 201, green value is 84 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c9541e hue: 0.05 , saturation: 0.74 and the lightness value of c9541e is 0.45.

The process color (four color CMYK) of #c9541e color hex is 0.00, 0.58, 0.85, 0.21. Web safe color of #c9541e is #cc6633. Color #c9541e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010100 00011110
Octal 311 124 36
Decimal 201 84 30
Hex C9 54 1E

RGB Percentages of Color #c9541e

%63.81
%26.67
%9.52

CMYK Percentages of Color #c9541e

%0
%58
%85
%21

Triadic Colors of #c9541e

#c9541e #1ec954 #541ec9

Analogous Colors of #c9541e

#c9541e #c9aa1e #c91e3e

Monochromatic Colors of #c9541e

#c9541e

Complementary Color

#c9541e #1e93c9

#c9541e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9541e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9541e Color CSS Codes

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

#c9541e Text Font Color

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

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


#c9541e Background Color

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

This div background color is #c9541e


#c9541e Border Color

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

This div border color is #c9541e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9541e


Comments

No comments written yet.

Please login to write comment.