Color spaces of #c296ac
RGB | 194 | 150 | 172 |
---|---|---|---|
HSL | 0.92 | 0.27 | 0.67 |
HSV | 330° | 23° | 76° |
CMYK | 0.00 | 0.23 | 0.11 0.24 |
XYZ | 40.6009 | 36.2606 | 43.8888 |
Yxy | 36.2606 | 0.3362 | 0.3003 |
Hunter Lab | 60.2168 | 14.9735 | -1.0616 |
CIE-Lab | 66.7186 | 20.0158 | -5.1206 |
#c296ac color RGB value is (194,150,172).
#c296ac hex color red value is 194, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c296ac hue: 0.92 , saturation: 0.27 and the lightness value of c296ac is 0.67.
The process color (four color CMYK) of #c296ac color hex is 0.00, 0.23, 0.11, 0.24. Web safe color of #c296ac is #cc9999. Color #c296ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10010110 | 10101100 |
Octal | 302 | 226 | 254 |
Decimal | 194 | 150 | 172 |
Hex | C2 | 96 | AC |
Shades of #c296ac
Tints of #c296ac
RGB Percentages of Color #c296ac
CMYK Percentages of Color #c296ac
Complementary Color
#c296ac | #96c2ac |
#c296ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c296ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c296ac Color CSS Codes
.mybgcolor {background-color:#c296ac; } .myforecolor {color:#c296ac; } .mybordercolor {border:3px solid #c296ac; }
#c296ac Text Font Color
<p style="color:#c296ac">Text here</p>
This sample text font color is #c296ac
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.
#c296ac Background Color
<div style="background-color:#c296ac">
Div content here</div>
This div background color is #c296ac
#c296ac Border Color
<div style="border:3px solid #c296ac">
Div here</div>
This div border color is #c296ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,150,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c296ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c296ac; -webkit-box-shadow: 1px 1px 3px 2px #c296ac; box-shadow: 1px 1px 3px 2px #c296ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,150,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 #c296ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c296ac; -webkit-box-shadow: 1px 1px 3px 2px #c296ac; box-shadow: 1px 1px 3px 2px #c296ac;">
Div content here</div>
This div box has shadow with color #c296ac
Comments
No comments written yet.
Please login to write comment.