Color Hex Logo

#c98740 Color Hex

#C98740
(201,135,64)
0 Favorites   0 Comments

Color spaces of #c98740

RGB 20113564
HSL0.090.560.52
HSV31°68°79°
CMYK 0.000.330.68   0.21
XYZ33.676830.11568.8884
Yxy30.11560.46340.4144
Hunter Lab54.877713.504228.8113
CIE-Lab61.753818.662047.2987

#c98740 color RGB value is (201,135,64).

#c98740 hex color red value is 201, green value is 135 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c98740 hue: 0.09 , saturation: 0.56 and the lightness value of c98740 is 0.52.

The process color (four color CMYK) of #c98740 color hex is 0.00, 0.33, 0.68, 0.21. Web safe color of #c98740 is #cc9933. Color #c98740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000111 01000000
Octal 311 207 100
Decimal 201 135 64
Hex C9 87 40

RGB Percentages of Color #c98740

%50.25
%33.75
%16.00

CMYK Percentages of Color #c98740

%0
%33
%68
%21

Triadic Colors of #c98740

#c98740 #40c987 #8740c9

Analogous Colors of #c98740

#c98740 #c7c940 #c94340

Monochromatic Colors of #c98740

#c98740

Complementary Color

#c98740 #4082c9

#c98740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98740 Color CSS Codes

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

#c98740 Text Font Color

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

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


#c98740 Background Color

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

This div background color is #c98740


#c98740 Border Color

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

This div border color is #c98740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98740


Comments

No comments written yet.

Please login to write comment.