Color spaces of #cb866d
RGB | 203 | 134 | 109 |
---|---|---|---|
HSL | 0.04 | 0.47 | 0.61 |
HSV | 16° | 46° | 80° |
CMYK | 0.00 | 0.34 | 0.46 0.20 |
XYZ | 35.9140 | 30.8508 | 18.5299 |
Yxy | 30.8508 | 0.4211 | 0.3617 |
Hunter Lab | 55.5435 | 18.2156 | 19.1007 |
CIE-Lab | 62.3815 | 23.6239 | 24.3078 |
#cb866d color RGB value is (203,134,109).
#cb866d hex color red value is 203, green value is 134 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cb866d hue: 0.04 , saturation: 0.47 and the lightness value of cb866d is 0.61.
The process color (four color CMYK) of #cb866d color hex is 0.00, 0.34, 0.46, 0.20. Web safe color of #cb866d is #cc9966. Color #cb866d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10000110 | 01101101 |
Octal | 313 | 206 | 155 |
Decimal | 203 | 134 | 109 |
Hex | CB | 86 | 6D |
Shades of #cb866d
Tints of #cb866d
RGB Percentages of Color #cb866d
CMYK Percentages of Color #cb866d
Complementary Color
#cb866d | #6db2cb |
#cb866d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb866d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb866d Color CSS Codes
.mybgcolor {background-color:#cb866d; } .myforecolor {color:#cb866d; } .mybordercolor {border:3px solid #cb866d; }
#cb866d Text Font Color
<p style="color:#cb866d">Text here</p>
This sample text font color is #cb866d
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.
#cb866d Background Color
<div style="background-color:#cb866d">
Div content here</div>
This div background color is #cb866d
#cb866d Border Color
<div style="border:3px solid #cb866d">
Div here</div>
This div border color is #cb866d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,134,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb866d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb866d; -webkit-box-shadow: 1px 1px 3px 2px #cb866d; box-shadow: 1px 1px 3px 2px #cb866d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,134,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb866d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb866d; -webkit-box-shadow: 1px 1px 3px 2px #cb866d; box-shadow: 1px 1px 3px 2px #cb866d;">
Div content here</div>
This div box has shadow with color #cb866d
Comments
No comments written yet.
Please login to write comment.