Color Hex Logo

#c98990 Color Hex

#C98990
(201,137,144)
0 Favorites   0 Comments

Color spaces of #c98990

RGB 201137144
HSL0.980.370.66
HSV353°32°79°
CMYK 0.000.320.28   0.21
XYZ38.067132.322430.6181
Yxy32.32240.37690.3200
Hunter Lab56.852820.02647.8663
CIE-Lab63.608525.41926.2264

#c98990 color RGB value is (201,137,144).

#c98990 hex color red value is 201, green value is 137 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c98990 hue: 0.98 , saturation: 0.37 and the lightness value of c98990 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001001 10010000
Octal 311 211 220
Decimal 201 137 144
Hex C9 89 90

RGB Percentages of Color #c98990

%41.70
%28.42
%29.88

CMYK Percentages of Color #c98990

%0
%32
%28
%21

Triadic Colors of #c98990

#c98990 #90c989 #8990c9

Analogous Colors of #c98990

#c98990 #c9a289 #c989b0

Monochromatic Colors of #c98990

#c98990

Complementary Color

#c98990 #89c9c2

#c98990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98990 Color CSS Codes

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

#c98990 Text Font Color

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

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


#c98990 Background Color

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

This div background color is #c98990


#c98990 Border Color

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

This div border color is #c98990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98990

#c98990 Color Palettes


Comments

No comments written yet.

Please login to write comment.