Color spaces of #cb9342
RGB | 203 | 147 | 66 |
---|---|---|---|
HSL | 0.10 | 0.57 | 0.53 |
HSV | 35° | 67° | 80° |
CMYK | 0.00 | 0.28 | 0.67 0.20 |
XYZ | 36.0457 | 33.9573 | 9.8089 |
Yxy | 33.9573 | 0.4516 | 0.4255 |
Hunter Lab | 58.2729 | 8.4367 | 30.8109 |
CIE-Lab | 64.9287 | 13.0860 | 49.8753 |
#cb9342 color RGB value is (203,147,66).
#cb9342 hex color red value is 203, green value is 147 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cb9342 hue: 0.10 , saturation: 0.57 and the lightness value of cb9342 is 0.53.
The process color (four color CMYK) of #cb9342 color hex is 0.00, 0.28, 0.67, 0.20. Web safe color of #cb9342 is #cc9933. Color #cb9342 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10010011 | 01000010 |
Octal | 313 | 223 | 102 |
Decimal | 203 | 147 | 66 |
Hex | CB | 93 | 42 |
Shades of #cb9342
Tints of #cb9342
RGB Percentages of Color #cb9342
CMYK Percentages of Color #cb9342
Complementary Color
#cb9342 | #427acb |
#cb9342 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb9342 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb9342 Color CSS Codes
.mybgcolor {background-color:#cb9342; } .myforecolor {color:#cb9342; } .mybordercolor {border:3px solid #cb9342; }
#cb9342 Text Font Color
<p style="color:#cb9342">Text here</p>
This sample text font color is #cb9342
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.
#cb9342 Background Color
<div style="background-color:#cb9342">
Div content here</div>
This div background color is #cb9342
#cb9342 Border Color
<div style="border:3px solid #cb9342">
Div here</div>
This div border color is #cb9342
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,147,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb9342; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb9342; -webkit-box-shadow: 1px 1px 3px 2px #cb9342; box-shadow: 1px 1px 3px 2px #cb9342; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,147,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb9342">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb9342; -webkit-box-shadow: 1px 1px 3px 2px #cb9342; box-shadow: 1px 1px 3px 2px #cb9342;">
Div content here</div>
This div box has shadow with color #cb9342
Comments
No comments written yet.
Please login to write comment.