Color spaces of #cfa972
RGB | 207 | 169 | 114 |
---|---|---|---|
HSL | 0.10 | 0.49 | 0.63 |
HSV | 35° | 45° | 81° |
CMYK | 0.00 | 0.18 | 0.45 0.19 |
XYZ | 42.9574 | 42.8562 | 21.9276 |
Yxy | 42.8562 | 0.3987 | 0.3978 |
Hunter Lab | 65.4646 | 2.5672 | 25.9659 |
CIE-Lab | 71.4573 | 6.7391 | 33.5580 |
#cfa972 color RGB value is (207,169,114).
#cfa972 hex color red value is 207, green value is 169 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cfa972 hue: 0.10 , saturation: 0.49 and the lightness value of cfa972 is 0.63.
The process color (four color CMYK) of #cfa972 color hex is 0.00, 0.18, 0.45, 0.19. Web safe color of #cfa972 is #cc9966. Color #cfa972 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101001 | 01110010 |
Octal | 317 | 251 | 162 |
Decimal | 207 | 169 | 114 |
Hex | CF | A9 | 72 |
Shades of #cfa972
Tints of #cfa972
RGB Percentages of Color #cfa972
CMYK Percentages of Color #cfa972
Complementary Color
#cfa972 | #7298cf |
#cfa972 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa972 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa972 Color CSS Codes
.mybgcolor {background-color:#cfa972; } .myforecolor {color:#cfa972; } .mybordercolor {border:3px solid #cfa972; }
#cfa972 Text Font Color
<p style="color:#cfa972">Text here</p>
This sample text font color is #cfa972
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.
#cfa972 Background Color
<div style="background-color:#cfa972">
Div content here</div>
This div background color is #cfa972
#cfa972 Border Color
<div style="border:3px solid #cfa972">
Div here</div>
This div border color is #cfa972
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,169,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa972; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa972; -webkit-box-shadow: 1px 1px 3px 2px #cfa972; box-shadow: 1px 1px 3px 2px #cfa972; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,169,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa972">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa972; -webkit-box-shadow: 1px 1px 3px 2px #cfa972; box-shadow: 1px 1px 3px 2px #cfa972;">
Div content here</div>
This div box has shadow with color #cfa972
Comments
No comments written yet.
Please login to write comment.