Color spaces of #c9558e
RGB | 201 | 85 | 142 |
---|---|---|---|
HSL | 0.92 | 0.52 | 0.56 |
HSV | 331° | 58° | 79° |
CMYK | 0.00 | 0.58 | 0.29 0.21 |
XYZ | 32.2184 | 20.8675 | 27.9209 |
Yxy | 20.8675 | 0.3977 | 0.2576 |
Hunter Lab | 45.6810 | 45.9529 | -4.2623 |
CIE-Lab | 52.8042 | 52.0553 | -8.4353 |
#c9558e color RGB value is (201,85,142).
#c9558e hex color red value is 201, green value is 85 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c9558e hue: 0.92 , saturation: 0.52 and the lightness value of c9558e is 0.56.
The process color (four color CMYK) of #c9558e color hex is 0.00, 0.58, 0.29, 0.21. Web safe color of #c9558e is #cc6699. Color #c9558e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01010101 | 10001110 |
Octal | 311 | 125 | 216 |
Decimal | 201 | 85 | 142 |
Hex | C9 | 55 | 8E |
Shades of #c9558e
Tints of #c9558e
RGB Percentages of Color #c9558e
CMYK Percentages of Color #c9558e
Complementary Color
#c9558e | #55c990 |
#c9558e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9558e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9558e Color CSS Codes
.mybgcolor {background-color:#c9558e; } .myforecolor {color:#c9558e; } .mybordercolor {border:3px solid #c9558e; }
#c9558e Text Font Color
<p style="color:#c9558e">Text here</p>
This sample text font color is #c9558e
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.
#c9558e Background Color
<div style="background-color:#c9558e">
Div content here</div>
This div background color is #c9558e
#c9558e Border Color
<div style="border:3px solid #c9558e">
Div here</div>
This div border color is #c9558e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,85,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9558e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9558e; -webkit-box-shadow: 1px 1px 3px 2px #c9558e; box-shadow: 1px 1px 3px 2px #c9558e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,85,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9558e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9558e; -webkit-box-shadow: 1px 1px 3px 2px #c9558e; box-shadow: 1px 1px 3px 2px #c9558e;">
Div content here</div>
This div box has shadow with color #c9558e
Comments
No comments written yet.
Please login to write comment.