Color spaces of #c48914
RGB | 196 | 137 | 20 |
---|---|---|---|
HSL | 0.11 | 0.81 | 0.42 |
HSV | 40° | 90° | 77° |
CMYK | 0.00 | 0.30 | 0.90 0.23 |
XYZ | 31.8369 | 29.6776 | 4.7122 |
Yxy | 29.6776 | 0.4807 | 0.4481 |
Hunter Lab | 54.4772 | 8.9819 | 33.0055 |
CIE-Lab | 61.3750 | 13.7304 | 63.1868 |
#c48914 color RGB value is (196,137,20).
#c48914 hex color red value is 196, green value is 137 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c48914 hue: 0.11 , saturation: 0.81 and the lightness value of c48914 is 0.42.
The process color (four color CMYK) of #c48914 color hex is 0.00, 0.30, 0.90, 0.23. Web safe color of #c48914 is #cc9900. Color #c48914 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10001001 | 00010100 |
Octal | 304 | 211 | 24 |
Decimal | 196 | 137 | 20 |
Hex | C4 | 89 | 14 |
Shades of #c48914
Tints of #c48914
RGB Percentages of Color #c48914
CMYK Percentages of Color #c48914
Complementary Color
#c48914 | #144fc4 |
#c48914 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c48914 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c48914 Color CSS Codes
.mybgcolor {background-color:#c48914; } .myforecolor {color:#c48914; } .mybordercolor {border:3px solid #c48914; }
#c48914 Text Font Color
<p style="color:#c48914">Text here</p>
This sample text font color is #c48914
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.
#c48914 Background Color
<div style="background-color:#c48914">
Div content here</div>
This div background color is #c48914
#c48914 Border Color
<div style="border:3px solid #c48914">
Div here</div>
This div border color is #c48914
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,137,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c48914; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c48914; -webkit-box-shadow: 1px 1px 3px 2px #c48914; box-shadow: 1px 1px 3px 2px #c48914; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,137,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c48914">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c48914; -webkit-box-shadow: 1px 1px 3px 2px #c48914; box-shadow: 1px 1px 3px 2px #c48914;">
Div content here</div>
This div box has shadow with color #c48914
Comments
No comments written yet.
Please login to write comment.