Color spaces of #cb761e
RGB | 203 | 118 | 30 |
---|---|---|---|
HSL | 0.08 | 0.74 | 0.46 |
HSV | 31° | 85° | 80° |
CMYK | 0.00 | 0.42 | 0.85 0.20 |
XYZ | 31.3414 | 25.7471 | 4.5461 |
Yxy | 25.7471 | 0.5085 | 0.4177 |
Hunter Lab | 50.7416 | 21.4557 | 30.2071 |
CIE-Lab | 57.7962 | 27.3455 | 57.8513 |
#cb761e color RGB value is (203,118,30).
#cb761e hex color red value is 203, green value is 118 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cb761e hue: 0.08 , saturation: 0.74 and the lightness value of cb761e is 0.46.
The process color (four color CMYK) of #cb761e color hex is 0.00, 0.42, 0.85, 0.20. Web safe color of #cb761e is #cc6633. Color #cb761e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01110110 | 00011110 |
Octal | 313 | 166 | 36 |
Decimal | 203 | 118 | 30 |
Hex | CB | 76 | 1E |
Shades of #cb761e
Tints of #cb761e
RGB Percentages of Color #cb761e
CMYK Percentages of Color #cb761e
Complementary Color
#cb761e | #1e73cb |
#cb761e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb761e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb761e Color CSS Codes
.mybgcolor {background-color:#cb761e; } .myforecolor {color:#cb761e; } .mybordercolor {border:3px solid #cb761e; }
#cb761e Text Font Color
<p style="color:#cb761e">Text here</p>
This sample text font color is #cb761e
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.
#cb761e Background Color
<div style="background-color:#cb761e">
Div content here</div>
This div background color is #cb761e
#cb761e Border Color
<div style="border:3px solid #cb761e">
Div here</div>
This div border color is #cb761e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,118,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb761e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb761e; -webkit-box-shadow: 1px 1px 3px 2px #cb761e; box-shadow: 1px 1px 3px 2px #cb761e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,118,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb761e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb761e; -webkit-box-shadow: 1px 1px 3px 2px #cb761e; box-shadow: 1px 1px 3px 2px #cb761e;">
Div content here</div>
This div box has shadow with color #cb761e
Comments
No comments written yet.
Please login to write comment.