Color spaces of #cfa572
RGB | 207 | 165 | 114 |
---|---|---|---|
HSL | 0.09 | 0.49 | 0.63 |
HSV | 33° | 45° | 81° |
CMYK | 0.00 | 0.20 | 0.45 0.19 |
XYZ | 42.2245 | 41.3906 | 21.6833 |
Yxy | 41.3906 | 0.4010 | 0.3931 |
Hunter Lab | 64.3355 | 4.5654 | 25.0521 |
CIE-Lab | 70.4487 | 8.8916 | 32.2561 |
#cfa572 color RGB value is (207,165,114).
#cfa572 hex color red value is 207, green value is 165 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cfa572 hue: 0.09 , saturation: 0.49 and the lightness value of cfa572 is 0.63.
The process color (four color CMYK) of #cfa572 color hex is 0.00, 0.20, 0.45, 0.19. Web safe color of #cfa572 is #cc9966. Color #cfa572 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100101 | 01110010 |
Octal | 317 | 245 | 162 |
Decimal | 207 | 165 | 114 |
Hex | CF | A5 | 72 |
Shades of #cfa572
Tints of #cfa572
RGB Percentages of Color #cfa572
CMYK Percentages of Color #cfa572
Complementary Color
#cfa572 | #729ccf |
#cfa572 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa572 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa572 Color CSS Codes
.mybgcolor {background-color:#cfa572; } .myforecolor {color:#cfa572; } .mybordercolor {border:3px solid #cfa572; }
#cfa572 Text Font Color
<p style="color:#cfa572">Text here</p>
This sample text font color is #cfa572
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.
#cfa572 Background Color
<div style="background-color:#cfa572">
Div content here</div>
This div background color is #cfa572
#cfa572 Border Color
<div style="border:3px solid #cfa572">
Div here</div>
This div border color is #cfa572
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,165,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa572; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa572; -webkit-box-shadow: 1px 1px 3px 2px #cfa572; box-shadow: 1px 1px 3px 2px #cfa572; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,165,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 #cfa572">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa572; -webkit-box-shadow: 1px 1px 3px 2px #cfa572; box-shadow: 1px 1px 3px 2px #cfa572;">
Div content here</div>
This div box has shadow with color #cfa572
Comments
No comments written yet.
Please login to write comment.