Color Hex Logo

#c99189 Color Hex

#C99189
(201,145,137)
0 Favorites   0 Comments

Color spaces of #c99189

RGB 201145137
HSL0.020.370.66
HSV32°79°
CMYK 0.000.280.32   0.21
XYZ38.728134.474428.2799
Yxy34.47440.38160.3397
Hunter Lab58.714914.986812.5435
CIE-Lab65.337420.087912.6314

#c99189 color RGB value is (201,145,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010001 10001001
Octal 311 221 211
Decimal 201 145 137
Hex C9 91 89

RGB Percentages of Color #c99189

%41.61
%30.02
%28.36

CMYK Percentages of Color #c99189

%0
%28
%32
%21

Triadic Colors of #c99189

#c99189 #89c991 #9189c9

Analogous Colors of #c99189

#c99189 #c9b189 #c989a1

Monochromatic Colors of #c99189

#c99189

Complementary Color

#c99189 #89c1c9

#c99189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99189 Color CSS Codes

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

#c99189 Text Font Color

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

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


#c99189 Background Color

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

This div background color is #c99189


#c99189 Border Color

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

This div border color is #c99189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99189


Comments

No comments written yet.

Please login to write comment.