Color spaces of #cfa061
RGB | 207 | 160 | 97 |
---|---|---|---|
HSL | 0.10 | 0.53 | 0.60 |
HSV | 34° | 53° | 81° |
CMYK | 0.00 | 0.23 | 0.53 0.19 |
XYZ | 40.4606 | 39.2701 | 16.7566 |
Yxy | 39.2701 | 0.4193 | 0.4070 |
Hunter Lab | 62.6659 | 5.5844 | 28.0122 |
CIE-Lab | 68.9465 | 9.9785 | 39.2815 |
#cfa061 color RGB value is (207,160,97).
#cfa061 hex color red value is 207, green value is 160 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cfa061 hue: 0.10 , saturation: 0.53 and the lightness value of cfa061 is 0.60.
The process color (four color CMYK) of #cfa061 color hex is 0.00, 0.23, 0.53, 0.19. Web safe color of #cfa061 is #cc9966. Color #cfa061 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100000 | 01100001 |
Octal | 317 | 240 | 141 |
Decimal | 207 | 160 | 97 |
Hex | CF | A0 | 61 |
Shades of #cfa061
Tints of #cfa061
RGB Percentages of Color #cfa061
CMYK Percentages of Color #cfa061
Complementary Color
#cfa061 | #6190cf |
#cfa061 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa061 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa061 Color CSS Codes
.mybgcolor {background-color:#cfa061; } .myforecolor {color:#cfa061; } .mybordercolor {border:3px solid #cfa061; }
#cfa061 Text Font Color
<p style="color:#cfa061">Text here</p>
This sample text font color is #cfa061
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.
#cfa061 Background Color
<div style="background-color:#cfa061">
Div content here</div>
This div background color is #cfa061
#cfa061 Border Color
<div style="border:3px solid #cfa061">
Div here</div>
This div border color is #cfa061
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,160,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa061; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa061; -webkit-box-shadow: 1px 1px 3px 2px #cfa061; box-shadow: 1px 1px 3px 2px #cfa061; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,160,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa061">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa061; -webkit-box-shadow: 1px 1px 3px 2px #cfa061; box-shadow: 1px 1px 3px 2px #cfa061;">
Div content here</div>
This div box has shadow with color #cfa061
Comments
No comments written yet.
Please login to write comment.