Color spaces of #cba47a
RGB | 203 | 164 | 122 |
---|---|---|---|
HSL | 0.09 | 0.44 | 0.64 |
HSV | 31° | 40° | 80° |
CMYK | 0.00 | 0.19 | 0.40 0.20 |
XYZ | 41.4169 | 40.6526 | 24.0762 |
Yxy | 40.6526 | 0.3902 | 0.3830 |
Hunter Lab | 63.7594 | 4.3713 | 22.2431 |
CIE-Lab | 69.9318 | 8.6715 | 27.2176 |
#cba47a color RGB value is (203,164,122).
#cba47a hex color red value is 203, green value is 164 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cba47a hue: 0.09 , saturation: 0.44 and the lightness value of cba47a is 0.64.
The process color (four color CMYK) of #cba47a color hex is 0.00, 0.19, 0.40, 0.20. Web safe color of #cba47a is #cc9966. Color #cba47a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10100100 | 01111010 |
Octal | 313 | 244 | 172 |
Decimal | 203 | 164 | 122 |
Hex | CB | A4 | 7A |
Shades of #cba47a
Tints of #cba47a
RGB Percentages of Color #cba47a
CMYK Percentages of Color #cba47a
Complementary Color
#cba47a | #7aa1cb |
#cba47a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cba47a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cba47a Color CSS Codes
.mybgcolor {background-color:#cba47a; } .myforecolor {color:#cba47a; } .mybordercolor {border:3px solid #cba47a; }
#cba47a Text Font Color
<p style="color:#cba47a">Text here</p>
This sample text font color is #cba47a
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.
#cba47a Background Color
<div style="background-color:#cba47a">
Div content here</div>
This div background color is #cba47a
#cba47a Border Color
<div style="border:3px solid #cba47a">
Div here</div>
This div border color is #cba47a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,164,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cba47a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cba47a; -webkit-box-shadow: 1px 1px 3px 2px #cba47a; box-shadow: 1px 1px 3px 2px #cba47a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,164,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cba47a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cba47a; -webkit-box-shadow: 1px 1px 3px 2px #cba47a; box-shadow: 1px 1px 3px 2px #cba47a;">
Div content here</div>
This div box has shadow with color #cba47a
Comments
No comments written yet.
Please login to write comment.