Color spaces of #c39caf
RGB | 195 | 156 | 175 |
---|---|---|---|
HSL | 0.92 | 0.25 | 0.69 |
HSV | 331° | 20° | 76° |
CMYK | 0.00 | 0.20 | 0.10 0.24 |
XYZ | 42.1320 | 38.4742 | 45.7631 |
Yxy | 38.4742 | 0.3334 | 0.3045 |
Hunter Lab | 62.0276 | 12.6972 | -0.3241 |
CIE-Lab | 68.3687 | 17.5785 | -4.3494 |
#c39caf color RGB value is (195,156,175).
#c39caf hex color red value is 195, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c39caf hue: 0.92 , saturation: 0.25 and the lightness value of c39caf is 0.69.
The process color (four color CMYK) of #c39caf color hex is 0.00, 0.20, 0.10, 0.24. Web safe color of #c39caf is #cc9999. Color #c39caf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10011100 | 10101111 |
Octal | 303 | 234 | 257 |
Decimal | 195 | 156 | 175 |
Hex | C3 | 9C | AF |
Shades of #c39caf
Tints of #c39caf
RGB Percentages of Color #c39caf
CMYK Percentages of Color #c39caf
Complementary Color
#c39caf | #9cc3b0 |
#c39caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c39caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c39caf Color CSS Codes
.mybgcolor {background-color:#c39caf; } .myforecolor {color:#c39caf; } .mybordercolor {border:3px solid #c39caf; }
#c39caf Text Font Color
<p style="color:#c39caf">Text here</p>
This sample text font color is #c39caf
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.
#c39caf Background Color
<div style="background-color:#c39caf">
Div content here</div>
This div background color is #c39caf
#c39caf Border Color
<div style="border:3px solid #c39caf">
Div here</div>
This div border color is #c39caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,156,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c39caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c39caf; -webkit-box-shadow: 1px 1px 3px 2px #c39caf; box-shadow: 1px 1px 3px 2px #c39caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,156,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 #c39caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c39caf; -webkit-box-shadow: 1px 1px 3px 2px #c39caf; box-shadow: 1px 1px 3px 2px #c39caf;">
Div content here</div>
This div box has shadow with color #c39caf
Comments
No comments written yet.
Please login to write comment.