Color spaces of #cfa072
RGB | 207 | 160 | 114 |
---|---|---|---|
HSL | 0.08 | 0.49 | 0.63 |
HSV | 30° | 45° | 81° |
CMYK | 0.00 | 0.23 | 0.45 0.19 |
XYZ | 41.3402 | 39.6219 | 21.3885 |
Yxy | 39.6219 | 0.4039 | 0.3871 |
Hunter Lab | 62.9459 | 7.0758 | 23.9159 |
CIE-Lab | 69.1994 | 11.5945 | 30.6338 |
#cfa072 color RGB value is (207,160,114).
#cfa072 hex color red value is 207, green value is 160 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cfa072 hue: 0.08 , saturation: 0.49 and the lightness value of cfa072 is 0.63.
The process color (four color CMYK) of #cfa072 color hex is 0.00, 0.23, 0.45, 0.19. Web safe color of #cfa072 is #cc9966. Color #cfa072 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100000 | 01110010 |
Octal | 317 | 240 | 162 |
Decimal | 207 | 160 | 114 |
Hex | CF | A0 | 72 |
Shades of #cfa072
Tints of #cfa072
RGB Percentages of Color #cfa072
CMYK Percentages of Color #cfa072
Complementary Color
#cfa072 | #72a1cf |
#cfa072 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa072 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa072 Color CSS Codes
.mybgcolor {background-color:#cfa072; } .myforecolor {color:#cfa072; } .mybordercolor {border:3px solid #cfa072; }
#cfa072 Text Font Color
<p style="color:#cfa072">Text here</p>
This sample text font color is #cfa072
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.
#cfa072 Background Color
<div style="background-color:#cfa072">
Div content here</div>
This div background color is #cfa072
#cfa072 Border Color
<div style="border:3px solid #cfa072">
Div here</div>
This div border color is #cfa072
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,160,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa072; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa072; -webkit-box-shadow: 1px 1px 3px 2px #cfa072; box-shadow: 1px 1px 3px 2px #cfa072; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,160,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 #cfa072">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa072; -webkit-box-shadow: 1px 1px 3px 2px #cfa072; box-shadow: 1px 1px 3px 2px #cfa072;">
Div content here</div>
This div box has shadow with color #cfa072
#cfa072 Color Palettes
Comments
No comments written yet.
Please login to write comment.