Color spaces of #c6a028
RGB | 198 | 160 | 40 |
---|---|---|---|
HSL | 0.13 | 0.66 | 0.47 |
HSV | 46° | 80° | 78° |
CMYK | 0.00 | 0.19 | 0.80 0.22 |
XYZ | 36.2425 | 37.3006 | 7.2970 |
Yxy | 37.3006 | 0.4483 | 0.4614 |
Hunter Lab | 61.0742 | -0.9549 | 35.6681 |
CIE-Lab | 67.5019 | 2.6518 | 62.7311 |
#c6a028 color RGB value is (198,160,40).
#c6a028 hex color red value is 198, green value is 160 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c6a028 hue: 0.13 , saturation: 0.66 and the lightness value of c6a028 is 0.47.
The process color (four color CMYK) of #c6a028 color hex is 0.00, 0.19, 0.80, 0.22. Web safe color of #c6a028 is #cc9933. Color #c6a028 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10100000 | 00101000 |
Octal | 306 | 240 | 50 |
Decimal | 198 | 160 | 40 |
Hex | C6 | A0 | 28 |
Shades of #c6a028
Tints of #c6a028
RGB Percentages of Color #c6a028
CMYK Percentages of Color #c6a028
Complementary Color
#c6a028 | #284ec6 |
#c6a028 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6a028 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6a028 Color CSS Codes
.mybgcolor {background-color:#c6a028; } .myforecolor {color:#c6a028; } .mybordercolor {border:3px solid #c6a028; }
#c6a028 Text Font Color
<p style="color:#c6a028">Text here</p>
This sample text font color is #c6a028
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.
#c6a028 Background Color
<div style="background-color:#c6a028">
Div content here</div>
This div background color is #c6a028
#c6a028 Border Color
<div style="border:3px solid #c6a028">
Div here</div>
This div border color is #c6a028
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,160,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6a028; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6a028; -webkit-box-shadow: 1px 1px 3px 2px #c6a028; box-shadow: 1px 1px 3px 2px #c6a028; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,160,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6a028">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6a028; -webkit-box-shadow: 1px 1px 3px 2px #c6a028; box-shadow: 1px 1px 3px 2px #c6a028;">
Div content here</div>
This div box has shadow with color #c6a028
Comments
No comments written yet.
Please login to write comment.