Color spaces of #cb6025
RGB | 203 | 96 | 37 |
---|---|---|---|
HSL | 0.06 | 0.69 | 0.47 |
HSV | 21° | 82° | 80° |
CMYK | 0.00 | 0.53 | 0.82 0.20 |
XYZ | 29.1454 | 21.1958 | 4.3053 |
Yxy | 21.1958 | 0.5333 | 0.3879 |
Hunter Lab | 46.0389 | 32.4332 | 26.6828 |
CIE-Lab | 53.1631 | 39.0518 | 51.1106 |
#cb6025 color RGB value is (203,96,37).
#cb6025 hex color red value is 203, green value is 96 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #cb6025 hue: 0.06 , saturation: 0.69 and the lightness value of cb6025 is 0.47.
The process color (four color CMYK) of #cb6025 color hex is 0.00, 0.53, 0.82, 0.20. Web safe color of #cb6025 is #cc6633. Color #cb6025 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01100000 | 00100101 |
Octal | 313 | 140 | 45 |
Decimal | 203 | 96 | 37 |
Hex | CB | 60 | 25 |
Shades of #cb6025
Tints of #cb6025
RGB Percentages of Color #cb6025
CMYK Percentages of Color #cb6025
Complementary Color
#cb6025 | #2590cb |
#cb6025 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb6025 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb6025 Color CSS Codes
.mybgcolor {background-color:#cb6025; } .myforecolor {color:#cb6025; } .mybordercolor {border:3px solid #cb6025; }
#cb6025 Text Font Color
<p style="color:#cb6025">Text here</p>
This sample text font color is #cb6025
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.
#cb6025 Background Color
<div style="background-color:#cb6025">
Div content here</div>
This div background color is #cb6025
#cb6025 Border Color
<div style="border:3px solid #cb6025">
Div here</div>
This div border color is #cb6025
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,96,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb6025; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb6025; -webkit-box-shadow: 1px 1px 3px 2px #cb6025; box-shadow: 1px 1px 3px 2px #cb6025; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,96,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb6025">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb6025; -webkit-box-shadow: 1px 1px 3px 2px #cb6025; box-shadow: 1px 1px 3px 2px #cb6025;">
Div content here</div>
This div box has shadow with color #cb6025
Comments
No comments written yet.
Please login to write comment.