Color Hex Logo

#c7516f Color Hex

#C7516F
(199,81,111)
0 Favorites   0 Comments

Color spaces of #c7516f

RGB 19981111
HSL0.960.510.55
HSV345°59°78°
CMYK 0.000.590.44   0.22
XYZ29.364919.174717.1923
Yxy19.17470.44670.2917
Hunter Lab43.788943.07177.3740
CIE-Lab50.891049.68987.2304

#c7516f color RGB value is (199,81,111).

#c7516f hex color red value is 199, green value is 81 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c7516f hue: 0.96 , saturation: 0.51 and the lightness value of c7516f is 0.55.

The process color (four color CMYK) of #c7516f color hex is 0.00, 0.59, 0.44, 0.22. Web safe color of #c7516f is #cc6666. Color #c7516f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010001 01101111
Octal 307 121 157
Decimal 199 81 111
Hex C7 51 6F

RGB Percentages of Color #c7516f

%50.90
%20.72
%28.39

CMYK Percentages of Color #c7516f

%0
%59
%44
%22

Triadic Colors of #c7516f

#c7516f #6fc751 #516fc7

Analogous Colors of #c7516f

#c7516f #c76e51 #c751aa

Monochromatic Colors of #c7516f

#c7516f

Complementary Color

#c7516f #51c7a9

#c7516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7516f Color CSS Codes

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

#c7516f Text Font Color

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

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


#c7516f Background Color

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

This div background color is #c7516f


#c7516f Border Color

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

This div border color is #c7516f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,81,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7516f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7516f;
  -webkit-box-shadow: 1px 1px 3px 2px #c7516f;
  box-shadow:         1px 1px 3px 2px #c7516f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,81,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7516f


Comments

No comments written yet.

Please login to write comment.