Color spaces of #cbb891
RGB | 203 | 184 | 145 |
---|---|---|---|
HSL | 0.11 | 0.36 | 0.68 |
HSV | 40° | 29° | 80° |
CMYK | 0.00 | 0.09 | 0.29 0.20 |
XYZ | 46.8799 | 49.0218 | 33.7794 |
Yxy | 49.0218 | 0.3615 | 0.3780 |
Hunter Lab | 70.0156 | -3.0101 | 20.4061 |
CIE-Lab | 75.4649 | 0.8054 | 22.3058 |
#cbb891 color RGB value is (203,184,145).
#cbb891 hex color red value is 203, green value is 184 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #cbb891 hue: 0.11 , saturation: 0.36 and the lightness value of cbb891 is 0.68.
The process color (four color CMYK) of #cbb891 color hex is 0.00, 0.09, 0.29, 0.20. Web safe color of #cbb891 is #cccc99. Color #cbb891 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111000 | 10010001 |
Octal | 313 | 270 | 221 |
Decimal | 203 | 184 | 145 |
Hex | CB | B8 | 91 |
Shades of #cbb891
Tints of #cbb891
RGB Percentages of Color #cbb891
CMYK Percentages of Color #cbb891
Complementary Color
#cbb891 | #91a4cb |
#cbb891 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbb891 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbb891 Color CSS Codes
.mybgcolor {background-color:#cbb891; } .myforecolor {color:#cbb891; } .mybordercolor {border:3px solid #cbb891; }
#cbb891 Text Font Color
<p style="color:#cbb891">Text here</p>
This sample text font color is #cbb891
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.
#cbb891 Background Color
<div style="background-color:#cbb891">
Div content here</div>
This div background color is #cbb891
#cbb891 Border Color
<div style="border:3px solid #cbb891">
Div here</div>
This div border color is #cbb891
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,184,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbb891; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbb891; -webkit-box-shadow: 1px 1px 3px 2px #cbb891; box-shadow: 1px 1px 3px 2px #cbb891; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,184,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbb891">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbb891; -webkit-box-shadow: 1px 1px 3px 2px #cbb891; box-shadow: 1px 1px 3px 2px #cbb891;">
Div content here</div>
This div box has shadow with color #cbb891
Comments
No comments written yet.
Please login to write comment.