Color spaces of #c1baad
RGB | 193 | 186 | 173 |
---|---|---|---|
HSL | 0.11 | 0.14 | 0.72 |
HSV | 39° | 10° | 76° |
CMYK | 0.00 | 0.04 | 0.10 0.24 |
XYZ | 47.0941 | 49.4724 | 46.6022 |
Yxy | 49.4724 | 0.3289 | 0.3456 |
Hunter Lab | 70.3366 | -3.5739 | 9.9525 |
CIE-Lab | 75.7443 | 0.2019 | 7.4570 |
#c1baad color RGB value is (193,186,173).
#c1baad hex color red value is 193, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c1baad hue: 0.11 , saturation: 0.14 and the lightness value of c1baad is 0.72.
The process color (four color CMYK) of #c1baad color hex is 0.00, 0.04, 0.10, 0.24. Web safe color of #c1baad is #cccc99. Color #c1baad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10111010 | 10101101 |
Octal | 301 | 272 | 255 |
Decimal | 193 | 186 | 173 |
Hex | C1 | BA | AD |
Shades of #c1baad
Tints of #c1baad
RGB Percentages of Color #c1baad
CMYK Percentages of Color #c1baad
Complementary Color
#c1baad | #adb4c1 |
#c1baad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1baad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1baad Color CSS Codes
.mybgcolor {background-color:#c1baad; } .myforecolor {color:#c1baad; } .mybordercolor {border:3px solid #c1baad; }
#c1baad Text Font Color
<p style="color:#c1baad">Text here</p>
This sample text font color is #c1baad
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.
#c1baad Background Color
<div style="background-color:#c1baad">
Div content here</div>
This div background color is #c1baad
#c1baad Border Color
<div style="border:3px solid #c1baad">
Div here</div>
This div border color is #c1baad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,186,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1baad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1baad; -webkit-box-shadow: 1px 1px 3px 2px #c1baad; box-shadow: 1px 1px 3px 2px #c1baad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,186,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1baad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1baad; -webkit-box-shadow: 1px 1px 3px 2px #c1baad; box-shadow: 1px 1px 3px 2px #c1baad;">
Div content here</div>
This div box has shadow with color #c1baad
Comments
No comments written yet.
Please login to write comment.