Color spaces of #c16bab
RGB | 193 | 107 | 171 |
---|---|---|---|
HSL | 0.88 | 0.41 | 0.59 |
HSV | 315° | 45° | 76° |
CMYK | 0.00 | 0.45 | 0.11 0.24 |
XYZ | 34.6007 | 24.7931 | 41.4900 |
Yxy | 24.7931 | 0.3430 | 0.2458 |
Hunter Lab | 49.7927 | 36.9017 | -14.5488 |
CIE-Lab | 56.8733 | 42.9053 | -19.3530 |
#c16bab color RGB value is (193,107,171).
#c16bab hex color red value is 193, green value is 107 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c16bab hue: 0.88 , saturation: 0.41 and the lightness value of c16bab is 0.59.
The process color (four color CMYK) of #c16bab color hex is 0.00, 0.45, 0.11, 0.24. Web safe color of #c16bab is #cc6699. Color #c16bab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01101011 | 10101011 |
Octal | 301 | 153 | 253 |
Decimal | 193 | 107 | 171 |
Hex | C1 | 6B | AB |
Shades of #c16bab
Tints of #c16bab
RGB Percentages of Color #c16bab
CMYK Percentages of Color #c16bab
Complementary Color
#c16bab | #6bc181 |
#c16bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c16bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c16bab Color CSS Codes
.mybgcolor {background-color:#c16bab; } .myforecolor {color:#c16bab; } .mybordercolor {border:3px solid #c16bab; }
#c16bab Text Font Color
<p style="color:#c16bab">Text here</p>
This sample text font color is #c16bab
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.
#c16bab Background Color
<div style="background-color:#c16bab">
Div content here</div>
This div background color is #c16bab
#c16bab Border Color
<div style="border:3px solid #c16bab">
Div here</div>
This div border color is #c16bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,107,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c16bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c16bab; -webkit-box-shadow: 1px 1px 3px 2px #c16bab; box-shadow: 1px 1px 3px 2px #c16bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,107,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c16bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c16bab; -webkit-box-shadow: 1px 1px 3px 2px #c16bab; box-shadow: 1px 1px 3px 2px #c16bab;">
Div content here</div>
This div box has shadow with color #c16bab
Comments
No comments written yet.
Please login to write comment.