Color spaces of #c47296
RGB | 196 | 114 | 150 |
---|---|---|---|
HSL | 0.93 | 0.41 | 0.61 |
HSV | 334° | 42° | 77° |
CMYK | 0.00 | 0.42 | 0.23 0.23 |
XYZ | 34.2873 | 25.9724 | 32.0602 |
Yxy | 25.9724 | 0.3714 | 0.2813 |
Hunter Lab | 50.9631 | 30.9069 | -1.6243 |
CIE-Lab | 58.0108 | 36.9208 | -5.4504 |
#c47296 color RGB value is (196,114,150).
#c47296 hex color red value is 196, green value is 114 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c47296 hue: 0.93 , saturation: 0.41 and the lightness value of c47296 is 0.61.
The process color (four color CMYK) of #c47296 color hex is 0.00, 0.42, 0.23, 0.23. Web safe color of #c47296 is #cc6699. Color #c47296 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01110010 | 10010110 |
Octal | 304 | 162 | 226 |
Decimal | 196 | 114 | 150 |
Hex | C4 | 72 | 96 |
Shades of #c47296
Tints of #c47296
RGB Percentages of Color #c47296
CMYK Percentages of Color #c47296
Complementary Color
#c47296 | #72c4a0 |
#c47296 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c47296 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c47296 Color CSS Codes
.mybgcolor {background-color:#c47296; } .myforecolor {color:#c47296; } .mybordercolor {border:3px solid #c47296; }
#c47296 Text Font Color
<p style="color:#c47296">Text here</p>
This sample text font color is #c47296
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.
#c47296 Background Color
<div style="background-color:#c47296">
Div content here</div>
This div background color is #c47296
#c47296 Border Color
<div style="border:3px solid #c47296">
Div here</div>
This div border color is #c47296
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,114,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c47296; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c47296; -webkit-box-shadow: 1px 1px 3px 2px #c47296; box-shadow: 1px 1px 3px 2px #c47296; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,114,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c47296">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c47296; -webkit-box-shadow: 1px 1px 3px 2px #c47296; box-shadow: 1px 1px 3px 2px #c47296;">
Div content here</div>
This div box has shadow with color #c47296
Comments
No comments written yet.
Please login to write comment.