Color spaces of #c1584e
RGB | 193 | 88 | 78 |
---|---|---|---|
HSL | 0.01 | 0.48 | 0.53 |
HSV | 5° | 60° | 76° |
CMYK | 0.00 | 0.54 | 0.60 0.24 |
XYZ | 26.8572 | 18.8670 | 9.4339 |
Yxy | 18.8670 | 0.4869 | 0.3421 |
Hunter Lab | 43.4362 | 34.3558 | 17.5281 |
CIE-Lab | 50.5312 | 41.3309 | 26.2096 |
#c1584e color RGB value is (193,88,78).
#c1584e hex color red value is 193, green value is 88 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c1584e hue: 0.01 , saturation: 0.48 and the lightness value of c1584e is 0.53.
The process color (four color CMYK) of #c1584e color hex is 0.00, 0.54, 0.60, 0.24. Web safe color of #c1584e is #cc6666. Color #c1584e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01011000 | 01001110 |
Octal | 301 | 130 | 116 |
Decimal | 193 | 88 | 78 |
Hex | C1 | 58 | 4E |
Shades of #c1584e
Tints of #c1584e
RGB Percentages of Color #c1584e
CMYK Percentages of Color #c1584e
Complementary Color
#c1584e | #4eb7c1 |
#c1584e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1584e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1584e Color CSS Codes
.mybgcolor {background-color:#c1584e; } .myforecolor {color:#c1584e; } .mybordercolor {border:3px solid #c1584e; }
#c1584e Text Font Color
<p style="color:#c1584e">Text here</p>
This sample text font color is #c1584e
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.
#c1584e Background Color
<div style="background-color:#c1584e">
Div content here</div>
This div background color is #c1584e
#c1584e Border Color
<div style="border:3px solid #c1584e">
Div here</div>
This div border color is #c1584e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,88,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1584e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1584e; -webkit-box-shadow: 1px 1px 3px 2px #c1584e; box-shadow: 1px 1px 3px 2px #c1584e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,88,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1584e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1584e; -webkit-box-shadow: 1px 1px 3px 2px #c1584e; box-shadow: 1px 1px 3px 2px #c1584e;">
Div content here</div>
This div box has shadow with color #c1584e
Comments
No comments written yet.
Please login to write comment.