Color Hex Logo

#c5516a Color Hex

#C5516A
(197,81,106)
0 Favorites   0 Comments

Color spaces of #c5516a

RGB 19781106
HSL0.960.500.55
HSV347°59°77°
CMYK 0.000.590.46   0.23
XYZ28.569918.795815.7578
Yxy18.79580.45260.2978
Hunter Lab43.354141.75998.7979
CIE-Lab50.447448.52339.5599

#c5516a color RGB value is (197,81,106).

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

The process color (four color CMYK) of #c5516a color hex is 0.00, 0.59, 0.46, 0.23. Web safe color of #c5516a is #cc6666. Color #c5516a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010001 01101010
Octal 305 121 152
Decimal 197 81 106
Hex C5 51 6A

RGB Percentages of Color #c5516a

%51.30
%21.09
%27.60

CMYK Percentages of Color #c5516a

%0
%59
%46
%23

Triadic Colors of #c5516a

#c5516a #6ac551 #516ac5

Analogous Colors of #c5516a

#c5516a #c57251 #c551a4

Monochromatic Colors of #c5516a

#c5516a

Complementary Color

#c5516a #51c5ac

#c5516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5516a Color CSS Codes

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

#c5516a Text Font Color

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

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


#c5516a Background Color

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

This div background color is #c5516a


#c5516a Border Color

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

This div border color is #c5516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5516a


Comments

No comments written yet.

Please login to write comment.