Color spaces of #cca373
RGB | 204 | 163 | 115 |
---|---|---|---|
HSL | 0.09 | 0.47 | 0.63 |
HSV | 32° | 44° | 80° |
CMYK | 0.00 | 0.20 | 0.44 0.20 |
XYZ | 41.0935 | 40.2696 | 21.8266 |
Yxy | 40.2696 | 0.3982 | 0.3902 |
Hunter Lab | 63.4583 | 4.5386 | 24.0279 |
CIE-Lab | 69.6611 | 8.8492 | 30.6414 |
#cca373 color RGB value is (204,163,115).
#cca373 hex color red value is 204, green value is 163 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cca373 hue: 0.09 , saturation: 0.47 and the lightness value of cca373 is 0.63.
The process color (four color CMYK) of #cca373 color hex is 0.00, 0.20, 0.44, 0.20. Web safe color of #cca373 is #cc9966. Color #cca373 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10100011 | 01110011 |
Octal | 314 | 243 | 163 |
Decimal | 204 | 163 | 115 |
Hex | CC | A3 | 73 |
Shades of #cca373
Tints of #cca373
RGB Percentages of Color #cca373
CMYK Percentages of Color #cca373
Complementary Color
#cca373 | #739ccc |
#cca373 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cca373 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cca373 Color CSS Codes
.mybgcolor {background-color:#cca373; } .myforecolor {color:#cca373; } .mybordercolor {border:3px solid #cca373; }
#cca373 Text Font Color
<p style="color:#cca373">Text here</p>
This sample text font color is #cca373
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.
#cca373 Background Color
<div style="background-color:#cca373">
Div content here</div>
This div background color is #cca373
#cca373 Border Color
<div style="border:3px solid #cca373">
Div here</div>
This div border color is #cca373
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,163,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cca373; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cca373; -webkit-box-shadow: 1px 1px 3px 2px #cca373; box-shadow: 1px 1px 3px 2px #cca373; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,163,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cca373">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cca373; -webkit-box-shadow: 1px 1px 3px 2px #cca373; box-shadow: 1px 1px 3px 2px #cca373;">
Div content here</div>
This div box has shadow with color #cca373
Comments
No comments written yet.
Please login to write comment.