Color spaces of #cbbb81
RGB | 203 | 187 | 129 |
---|---|---|---|
HSL | 0.13 | 0.42 | 0.65 |
HSV | 47° | 36° | 80° |
CMYK | 0.00 | 0.08 | 0.36 0.20 |
XYZ | 46.3614 | 49.8221 | 27.9420 |
Yxy | 49.8221 | 0.3735 | 0.4014 |
Hunter Lab | 70.5848 | -6.2812 | 25.9385 |
CIE-Lab | 75.9599 | -2.7903 | 31.4564 |
#cbbb81 color RGB value is (203,187,129).
#cbbb81 hex color red value is 203, green value is 187 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #cbbb81 hue: 0.13 , saturation: 0.42 and the lightness value of cbbb81 is 0.65.
The process color (four color CMYK) of #cbbb81 color hex is 0.00, 0.08, 0.36, 0.20. Web safe color of #cbbb81 is #cccc99. Color #cbbb81 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111011 | 10000001 |
Octal | 313 | 273 | 201 |
Decimal | 203 | 187 | 129 |
Hex | CB | BB | 81 |
Shades of #cbbb81
Tints of #cbbb81
RGB Percentages of Color #cbbb81
CMYK Percentages of Color #cbbb81
Complementary Color
#cbbb81 | #8191cb |
#cbbb81 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbb81 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbb81 Color CSS Codes
.mybgcolor {background-color:#cbbb81; } .myforecolor {color:#cbbb81; } .mybordercolor {border:3px solid #cbbb81; }
#cbbb81 Text Font Color
<p style="color:#cbbb81">Text here</p>
This sample text font color is #cbbb81
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.
#cbbb81 Background Color
<div style="background-color:#cbbb81">
Div content here</div>
This div background color is #cbbb81
#cbbb81 Border Color
<div style="border:3px solid #cbbb81">
Div here</div>
This div border color is #cbbb81
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,187,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbb81; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbb81; -webkit-box-shadow: 1px 1px 3px 2px #cbbb81; box-shadow: 1px 1px 3px 2px #cbbb81; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,187,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbb81">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbb81; -webkit-box-shadow: 1px 1px 3px 2px #cbbb81; box-shadow: 1px 1px 3px 2px #cbbb81;">
Div content here</div>
This div box has shadow with color #cbbb81
Comments
No comments written yet.
Please login to write comment.