Color spaces of #c46978
RGB | 196 | 105 | 120 |
---|---|---|---|
HSL | 0.97 | 0.44 | 0.59 |
HSV | 350° | 46° | 77° |
CMYK | 0.00 | 0.46 | 0.39 0.23 |
XYZ | 31.2067 | 23.1950 | 20.6016 |
Yxy | 23.1950 | 0.4161 | 0.3093 |
Hunter Lab | 48.1612 | 31.3794 | 8.3507 |
CIE-Lab | 55.2726 | 37.7274 | 8.0658 |
#c46978 color RGB value is (196,105,120).
#c46978 hex color red value is 196, green value is 105 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c46978 hue: 0.97 , saturation: 0.44 and the lightness value of c46978 is 0.59.
The process color (four color CMYK) of #c46978 color hex is 0.00, 0.46, 0.39, 0.23. Web safe color of #c46978 is #cc6666. Color #c46978 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01101001 | 01111000 |
Octal | 304 | 151 | 170 |
Decimal | 196 | 105 | 120 |
Hex | C4 | 69 | 78 |
Shades of #c46978
Tints of #c46978
RGB Percentages of Color #c46978
CMYK Percentages of Color #c46978
Complementary Color
#c46978 | #69c4b5 |
#c46978 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c46978 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c46978 Color CSS Codes
.mybgcolor {background-color:#c46978; } .myforecolor {color:#c46978; } .mybordercolor {border:3px solid #c46978; }
#c46978 Text Font Color
<p style="color:#c46978">Text here</p>
This sample text font color is #c46978
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.
#c46978 Background Color
<div style="background-color:#c46978">
Div content here</div>
This div background color is #c46978
#c46978 Border Color
<div style="border:3px solid #c46978">
Div here</div>
This div border color is #c46978
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,105,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c46978; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c46978; -webkit-box-shadow: 1px 1px 3px 2px #c46978; box-shadow: 1px 1px 3px 2px #c46978; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,105,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c46978">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c46978; -webkit-box-shadow: 1px 1px 3px 2px #c46978; box-shadow: 1px 1px 3px 2px #c46978;">
Div content here</div>
This div box has shadow with color #c46978
Comments
No comments written yet.
Please login to write comment.