Color spaces of #cfa07c
RGB | 207 | 160 | 124 |
---|---|---|---|
HSL | 0.07 | 0.46 | 0.65 |
HSV | 26° | 40° | 81° |
CMYK | 0.00 | 0.23 | 0.40 0.19 |
XYZ | 41.9410 | 39.8622 | 24.5524 |
Yxy | 39.8622 | 0.3943 | 0.3748 |
Hunter Lab | 63.1365 | 8.0870 | 21.1390 |
CIE-Lab | 69.3713 | 12.6800 | 25.4589 |
#cfa07c color RGB value is (207,160,124).
#cfa07c hex color red value is 207, green value is 160 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cfa07c hue: 0.07 , saturation: 0.46 and the lightness value of cfa07c is 0.65.
The process color (four color CMYK) of #cfa07c color hex is 0.00, 0.23, 0.40, 0.19. Web safe color of #cfa07c is #cc9966. Color #cfa07c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100000 | 01111100 |
Octal | 317 | 240 | 174 |
Decimal | 207 | 160 | 124 |
Hex | CF | A0 | 7C |
Shades of #cfa07c
Tints of #cfa07c
RGB Percentages of Color #cfa07c
CMYK Percentages of Color #cfa07c
Complementary Color
#cfa07c | #7cabcf |
#cfa07c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa07c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa07c Color CSS Codes
.mybgcolor {background-color:#cfa07c; } .myforecolor {color:#cfa07c; } .mybordercolor {border:3px solid #cfa07c; }
#cfa07c Text Font Color
<p style="color:#cfa07c">Text here</p>
This sample text font color is #cfa07c
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.
#cfa07c Background Color
<div style="background-color:#cfa07c">
Div content here</div>
This div background color is #cfa07c
#cfa07c Border Color
<div style="border:3px solid #cfa07c">
Div here</div>
This div border color is #cfa07c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,160,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa07c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa07c; -webkit-box-shadow: 1px 1px 3px 2px #cfa07c; box-shadow: 1px 1px 3px 2px #cfa07c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,160,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa07c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa07c; -webkit-box-shadow: 1px 1px 3px 2px #cfa07c; box-shadow: 1px 1px 3px 2px #cfa07c;">
Div content here</div>
This div box has shadow with color #cfa07c
#cfa07c Color Palettes
Comments
No comments written yet.
Please login to write comment.