Color spaces of #c4505e
RGB | 196 | 80 | 94 |
---|---|---|---|
HSL | 0.98 | 0.50 | 0.54 |
HSV | 353° | 59° | 77° |
CMYK | 0.00 | 0.59 | 0.52 0.23 |
XYZ | 27.6540 | 18.2812 | 12.6608 |
Yxy | 18.2812 | 0.4719 | 0.3120 |
Hunter Lab | 42.7565 | 40.6261 | 12.3730 |
CIE-Lab | 49.8354 | 47.5433 | 15.8912 |
#c4505e color RGB value is (196,80,94).
#c4505e hex color red value is 196, green value is 80 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c4505e hue: 0.98 , saturation: 0.50 and the lightness value of c4505e is 0.54.
The process color (four color CMYK) of #c4505e color hex is 0.00, 0.59, 0.52, 0.23. Web safe color of #c4505e is #cc6666. Color #c4505e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01010000 | 01011110 |
Octal | 304 | 120 | 136 |
Decimal | 196 | 80 | 94 |
Hex | C4 | 50 | 5E |
Shades of #c4505e
Tints of #c4505e
RGB Percentages of Color #c4505e
CMYK Percentages of Color #c4505e
Complementary Color
#c4505e | #50c4b6 |
#c4505e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4505e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4505e Color CSS Codes
.mybgcolor {background-color:#c4505e; } .myforecolor {color:#c4505e; } .mybordercolor {border:3px solid #c4505e; }
#c4505e Text Font Color
<p style="color:#c4505e">Text here</p>
This sample text font color is #c4505e
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.
#c4505e Background Color
<div style="background-color:#c4505e">
Div content here</div>
This div background color is #c4505e
#c4505e Border Color
<div style="border:3px solid #c4505e">
Div here</div>
This div border color is #c4505e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,80,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4505e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4505e; -webkit-box-shadow: 1px 1px 3px 2px #c4505e; box-shadow: 1px 1px 3px 2px #c4505e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,80,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 #c4505e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4505e; -webkit-box-shadow: 1px 1px 3px 2px #c4505e; box-shadow: 1px 1px 3px 2px #c4505e;">
Div content here</div>
This div box has shadow with color #c4505e
Comments
No comments written yet.
Please login to write comment.