Color spaces of #c56749
RGB | 197 | 103 | 73 |
---|---|---|---|
HSL | 0.04 | 0.52 | 0.53 |
HSV | 15° | 63° | 77° |
CMYK | 0.00 | 0.48 | 0.63 0.23 |
XYZ | 29.0788 | 22.0519 | 9.0271 |
Yxy | 22.0519 | 0.4834 | 0.3666 |
Hunter Lab | 46.9595 | 28.3539 | 21.4742 |
CIE-Lab | 54.0820 | 34.8339 | 33.6225 |
#c56749 color RGB value is (197,103,73).
#c56749 hex color red value is 197, green value is 103 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c56749 hue: 0.04 , saturation: 0.52 and the lightness value of c56749 is 0.53.
The process color (four color CMYK) of #c56749 color hex is 0.00, 0.48, 0.63, 0.23. Web safe color of #c56749 is #cc6633. Color #c56749 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01100111 | 01001001 |
Octal | 305 | 147 | 111 |
Decimal | 197 | 103 | 73 |
Hex | C5 | 67 | 49 |
Shades of #c56749
Tints of #c56749
RGB Percentages of Color #c56749
CMYK Percentages of Color #c56749
Complementary Color
#c56749 | #49a7c5 |
#c56749 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c56749 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c56749 Color CSS Codes
.mybgcolor {background-color:#c56749; } .myforecolor {color:#c56749; } .mybordercolor {border:3px solid #c56749; }
#c56749 Text Font Color
<p style="color:#c56749">Text here</p>
This sample text font color is #c56749
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.
#c56749 Background Color
<div style="background-color:#c56749">
Div content here</div>
This div background color is #c56749
#c56749 Border Color
<div style="border:3px solid #c56749">
Div here</div>
This div border color is #c56749
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,103,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c56749; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c56749; -webkit-box-shadow: 1px 1px 3px 2px #c56749; box-shadow: 1px 1px 3px 2px #c56749; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,103,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c56749">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c56749; -webkit-box-shadow: 1px 1px 3px 2px #c56749; box-shadow: 1px 1px 3px 2px #c56749;">
Div content here</div>
This div box has shadow with color #c56749
Comments
No comments written yet.
Please login to write comment.