Color spaces of #c7932e
RGB | 199 | 147 | 46 |
---|---|---|---|
HSL | 0.11 | 0.62 | 0.48 |
HSV | 40° | 77° | 78° |
CMYK | 0.00 | 0.26 | 0.77 0.22 |
XYZ | 34.4800 | 33.2068 | 7.1770 |
Yxy | 33.2068 | 0.4606 | 0.4436 |
Hunter Lab | 57.6253 | 5.9607 | 32.9534 |
CIE-Lab | 64.3280 | 10.3572 | 57.7066 |
#c7932e color RGB value is (199,147,46).
#c7932e hex color red value is 199, green value is 147 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c7932e hue: 0.11 , saturation: 0.62 and the lightness value of c7932e is 0.48.
The process color (four color CMYK) of #c7932e color hex is 0.00, 0.26, 0.77, 0.22. Web safe color of #c7932e is #cc9933. Color #c7932e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10010011 | 00101110 |
Octal | 307 | 223 | 56 |
Decimal | 199 | 147 | 46 |
Hex | C7 | 93 | 2E |
Shades of #c7932e
Tints of #c7932e
RGB Percentages of Color #c7932e
CMYK Percentages of Color #c7932e
Complementary Color
#c7932e | #2e62c7 |
#c7932e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7932e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7932e Color CSS Codes
.mybgcolor {background-color:#c7932e; } .myforecolor {color:#c7932e; } .mybordercolor {border:3px solid #c7932e; }
#c7932e Text Font Color
<p style="color:#c7932e">Text here</p>
This sample text font color is #c7932e
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.
#c7932e Background Color
<div style="background-color:#c7932e">
Div content here</div>
This div background color is #c7932e
#c7932e Border Color
<div style="border:3px solid #c7932e">
Div here</div>
This div border color is #c7932e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,147,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7932e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7932e; -webkit-box-shadow: 1px 1px 3px 2px #c7932e; box-shadow: 1px 1px 3px 2px #c7932e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,147,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7932e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7932e; -webkit-box-shadow: 1px 1px 3px 2px #c7932e; box-shadow: 1px 1px 3px 2px #c7932e;">
Div content here</div>
This div box has shadow with color #c7932e
Comments
No comments written yet.
Please login to write comment.