Color spaces of #cbb96b
RGB | 203 | 185 | 107 |
---|---|---|---|
HSL | 0.14 | 0.48 | 0.61 |
HSV | 49° | 47° | 80° |
CMYK | 0.00 | 0.09 | 0.47 0.20 |
XYZ | 44.6314 | 48.4560 | 20.9105 |
Yxy | 48.4560 | 0.3915 | 0.4251 |
Hunter Lab | 69.6103 | -7.3710 | 30.9169 |
CIE-Lab | 75.1116 | -4.0916 | 41.6999 |
#cbb96b color RGB value is (203,185,107).
#cbb96b hex color red value is 203, green value is 185 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cbb96b hue: 0.14 , saturation: 0.48 and the lightness value of cbb96b is 0.61.
The process color (four color CMYK) of #cbb96b color hex is 0.00, 0.09, 0.47, 0.20. Web safe color of #cbb96b is #cccc66. Color #cbb96b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111001 | 01101011 |
Octal | 313 | 271 | 153 |
Decimal | 203 | 185 | 107 |
Hex | CB | B9 | 6B |
Shades of #cbb96b
Tints of #cbb96b
RGB Percentages of Color #cbb96b
CMYK Percentages of Color #cbb96b
Complementary Color
#cbb96b | #6b7dcb |
#cbb96b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbb96b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbb96b Color CSS Codes
.mybgcolor {background-color:#cbb96b; } .myforecolor {color:#cbb96b; } .mybordercolor {border:3px solid #cbb96b; }
#cbb96b Text Font Color
<p style="color:#cbb96b">Text here</p>
This sample text font color is #cbb96b
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.
#cbb96b Background Color
<div style="background-color:#cbb96b">
Div content here</div>
This div background color is #cbb96b
#cbb96b Border Color
<div style="border:3px solid #cbb96b">
Div here</div>
This div border color is #cbb96b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,185,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbb96b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbb96b; -webkit-box-shadow: 1px 1px 3px 2px #cbb96b; box-shadow: 1px 1px 3px 2px #cbb96b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,185,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbb96b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbb96b; -webkit-box-shadow: 1px 1px 3px 2px #cbb96b; box-shadow: 1px 1px 3px 2px #cbb96b;">
Div content here</div>
This div box has shadow with color #cbb96b
Comments
No comments written yet.
Please login to write comment.