Color Hex Logo

#c98547 Color Hex

#C98547
(201,133,71)
0 Favorites   0 Comments

Color spaces of #c98547

RGB 20113371
HSL0.080.550.53
HSV29°65°79°
CMYK 0.000.340.65   0.21
XYZ33.612329.64759.9122
Yxy29.64750.45940.4052
Hunter Lab54.449514.903427.3213
CIE-Lab61.348920.181543.3897

#c98547 color RGB value is (201,133,71).

#c98547 hex color red value is 201, green value is 133 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c98547 hue: 0.08 , saturation: 0.55 and the lightness value of c98547 is 0.53.

The process color (four color CMYK) of #c98547 color hex is 0.00, 0.34, 0.65, 0.21. Web safe color of #c98547 is #cc9933. Color #c98547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000101 01000111
Octal 311 205 107
Decimal 201 133 71
Hex C9 85 47

RGB Percentages of Color #c98547

%49.63
%32.84
%17.53

CMYK Percentages of Color #c98547

%0
%34
%65
%21

Triadic Colors of #c98547

#c98547 #47c985 #8547c9

Analogous Colors of #c98547

#c98547 #c9c647 #c9474a

Monochromatic Colors of #c98547

#c98547

Complementary Color

#c98547 #478bc9

#c98547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98547 Color CSS Codes

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

#c98547 Text Font Color

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

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


#c98547 Background Color

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

This div background color is #c98547


#c98547 Border Color

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

This div border color is #c98547


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,133,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98547


Comments

No comments written yet.

Please login to write comment.