Color spaces of #c492ac
RGB | 196 | 146 | 172 |
---|---|---|---|
HSL | 0.91 | 0.30 | 0.67 |
HSV | 329° | 26° | 77° |
CMYK | 0.00 | 0.26 | 0.12 0.23 |
XYZ | 40.4902 | 35.2721 | 43.7039 |
Yxy | 35.2721 | 0.3389 | 0.2952 |
Hunter Lab | 59.3903 | 17.7619 | -2.0569 |
CIE-Lab | 65.9600 | 22.9431 | -6.2207 |
#c492ac color RGB value is (196,146,172).
#c492ac hex color red value is 196, green value is 146 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c492ac hue: 0.91 , saturation: 0.30 and the lightness value of c492ac is 0.67.
The process color (four color CMYK) of #c492ac color hex is 0.00, 0.26, 0.12, 0.23. Web safe color of #c492ac is #cc9999. Color #c492ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10010010 | 10101100 |
Octal | 304 | 222 | 254 |
Decimal | 196 | 146 | 172 |
Hex | C4 | 92 | AC |
Shades of #c492ac
Tints of #c492ac
RGB Percentages of Color #c492ac
CMYK Percentages of Color #c492ac
Complementary Color
#c492ac | #92c4aa |
#c492ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c492ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c492ac Color CSS Codes
.mybgcolor {background-color:#c492ac; } .myforecolor {color:#c492ac; } .mybordercolor {border:3px solid #c492ac; }
#c492ac Text Font Color
<p style="color:#c492ac">Text here</p>
This sample text font color is #c492ac
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.
#c492ac Background Color
<div style="background-color:#c492ac">
Div content here</div>
This div background color is #c492ac
#c492ac Border Color
<div style="border:3px solid #c492ac">
Div here</div>
This div border color is #c492ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,146,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c492ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c492ac; -webkit-box-shadow: 1px 1px 3px 2px #c492ac; box-shadow: 1px 1px 3px 2px #c492ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,146,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 #c492ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c492ac; -webkit-box-shadow: 1px 1px 3px 2px #c492ac; box-shadow: 1px 1px 3px 2px #c492ac;">
Div content here</div>
This div box has shadow with color #c492ac
Comments
No comments written yet.
Please login to write comment.