Color spaces of #c9957d
RGB | 201 | 149 | 125 |
---|---|---|---|
HSL | 0.05 | 0.41 | 0.64 |
HSV | 19° | 38° | 79° |
CMYK | 0.00 | 0.26 | 0.38 0.21 |
XYZ | 38.5365 | 35.3931 | 24.2025 |
Yxy | 35.3931 | 0.3927 | 0.3607 |
Hunter Lab | 59.4921 | 11.5137 | 17.5242 |
CIE-Lab | 66.0536 | 16.3886 | 20.3198 |
#c9957d color RGB value is (201,149,125).
#c9957d hex color red value is 201, green value is 149 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c9957d hue: 0.05 , saturation: 0.41 and the lightness value of c9957d is 0.64.
The process color (four color CMYK) of #c9957d color hex is 0.00, 0.26, 0.38, 0.21. Web safe color of #c9957d is #cc9966. Color #c9957d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10010101 | 01111101 |
Octal | 311 | 225 | 175 |
Decimal | 201 | 149 | 125 |
Hex | C9 | 95 | 7D |
Shades of #c9957d
Tints of #c9957d
RGB Percentages of Color #c9957d
CMYK Percentages of Color #c9957d
Complementary Color
#c9957d | #7db1c9 |
#c9957d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9957d Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9957d Color CSS Codes
.mybgcolor {background-color:#c9957d; } .myforecolor {color:#c9957d; } .mybordercolor {border:3px solid #c9957d; }
#c9957d Text Font Color
<p style="color:#c9957d">Text here</p>
This sample text font color is #c9957d
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.
#c9957d Background Color
<div style="background-color:#c9957d">
Div content here</div>
This div background color is #c9957d
#c9957d Border Color
<div style="border:3px solid #c9957d">
Div here</div>
This div border color is #c9957d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,149,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9957d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9957d; -webkit-box-shadow: 1px 1px 3px 2px #c9957d; box-shadow: 1px 1px 3px 2px #c9957d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,149,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9957d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9957d; -webkit-box-shadow: 1px 1px 3px 2px #c9957d; box-shadow: 1px 1px 3px 2px #c9957d;">
Div content here</div>
This div box has shadow with color #c9957d
Comments
No comments written yet.
Please login to write comment.