Color spaces of #c169ae
RGB | 193 | 105 | 174 |
---|---|---|---|
HSL | 0.87 | 0.42 | 0.58 |
HSV | 313° | 46° | 76° |
CMYK | 0.00 | 0.46 | 0.10 0.24 |
XYZ | 34.6839 | 24.4966 | 42.9447 |
Yxy | 24.4966 | 0.3396 | 0.2399 |
Hunter Lab | 49.4940 | 38.4727 | -16.7986 |
CIE-Lab | 56.5816 | 44.4484 | -21.5311 |
#c169ae color RGB value is (193,105,174).
#c169ae hex color red value is 193, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c169ae hue: 0.87 , saturation: 0.42 and the lightness value of c169ae is 0.58.
The process color (four color CMYK) of #c169ae color hex is 0.00, 0.46, 0.10, 0.24. Web safe color of #c169ae is #cc6699. Color #c169ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01101001 | 10101110 |
Octal | 301 | 151 | 256 |
Decimal | 193 | 105 | 174 |
Hex | C1 | 69 | AE |
Shades of #c169ae
Tints of #c169ae
RGB Percentages of Color #c169ae
CMYK Percentages of Color #c169ae
Complementary Color
#c169ae | #69c17c |
#c169ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c169ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c169ae Color CSS Codes
.mybgcolor {background-color:#c169ae; } .myforecolor {color:#c169ae; } .mybordercolor {border:3px solid #c169ae; }
#c169ae Text Font Color
<p style="color:#c169ae">Text here</p>
This sample text font color is #c169ae
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.
#c169ae Background Color
<div style="background-color:#c169ae">
Div content here</div>
This div background color is #c169ae
#c169ae Border Color
<div style="border:3px solid #c169ae">
Div here</div>
This div border color is #c169ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,105,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c169ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c169ae; -webkit-box-shadow: 1px 1px 3px 2px #c169ae; box-shadow: 1px 1px 3px 2px #c169ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,105,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c169ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c169ae; -webkit-box-shadow: 1px 1px 3px 2px #c169ae; box-shadow: 1px 1px 3px 2px #c169ae;">
Div content here</div>
This div box has shadow with color #c169ae
Comments
No comments written yet.
Please login to write comment.