Color spaces of #c38951
RGB | 195 | 137 | 81 |
---|---|---|---|
HSL | 0.08 | 0.49 | 0.54 |
HSV | 29° | 58° | 76° |
CMYK | 0.00 | 0.30 | 0.58 0.24 |
XYZ | 32.9365 | 30.0875 | 11.8561 |
Yxy | 30.0875 | 0.4399 | 0.4018 |
Hunter Lab | 54.8521 | 11.1911 | 25.5811 |
CIE-Lab | 61.7296 | 16.1545 | 38.5121 |
#c38951 color RGB value is (195,137,81).
#c38951 hex color red value is 195, green value is 137 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #c38951 hue: 0.08 , saturation: 0.49 and the lightness value of c38951 is 0.54.
The process color (four color CMYK) of #c38951 color hex is 0.00, 0.30, 0.58, 0.24. Web safe color of #c38951 is #cc9966. Color #c38951 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10001001 | 01010001 |
Octal | 303 | 211 | 121 |
Decimal | 195 | 137 | 81 |
Hex | C3 | 89 | 51 |
Shades of #c38951
Tints of #c38951
RGB Percentages of Color #c38951
CMYK Percentages of Color #c38951
Complementary Color
#c38951 | #518bc3 |
#c38951 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c38951 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c38951 Color CSS Codes
.mybgcolor {background-color:#c38951; } .myforecolor {color:#c38951; } .mybordercolor {border:3px solid #c38951; }
#c38951 Text Font Color
<p style="color:#c38951">Text here</p>
This sample text font color is #c38951
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.
#c38951 Background Color
<div style="background-color:#c38951">
Div content here</div>
This div background color is #c38951
#c38951 Border Color
<div style="border:3px solid #c38951">
Div here</div>
This div border color is #c38951
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,137,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c38951; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c38951; -webkit-box-shadow: 1px 1px 3px 2px #c38951; box-shadow: 1px 1px 3px 2px #c38951; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,137,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c38951">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c38951; -webkit-box-shadow: 1px 1px 3px 2px #c38951; box-shadow: 1px 1px 3px 2px #c38951;">
Div content here</div>
This div box has shadow with color #c38951
Comments
No comments written yet.
Please login to write comment.