Color Hex Logo

#c98440 Color Hex

#C98440
(201,132,64)
0 Favorites   0 Comments

Color spaces of #c98440

RGB 20113264
HSL0.080.560.52
HSV30°68°79°
CMYK 0.000.340.68   0.21
XYZ33.264129.29028.7509
Yxy29.29020.46650.4108
Hunter Lab54.120415.000928.2975
CIE-Lab61.036920.301146.5123

#c98440 color RGB value is (201,132,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000100 01000000
Octal 311 204 100
Decimal 201 132 64
Hex C9 84 40

RGB Percentages of Color #c98440

%50.63
%33.25
%16.12

CMYK Percentages of Color #c98440

%0
%34
%68
%21

Triadic Colors of #c98440

#c98440 #40c984 #8440c9

Analogous Colors of #c98440

#c98440 #c9c940 #c94040

Monochromatic Colors of #c98440

#c98440

Complementary Color

#c98440 #4085c9

#c98440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98440 Color CSS Codes

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

#c98440 Text Font Color

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

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


#c98440 Background Color

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

This div background color is #c98440


#c98440 Border Color

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

This div border color is #c98440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98440


Comments

No comments written yet.

Please login to write comment.