Color spaces of #cbb855
RGB | 203 | 184 | 85 |
---|---|---|---|
HSL | 0.14 | 0.53 | 0.56 |
HSV | 50° | 58° | 80° |
CMYK | 0.00 | 0.09 | 0.58 0.20 |
XYZ | 43.4088 | 47.6334 | 15.5006 |
Yxy | 47.6334 | 0.4074 | 0.4471 |
Hunter Lab | 69.0170 | -8.5106 | 34.9959 |
CIE-Lab | 74.5931 | -5.4381 | 51.7648 |
#cbb855 color RGB value is (203,184,85).
#cbb855 hex color red value is 203, green value is 184 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cbb855 hue: 0.14 , saturation: 0.53 and the lightness value of cbb855 is 0.56.
The process color (four color CMYK) of #cbb855 color hex is 0.00, 0.09, 0.58, 0.20. Web safe color of #cbb855 is #cccc66. Color #cbb855 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111000 | 01010101 |
Octal | 313 | 270 | 125 |
Decimal | 203 | 184 | 85 |
Hex | CB | B8 | 55 |
Shades of #cbb855
Tints of #cbb855
RGB Percentages of Color #cbb855
CMYK Percentages of Color #cbb855
Complementary Color
#cbb855 | #5568cb |
#cbb855 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbb855 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbb855 Color CSS Codes
.mybgcolor {background-color:#cbb855; } .myforecolor {color:#cbb855; } .mybordercolor {border:3px solid #cbb855; }
#cbb855 Text Font Color
<p style="color:#cbb855">Text here</p>
This sample text font color is #cbb855
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.
#cbb855 Background Color
<div style="background-color:#cbb855">
Div content here</div>
This div background color is #cbb855
#cbb855 Border Color
<div style="border:3px solid #cbb855">
Div here</div>
This div border color is #cbb855
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,184,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbb855; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbb855; -webkit-box-shadow: 1px 1px 3px 2px #cbb855; box-shadow: 1px 1px 3px 2px #cbb855; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,184,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbb855">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbb855; -webkit-box-shadow: 1px 1px 3px 2px #cbb855; box-shadow: 1px 1px 3px 2px #cbb855;">
Div content here</div>
This div box has shadow with color #cbb855
Comments
No comments written yet.
Please login to write comment.