Color Hex Logo

#c98786 Color Hex

#C98786
(201,135,134)
0 Favorites   0 Comments

Color spaces of #c98786

RGB 201135134
HSL0.000.380.66
HSV33°79°
CMYK 0.000.330.33   0.21
XYZ37.054431.466726.6750
Yxy31.46670.38920.3305
Hunter Lab56.095219.743911.0724
CIE-Lab62.899625.176710.8895

#c98786 color RGB value is (201,135,134).

#c98786 hex color red value is 201, green value is 135 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c98786 hue: 0.00 , saturation: 0.38 and the lightness value of c98786 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000111 10000110
Octal 311 207 206
Decimal 201 135 134
Hex C9 87 86

RGB Percentages of Color #c98786

%42.77
%28.72
%28.51

CMYK Percentages of Color #c98786

%0
%33
%33
%21

Triadic Colors of #c98786

#c98786 #86c987 #8786c9

Analogous Colors of #c98786

#c98786 #c9a986 #c986a7

Monochromatic Colors of #c98786

#c98786

Complementary Color

#c98786 #86c8c9

#c98786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98786 Color CSS Codes

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

#c98786 Text Font Color

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

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


#c98786 Background Color

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

This div background color is #c98786


#c98786 Border Color

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

This div border color is #c98786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98786


Comments

No comments written yet.

Please login to write comment.