Color spaces of #cba470
RGB | 203 | 164 | 112 |
---|---|---|---|
HSL | 0.10 | 0.47 | 0.62 |
HSV | 34° | 45° | 80° |
CMYK | 0.00 | 0.19 | 0.45 0.20 |
XYZ | 40.8287 | 40.4173 | 20.9786 |
Yxy | 40.4173 | 0.3994 | 0.3954 |
Hunter Lab | 63.5746 | 3.3802 | 24.9375 |
CIE-Lab | 69.7657 | 7.5845 | 32.3577 |
#cba470 color RGB value is (203,164,112).
#cba470 hex color red value is 203, green value is 164 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cba470 hue: 0.10 , saturation: 0.47 and the lightness value of cba470 is 0.62.
The process color (four color CMYK) of #cba470 color hex is 0.00, 0.19, 0.45, 0.20. Web safe color of #cba470 is #cc9966. Color #cba470 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10100100 | 01110000 |
Octal | 313 | 244 | 160 |
Decimal | 203 | 164 | 112 |
Hex | CB | A4 | 70 |
Shades of #cba470
Tints of #cba470
RGB Percentages of Color #cba470
CMYK Percentages of Color #cba470
Complementary Color
#cba470 | #7097cb |
#cba470 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cba470 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cba470 Color CSS Codes
.mybgcolor {background-color:#cba470; } .myforecolor {color:#cba470; } .mybordercolor {border:3px solid #cba470; }
#cba470 Text Font Color
<p style="color:#cba470">Text here</p>
This sample text font color is #cba470
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.
#cba470 Background Color
<div style="background-color:#cba470">
Div content here</div>
This div background color is #cba470
#cba470 Border Color
<div style="border:3px solid #cba470">
Div here</div>
This div border color is #cba470
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,164,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cba470; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cba470; -webkit-box-shadow: 1px 1px 3px 2px #cba470; box-shadow: 1px 1px 3px 2px #cba470; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,164,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cba470">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cba470; -webkit-box-shadow: 1px 1px 3px 2px #cba470; box-shadow: 1px 1px 3px 2px #cba470;">
Div content here</div>
This div box has shadow with color #cba470
Comments
No comments written yet.
Please login to write comment.