Color spaces of #c5545e
RGB | 197 | 84 | 94 |
---|---|---|---|
HSL | 0.99 | 0.49 | 0.55 |
HSV | 355° | 57° | 77° |
CMYK | 0.00 | 0.57 | 0.52 0.23 |
XYZ | 28.2167 | 19.0191 | 12.7735 |
Yxy | 19.0191 | 0.4702 | 0.3169 |
Hunter Lab | 43.6109 | 39.1723 | 13.1618 |
CIE-Lab | 50.7095 | 46.0076 | 17.1096 |
#c5545e color RGB value is (197,84,94).
#c5545e hex color red value is 197, green value is 84 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c5545e hue: 0.99 , saturation: 0.49 and the lightness value of c5545e is 0.55.
The process color (four color CMYK) of #c5545e color hex is 0.00, 0.57, 0.52, 0.23. Web safe color of #c5545e is #cc6666. Color #c5545e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01010100 | 01011110 |
Octal | 305 | 124 | 136 |
Decimal | 197 | 84 | 94 |
Hex | C5 | 54 | 5E |
Shades of #c5545e
Tints of #c5545e
RGB Percentages of Color #c5545e
CMYK Percentages of Color #c5545e
Complementary Color
#c5545e | #54c5bb |
#c5545e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5545e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5545e Color CSS Codes
.mybgcolor {background-color:#c5545e; } .myforecolor {color:#c5545e; } .mybordercolor {border:3px solid #c5545e; }
#c5545e Text Font Color
<p style="color:#c5545e">Text here</p>
This sample text font color is #c5545e
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.
#c5545e Background Color
<div style="background-color:#c5545e">
Div content here</div>
This div background color is #c5545e
#c5545e Border Color
<div style="border:3px solid #c5545e">
Div here</div>
This div border color is #c5545e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,84,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5545e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5545e; -webkit-box-shadow: 1px 1px 3px 2px #c5545e; box-shadow: 1px 1px 3px 2px #c5545e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,84,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5545e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5545e; -webkit-box-shadow: 1px 1px 3px 2px #c5545e; box-shadow: 1px 1px 3px 2px #c5545e;">
Div content here</div>
This div box has shadow with color #c5545e
Comments
No comments written yet.
Please login to write comment.