Color spaces of #c1495e
RGB | 193 | 73 | 94 |
---|---|---|---|
HSL | 0.97 | 0.49 | 0.52 |
HSV | 350° | 62° | 76° |
CMYK | 0.00 | 0.62 | 0.51 0.24 |
XYZ | 26.3952 | 16.9107 | 12.4626 |
Yxy | 16.9107 | 0.4733 | 0.3032 |
Hunter Lab | 41.1226 | 42.6084 | 10.8174 |
CIE-Lab | 48.1473 | 49.7141 | 13.4928 |
#c1495e color RGB value is (193,73,94).
#c1495e hex color red value is 193, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c1495e hue: 0.97 , saturation: 0.49 and the lightness value of c1495e is 0.52.
The process color (four color CMYK) of #c1495e color hex is 0.00, 0.62, 0.51, 0.24. Web safe color of #c1495e is #cc3366. Color #c1495e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01001001 | 01011110 |
Octal | 301 | 111 | 136 |
Decimal | 193 | 73 | 94 |
Hex | C1 | 49 | 5E |
Shades of #c1495e
Tints of #c1495e
RGB Percentages of Color #c1495e
CMYK Percentages of Color #c1495e
Complementary Color
#c1495e | #49c1ac |
#c1495e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1495e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1495e Color CSS Codes
.mybgcolor {background-color:#c1495e; } .myforecolor {color:#c1495e; } .mybordercolor {border:3px solid #c1495e; }
#c1495e Text Font Color
<p style="color:#c1495e">Text here</p>
This sample text font color is #c1495e
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.
#c1495e Background Color
<div style="background-color:#c1495e">
Div content here</div>
This div background color is #c1495e
#c1495e Border Color
<div style="border:3px solid #c1495e">
Div here</div>
This div border color is #c1495e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,73,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1495e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1495e; -webkit-box-shadow: 1px 1px 3px 2px #c1495e; box-shadow: 1px 1px 3px 2px #c1495e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,73,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 #c1495e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1495e; -webkit-box-shadow: 1px 1px 3px 2px #c1495e; box-shadow: 1px 1px 3px 2px #c1495e;">
Div content here</div>
This div box has shadow with color #c1495e
Comments
No comments written yet.
Please login to write comment.