Color spaces of #c87240
RGB | 200 | 114 | 64 |
---|---|---|---|
HSL | 0.06 | 0.55 | 0.52 |
HSV | 22° | 68° | 78° |
CMYK | 0.00 | 0.43 | 0.68 0.22 |
XYZ | 30.7621 | 24.6842 | 7.9937 |
Yxy | 24.6842 | 0.4849 | 0.3891 |
Hunter Lab | 49.6832 | 23.5754 | 25.2389 |
CIE-Lab | 56.7664 | 29.6427 | 41.7143 |
#c87240 color RGB value is (200,114,64).
#c87240 hex color red value is 200, green value is 114 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c87240 hue: 0.06 , saturation: 0.55 and the lightness value of c87240 is 0.52.
The process color (four color CMYK) of #c87240 color hex is 0.00, 0.43, 0.68, 0.22. Web safe color of #c87240 is #cc6633. Color #c87240 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01110010 | 01000000 |
Octal | 310 | 162 | 100 |
Decimal | 200 | 114 | 64 |
Hex | C8 | 72 | 40 |
Shades of #c87240
Tints of #c87240
RGB Percentages of Color #c87240
CMYK Percentages of Color #c87240
Complementary Color
#c87240 | #4096c8 |
#c87240 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c87240 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c87240 Color CSS Codes
.mybgcolor {background-color:#c87240; } .myforecolor {color:#c87240; } .mybordercolor {border:3px solid #c87240; }
#c87240 Text Font Color
<p style="color:#c87240">Text here</p>
This sample text font color is #c87240
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.
#c87240 Background Color
<div style="background-color:#c87240">
Div content here</div>
This div background color is #c87240
#c87240 Border Color
<div style="border:3px solid #c87240">
Div here</div>
This div border color is #c87240
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,114,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c87240; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c87240; -webkit-box-shadow: 1px 1px 3px 2px #c87240; box-shadow: 1px 1px 3px 2px #c87240; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,114,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c87240">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c87240; -webkit-box-shadow: 1px 1px 3px 2px #c87240; box-shadow: 1px 1px 3px 2px #c87240;">
Div content here</div>
This div box has shadow with color #c87240
Comments
No comments written yet.
Please login to write comment.