Color spaces of #c47779
RGB | 196 | 119 | 121 |
---|---|---|---|
HSL | 1.00 | 0.39 | 0.62 |
HSV | 358° | 39° | 77° |
CMYK | 0.00 | 0.39 | 0.38 0.23 |
XYZ | 32.8130 | 26.3099 | 21.4380 |
Yxy | 26.3099 | 0.4073 | 0.3266 |
Hunter Lab | 51.2932 | 24.4260 | 11.1249 |
CIE-Lab | 58.3300 | 30.3685 | 11.8039 |
#c47779 color RGB value is (196,119,121).
#c47779 hex color red value is 196, green value is 119 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c47779 hue: 1.00 , saturation: 0.39 and the lightness value of c47779 is 0.62.
The process color (four color CMYK) of #c47779 color hex is 0.00, 0.39, 0.38, 0.23. Web safe color of #c47779 is #cc6666. Color #c47779 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01110111 | 01111001 |
Octal | 304 | 167 | 171 |
Decimal | 196 | 119 | 121 |
Hex | C4 | 77 | 79 |
Shades of #c47779
Tints of #c47779
RGB Percentages of Color #c47779
CMYK Percentages of Color #c47779
Complementary Color
#c47779 | #77c4c2 |
#c47779 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c47779 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c47779 Color CSS Codes
.mybgcolor {background-color:#c47779; } .myforecolor {color:#c47779; } .mybordercolor {border:3px solid #c47779; }
#c47779 Text Font Color
<p style="color:#c47779">Text here</p>
This sample text font color is #c47779
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.
#c47779 Background Color
<div style="background-color:#c47779">
Div content here</div>
This div background color is #c47779
#c47779 Border Color
<div style="border:3px solid #c47779">
Div here</div>
This div border color is #c47779
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,119,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c47779; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c47779; -webkit-box-shadow: 1px 1px 3px 2px #c47779; box-shadow: 1px 1px 3px 2px #c47779; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,119,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c47779">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c47779; -webkit-box-shadow: 1px 1px 3px 2px #c47779; box-shadow: 1px 1px 3px 2px #c47779;">
Div content here</div>
This div box has shadow with color #c47779
Comments
No comments written yet.
Please login to write comment.