Color spaces of #c29241
RGB | 194 | 146 | 65 |
---|---|---|---|
HSL | 0.10 | 0.51 | 0.51 |
HSV | 38° | 66° | 76° |
CMYK | 0.00 | 0.25 | 0.66 0.24 |
XYZ | 33.4812 | 32.4088 | 9.4919 |
Yxy | 32.4088 | 0.4442 | 0.4299 |
Hunter Lab | 56.9287 | 5.3550 | 29.9645 |
CIE-Lab | 63.6793 | 9.6762 | 48.6977 |
#c29241 color RGB value is (194,146,65).
#c29241 hex color red value is 194, green value is 146 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #c29241 hue: 0.10 , saturation: 0.51 and the lightness value of c29241 is 0.51.
The process color (four color CMYK) of #c29241 color hex is 0.00, 0.25, 0.66, 0.24. Web safe color of #c29241 is #cc9933. Color #c29241 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10010010 | 01000001 |
Octal | 302 | 222 | 101 |
Decimal | 194 | 146 | 65 |
Hex | C2 | 92 | 41 |
Shades of #c29241
Tints of #c29241
RGB Percentages of Color #c29241
CMYK Percentages of Color #c29241
Complementary Color
#c29241 | #4171c2 |
#c29241 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c29241 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c29241 Color CSS Codes
.mybgcolor {background-color:#c29241; } .myforecolor {color:#c29241; } .mybordercolor {border:3px solid #c29241; }
#c29241 Text Font Color
<p style="color:#c29241">Text here</p>
This sample text font color is #c29241
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.
#c29241 Background Color
<div style="background-color:#c29241">
Div content here</div>
This div background color is #c29241
#c29241 Border Color
<div style="border:3px solid #c29241">
Div here</div>
This div border color is #c29241
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,146,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c29241; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c29241; -webkit-box-shadow: 1px 1px 3px 2px #c29241; box-shadow: 1px 1px 3px 2px #c29241; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,146,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c29241">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c29241; -webkit-box-shadow: 1px 1px 3px 2px #c29241; box-shadow: 1px 1px 3px 2px #c29241;">
Div content here</div>
This div box has shadow with color #c29241
Comments
No comments written yet.
Please login to write comment.