Color spaces of #c19aaa
RGB | 193 | 154 | 170 |
---|---|---|---|
HSL | 0.93 | 0.24 | 0.68 |
HSV | 335° | 20° | 76° |
CMYK | 0.00 | 0.20 | 0.12 0.24 |
XYZ | 40.8036 | 37.3509 | 43.0891 |
Yxy | 37.3509 | 0.3365 | 0.3081 |
Hunter Lab | 61.1154 | 12.2234 | 0.9786 |
CIE-Lab | 67.5395 | 17.1031 | -2.8024 |
#c19aaa color RGB value is (193,154,170).
#c19aaa hex color red value is 193, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c19aaa hue: 0.93 , saturation: 0.24 and the lightness value of c19aaa is 0.68.
The process color (four color CMYK) of #c19aaa color hex is 0.00, 0.20, 0.12, 0.24. Web safe color of #c19aaa is #cc9999. Color #c19aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10011010 | 10101010 |
Octal | 301 | 232 | 252 |
Decimal | 193 | 154 | 170 |
Hex | C1 | 9A | AA |
Shades of #c19aaa
Tints of #c19aaa
RGB Percentages of Color #c19aaa
CMYK Percentages of Color #c19aaa
Complementary Color
#c19aaa | #9ac1b1 |
#c19aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c19aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c19aaa Color CSS Codes
.mybgcolor {background-color:#c19aaa; } .myforecolor {color:#c19aaa; } .mybordercolor {border:3px solid #c19aaa; }
#c19aaa Text Font Color
<p style="color:#c19aaa">Text here</p>
This sample text font color is #c19aaa
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.
#c19aaa Background Color
<div style="background-color:#c19aaa">
Div content here</div>
This div background color is #c19aaa
#c19aaa Border Color
<div style="border:3px solid #c19aaa">
Div here</div>
This div border color is #c19aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,154,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c19aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c19aaa; -webkit-box-shadow: 1px 1px 3px 2px #c19aaa; box-shadow: 1px 1px 3px 2px #c19aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,154,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c19aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c19aaa; -webkit-box-shadow: 1px 1px 3px 2px #c19aaa; box-shadow: 1px 1px 3px 2px #c19aaa;">
Div content here</div>
This div box has shadow with color #c19aaa
Comments
No comments written yet.
Please login to write comment.