Color spaces of #c195af
RGB | 193 | 149 | 175 |
---|---|---|---|
HSL | 0.90 | 0.26 | 0.67 |
HSV | 325° | 23° | 76° |
CMYK | 0.00 | 0.23 | 0.09 0.24 |
XYZ | 40.4776 | 35.9275 | 45.3587 |
Yxy | 35.9275 | 0.3324 | 0.2951 |
Hunter Lab | 59.9396 | 15.6481 | -2.9095 |
CIE-Lab | 66.4645 | 20.7294 | -7.1899 |
#c195af color RGB value is (193,149,175).
#c195af hex color red value is 193, green value is 149 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c195af hue: 0.90 , saturation: 0.26 and the lightness value of c195af is 0.67.
The process color (four color CMYK) of #c195af color hex is 0.00, 0.23, 0.09, 0.24. Web safe color of #c195af is #cc9999. Color #c195af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10010101 | 10101111 |
Octal | 301 | 225 | 257 |
Decimal | 193 | 149 | 175 |
Hex | C1 | 95 | AF |
Shades of #c195af
Tints of #c195af
RGB Percentages of Color #c195af
CMYK Percentages of Color #c195af
Complementary Color
#c195af | #95c1a7 |
#c195af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c195af Color Preview on White Background
Lorem ipsum dolor sit amet.
#c195af Color CSS Codes
.mybgcolor {background-color:#c195af; } .myforecolor {color:#c195af; } .mybordercolor {border:3px solid #c195af; }
#c195af Text Font Color
<p style="color:#c195af">Text here</p>
This sample text font color is #c195af
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.
#c195af Background Color
<div style="background-color:#c195af">
Div content here</div>
This div background color is #c195af
#c195af Border Color
<div style="border:3px solid #c195af">
Div here</div>
This div border color is #c195af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,149,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c195af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c195af; -webkit-box-shadow: 1px 1px 3px 2px #c195af; box-shadow: 1px 1px 3px 2px #c195af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,149,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c195af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c195af; -webkit-box-shadow: 1px 1px 3px 2px #c195af; box-shadow: 1px 1px 3px 2px #c195af;">
Div content here</div>
This div box has shadow with color #c195af
Comments
No comments written yet.
Please login to write comment.