Color spaces of #cba476
RGB | 203 | 164 | 118 |
---|---|---|---|
HSL | 0.09 | 0.45 | 0.63 |
HSV | 32° | 42° | 80° |
CMYK | 0.00 | 0.19 | 0.42 0.20 |
XYZ | 41.1741 | 40.5554 | 22.7974 |
Yxy | 40.5554 | 0.3939 | 0.3880 |
Hunter Lab | 63.6831 | 3.9631 | 23.3534 |
CIE-Lab | 69.8633 | 8.2248 | 29.2797 |
#cba476 color RGB value is (203,164,118).
#cba476 hex color red value is 203, green value is 164 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cba476 hue: 0.09 , saturation: 0.45 and the lightness value of cba476 is 0.63.
The process color (four color CMYK) of #cba476 color hex is 0.00, 0.19, 0.42, 0.20. Web safe color of #cba476 is #cc9966. Color #cba476 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10100100 | 01110110 |
Octal | 313 | 244 | 166 |
Decimal | 203 | 164 | 118 |
Hex | CB | A4 | 76 |
Shades of #cba476
Tints of #cba476
RGB Percentages of Color #cba476
CMYK Percentages of Color #cba476
Complementary Color
#cba476 | #769dcb |
#cba476 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cba476 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cba476 Color CSS Codes
.mybgcolor {background-color:#cba476; } .myforecolor {color:#cba476; } .mybordercolor {border:3px solid #cba476; }
#cba476 Text Font Color
<p style="color:#cba476">Text here</p>
This sample text font color is #cba476
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.
#cba476 Background Color
<div style="background-color:#cba476">
Div content here</div>
This div background color is #cba476
#cba476 Border Color
<div style="border:3px solid #cba476">
Div here</div>
This div border color is #cba476
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,164,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cba476; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cba476; -webkit-box-shadow: 1px 1px 3px 2px #cba476; box-shadow: 1px 1px 3px 2px #cba476; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,164,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cba476">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cba476; -webkit-box-shadow: 1px 1px 3px 2px #cba476; box-shadow: 1px 1px 3px 2px #cba476;">
Div content here</div>
This div box has shadow with color #cba476
Comments
No comments written yet.
Please login to write comment.