Color Hex Logo

#c99291 Color Hex

#C99291
(201,146,145)
0 Favorites   0 Comments

Color spaces of #c99291

RGB 201146145
HSL0.000.340.68
HSV28°79°
CMYK 0.000.270.28   0.21
XYZ39.477135.019631.4669
Yxy35.01960.37260.3305
Hunter Lab59.177415.51669.8974
CIE-Lab65.763920.62388.7429

#c99291 color RGB value is (201,146,145).

#c99291 hex color red value is 201, green value is 146 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c99291 hue: 0.00 , saturation: 0.34 and the lightness value of c99291 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010010 10010001
Octal 311 222 221
Decimal 201 146 145
Hex C9 92 91

RGB Percentages of Color #c99291

%40.85
%29.67
%29.47

CMYK Percentages of Color #c99291

%0
%27
%28
%21

Triadic Colors of #c99291

#c99291 #91c992 #9291c9

Analogous Colors of #c99291

#c99291 #c9ae91 #c991ac

Monochromatic Colors of #c99291

#c99291

Complementary Color

#c99291 #91c8c9

#c99291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99291 Color CSS Codes

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

#c99291 Text Font Color

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

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


#c99291 Background Color

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

This div background color is #c99291


#c99291 Border Color

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

This div border color is #c99291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99291


Comments

No comments written yet.

Please login to write comment.