Color spaces of #c1853f
RGB | 193 | 133 | 63 |
---|---|---|---|
HSL | 0.09 | 0.51 | 0.50 |
HSV | 32° | 67° | 76° |
CMYK | 0.00 | 0.31 | 0.67 0.24 |
XYZ | 31.2771 | 28.4714 | 8.5497 |
Yxy | 28.4714 | 0.4579 | 0.4169 |
Hunter Lab | 53.3586 | 11.2534 | 27.8509 |
CIE-Lab | 60.3123 | 16.2641 | 45.9295 |
#c1853f color RGB value is (193,133,63).
#c1853f hex color red value is 193, green value is 133 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c1853f hue: 0.09 , saturation: 0.51 and the lightness value of c1853f is 0.50.
The process color (four color CMYK) of #c1853f color hex is 0.00, 0.31, 0.67, 0.24. Web safe color of #c1853f is #cc9933. Color #c1853f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10000101 | 00111111 |
Octal | 301 | 205 | 77 |
Decimal | 193 | 133 | 63 |
Hex | C1 | 85 | 3F |
Shades of #c1853f
Tints of #c1853f
RGB Percentages of Color #c1853f
CMYK Percentages of Color #c1853f
Complementary Color
#c1853f | #3f7bc1 |
#c1853f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1853f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1853f Color CSS Codes
.mybgcolor {background-color:#c1853f; } .myforecolor {color:#c1853f; } .mybordercolor {border:3px solid #c1853f; }
#c1853f Text Font Color
<p style="color:#c1853f">Text here</p>
This sample text font color is #c1853f
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.
#c1853f Background Color
<div style="background-color:#c1853f">
Div content here</div>
This div background color is #c1853f
#c1853f Border Color
<div style="border:3px solid #c1853f">
Div here</div>
This div border color is #c1853f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,133,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1853f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1853f; -webkit-box-shadow: 1px 1px 3px 2px #c1853f; box-shadow: 1px 1px 3px 2px #c1853f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,133,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1853f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1853f; -webkit-box-shadow: 1px 1px 3px 2px #c1853f; box-shadow: 1px 1px 3px 2px #c1853f;">
Div content here</div>
This div box has shadow with color #c1853f
Comments
No comments written yet.
Please login to write comment.