Color Hex Logo

#c59299 Color Hex

#C59299
(197,146,153)
0 Favorites   0 Comments

Color spaces of #c59299

RGB 197146153
HSL0.980.310.67
HSV352°26°77°
CMYK 0.000.260.22   0.23
XYZ39.054634.728034.7818
Yxy34.72800.35970.3199
Hunter Lab58.930515.16786.2573
CIE-Lab65.536320.26913.8614

#c59299 color RGB value is (197,146,153).

#c59299 hex color red value is 197, green value is 146 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c59299 hue: 0.98 , saturation: 0.31 and the lightness value of c59299 is 0.67.

The process color (four color CMYK) of #c59299 color hex is 0.00, 0.26, 0.22, 0.23. Web safe color of #c59299 is #cc9999. Color #c59299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010010 10011001
Octal 305 222 231
Decimal 197 146 153
Hex C5 92 99

RGB Percentages of Color #c59299

%39.72
%29.44
%30.85

CMYK Percentages of Color #c59299

%0
%26
%22
%23

Triadic Colors of #c59299

#c59299 #99c592 #9299c5

Analogous Colors of #c59299

#c59299 #c5a592 #c592b3

Monochromatic Colors of #c59299

#c59299

Complementary Color

#c59299 #92c5be

#c59299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59299 Color CSS Codes

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

#c59299 Text Font Color

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

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


#c59299 Background Color

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

This div background color is #c59299


#c59299 Border Color

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

This div border color is #c59299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59299


Comments

No comments written yet.

Please login to write comment.