Color spaces of #c4463f
RGB | 196 | 70 | 63 |
---|---|---|---|
HSL | 0.01 | 0.53 | 0.51 |
HSV | 3° | 68° | 77° |
CMYK | 0.00 | 0.64 | 0.68 0.23 |
XYZ | 25.8523 | 16.4750 | 6.5200 |
Yxy | 16.4750 | 0.5292 | 0.3373 |
Hunter Lab | 40.5894 | 42.6592 | 18.8887 |
CIE-Lab | 47.5916 | 49.8574 | 31.3952 |
#c4463f color RGB value is (196,70,63).
#c4463f hex color red value is 196, green value is 70 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c4463f hue: 0.01 , saturation: 0.53 and the lightness value of c4463f is 0.51.
The process color (four color CMYK) of #c4463f color hex is 0.00, 0.64, 0.68, 0.23. Web safe color of #c4463f is #cc3333. Color #c4463f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01000110 | 00111111 |
Octal | 304 | 106 | 77 |
Decimal | 196 | 70 | 63 |
Hex | C4 | 46 | 3F |
Shades of #c4463f
Tints of #c4463f
RGB Percentages of Color #c4463f
CMYK Percentages of Color #c4463f
Complementary Color
#c4463f | #3fbdc4 |
#c4463f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4463f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4463f Color CSS Codes
.mybgcolor {background-color:#c4463f; } .myforecolor {color:#c4463f; } .mybordercolor {border:3px solid #c4463f; }
#c4463f Text Font Color
<p style="color:#c4463f">Text here</p>
This sample text font color is #c4463f
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.
#c4463f Background Color
<div style="background-color:#c4463f">
Div content here</div>
This div background color is #c4463f
#c4463f Border Color
<div style="border:3px solid #c4463f">
Div here</div>
This div border color is #c4463f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,70,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4463f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4463f; -webkit-box-shadow: 1px 1px 3px 2px #c4463f; box-shadow: 1px 1px 3px 2px #c4463f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,70,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4463f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4463f; -webkit-box-shadow: 1px 1px 3px 2px #c4463f; box-shadow: 1px 1px 3px 2px #c4463f;">
Div content here</div>
This div box has shadow with color #c4463f
Comments
No comments written yet.
Please login to write comment.