Color spaces of #c39598
RGB | 195 | 149 | 152 |
---|---|---|---|
HSL | 0.99 | 0.28 | 0.67 |
HSV | 356° | 24° | 76° |
CMYK | 0.00 | 0.24 | 0.22 0.24 |
XYZ | 38.9206 | 35.3640 | 34.4804 |
Yxy | 35.3640 | 0.3578 | 0.3251 |
Hunter Lab | 59.4676 | 12.7570 | 7.2499 |
CIE-Lab | 66.0311 | 17.7110 | 5.1104 |
#c39598 color RGB value is (195,149,152).
#c39598 hex color red value is 195, green value is 149 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c39598 hue: 0.99 , saturation: 0.28 and the lightness value of c39598 is 0.67.
The process color (four color CMYK) of #c39598 color hex is 0.00, 0.24, 0.22, 0.24. Web safe color of #c39598 is #cc9999. Color #c39598 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10010101 | 10011000 |
Octal | 303 | 225 | 230 |
Decimal | 195 | 149 | 152 |
Hex | C3 | 95 | 98 |
Shades of #c39598
Tints of #c39598
RGB Percentages of Color #c39598
CMYK Percentages of Color #c39598
Complementary Color
#c39598 | #95c3c0 |
#c39598 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c39598 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c39598 Color CSS Codes
.mybgcolor {background-color:#c39598; } .myforecolor {color:#c39598; } .mybordercolor {border:3px solid #c39598; }
#c39598 Text Font Color
<p style="color:#c39598">Text here</p>
This sample text font color is #c39598
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.
#c39598 Background Color
<div style="background-color:#c39598">
Div content here</div>
This div background color is #c39598
#c39598 Border Color
<div style="border:3px solid #c39598">
Div here</div>
This div border color is #c39598
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,149,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c39598; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c39598; -webkit-box-shadow: 1px 1px 3px 2px #c39598; box-shadow: 1px 1px 3px 2px #c39598; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,149,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c39598">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c39598; -webkit-box-shadow: 1px 1px 3px 2px #c39598; box-shadow: 1px 1px 3px 2px #c39598;">
Div content here</div>
This div box has shadow with color #c39598
Comments
No comments written yet.
Please login to write comment.