Color spaces of #c5c289
RGB | 197 | 194 | 137 |
---|---|---|---|
HSL | 0.16 | 0.34 | 0.65 |
HSV | 57° | 30° | 77° |
CMYK | 0.00 | 0.02 | 0.30 0.23 |
XYZ | 46.8331 | 52.2600 | 31.2857 |
Yxy | 52.2600 | 0.3592 | 0.4008 |
Hunter Lab | 72.2911 | -10.8698 | 24.9446 |
CIE-Lab | 77.4360 | -7.8225 | 29.1216 |
#c5c289 color RGB value is (197,194,137).
#c5c289 hex color red value is 197, green value is 194 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c5c289 hue: 0.16 , saturation: 0.34 and the lightness value of c5c289 is 0.65.
The process color (four color CMYK) of #c5c289 color hex is 0.00, 0.02, 0.30, 0.23. Web safe color of #c5c289 is #cccc99. Color #c5c289 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11000010 | 10001001 |
Octal | 305 | 302 | 211 |
Decimal | 197 | 194 | 137 |
Hex | C5 | C2 | 89 |
Shades of #c5c289
Tints of #c5c289
RGB Percentages of Color #c5c289
CMYK Percentages of Color #c5c289
Complementary Color
#c5c289 | #898cc5 |
#c5c289 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5c289 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5c289 Color CSS Codes
.mybgcolor {background-color:#c5c289; } .myforecolor {color:#c5c289; } .mybordercolor {border:3px solid #c5c289; }
#c5c289 Text Font Color
<p style="color:#c5c289">Text here</p>
This sample text font color is #c5c289
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.
#c5c289 Background Color
<div style="background-color:#c5c289">
Div content here</div>
This div background color is #c5c289
#c5c289 Border Color
<div style="border:3px solid #c5c289">
Div here</div>
This div border color is #c5c289
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,194,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5c289; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5c289; -webkit-box-shadow: 1px 1px 3px 2px #c5c289; box-shadow: 1px 1px 3px 2px #c5c289; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,194,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5c289">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5c289; -webkit-box-shadow: 1px 1px 3px 2px #c5c289; box-shadow: 1px 1px 3px 2px #c5c289;">
Div content here</div>
This div box has shadow with color #c5c289
Comments
No comments written yet.
Please login to write comment.