Color Hex Logo

#c98884 Color Hex

#C98884
(201,136,132)
0 Favorites   0 Comments

Color spaces of #c98884

RGB 201136132
HSL0.010.390.65
HSV34°79°
CMYK 0.000.320.34   0.21
XYZ37.056431.691825.9938
Yxy31.69180.39110.3345
Hunter Lab56.295518.980312.0303
CIE-Lab63.087324.374312.2875

#c98884 color RGB value is (201,136,132).

#c98884 hex color red value is 201, green value is 136 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c98884 hue: 0.01 , saturation: 0.39 and the lightness value of c98884 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 10000100
Octal 311 210 204
Decimal 201 136 132
Hex C9 88 84

RGB Percentages of Color #c98884

%42.86
%29.00
%28.14

CMYK Percentages of Color #c98884

%0
%32
%34
%21

Triadic Colors of #c98884

#c98884 #84c988 #8884c9

Analogous Colors of #c98884

#c98884 #c9ab84 #c984a3

Monochromatic Colors of #c98884

#c98884

Complementary Color

#c98884 #84c5c9

#c98884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98884 Color CSS Codes

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

#c98884 Text Font Color

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

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


#c98884 Background Color

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

This div background color is #c98884


#c98884 Border Color

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

This div border color is #c98884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98884


Comments

No comments written yet.

Please login to write comment.