Color spaces of #c193ac
RGB | 193 | 147 | 172 |
---|---|---|---|
HSL | 0.91 | 0.27 | 0.67 |
HSV | 327° | 24° | 76° |
CMYK | 0.00 | 0.24 | 0.11 0.24 |
XYZ | 39.8724 | 35.1835 | 43.7193 |
Yxy | 35.1835 | 0.3357 | 0.2962 |
Hunter Lab | 59.3157 | 16.1865 | -2.1794 |
CIE-Lab | 65.8913 | 21.3159 | -6.3565 |
#c193ac color RGB value is (193,147,172).
#c193ac hex color red value is 193, green value is 147 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c193ac hue: 0.91 , saturation: 0.27 and the lightness value of c193ac is 0.67.
The process color (four color CMYK) of #c193ac color hex is 0.00, 0.24, 0.11, 0.24. Web safe color of #c193ac is #cc9999. Color #c193ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10010011 | 10101100 |
Octal | 301 | 223 | 254 |
Decimal | 193 | 147 | 172 |
Hex | C1 | 93 | AC |
Shades of #c193ac
Tints of #c193ac
RGB Percentages of Color #c193ac
CMYK Percentages of Color #c193ac
Complementary Color
#c193ac | #93c1a8 |
#c193ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c193ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c193ac Color CSS Codes
.mybgcolor {background-color:#c193ac; } .myforecolor {color:#c193ac; } .mybordercolor {border:3px solid #c193ac; }
#c193ac Text Font Color
<p style="color:#c193ac">Text here</p>
This sample text font color is #c193ac
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.
#c193ac Background Color
<div style="background-color:#c193ac">
Div content here</div>
This div background color is #c193ac
#c193ac Border Color
<div style="border:3px solid #c193ac">
Div here</div>
This div border color is #c193ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,147,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c193ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c193ac; -webkit-box-shadow: 1px 1px 3px 2px #c193ac; box-shadow: 1px 1px 3px 2px #c193ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,147,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c193ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c193ac; -webkit-box-shadow: 1px 1px 3px 2px #c193ac; box-shadow: 1px 1px 3px 2px #c193ac;">
Div content here</div>
This div box has shadow with color #c193ac
Comments
No comments written yet.
Please login to write comment.