Color spaces of #c4978d
RGB | 196 | 151 | 141 |
---|---|---|---|
HSL | 0.03 | 0.32 | 0.66 |
HSV | 11° | 28° | 77° |
CMYK | 0.00 | 0.23 | 0.28 0.23 |
XYZ | 38.6393 | 35.7921 | 30.0714 |
Yxy | 35.7921 | 0.3697 | 0.3425 |
Hunter Lab | 59.8265 | 10.5889 | 12.0768 |
CIE-Lab | 66.3608 | 15.3933 | 11.7563 |
#c4978d color RGB value is (196,151,141).
#c4978d hex color red value is 196, green value is 151 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c4978d hue: 0.03 , saturation: 0.32 and the lightness value of c4978d is 0.66.
The process color (four color CMYK) of #c4978d color hex is 0.00, 0.23, 0.28, 0.23. Web safe color of #c4978d is #cc9999. Color #c4978d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10010111 | 10001101 |
Octal | 304 | 227 | 215 |
Decimal | 196 | 151 | 141 |
Hex | C4 | 97 | 8D |
Shades of #c4978d
Tints of #c4978d
RGB Percentages of Color #c4978d
CMYK Percentages of Color #c4978d
Complementary Color
#c4978d | #8dbac4 |
#c4978d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4978d Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4978d Color CSS Codes
.mybgcolor {background-color:#c4978d; } .myforecolor {color:#c4978d; } .mybordercolor {border:3px solid #c4978d; }
#c4978d Text Font Color
<p style="color:#c4978d">Text here</p>
This sample text font color is #c4978d
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.
#c4978d Background Color
<div style="background-color:#c4978d">
Div content here</div>
This div background color is #c4978d
#c4978d Border Color
<div style="border:3px solid #c4978d">
Div here</div>
This div border color is #c4978d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,151,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4978d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4978d; -webkit-box-shadow: 1px 1px 3px 2px #c4978d; box-shadow: 1px 1px 3px 2px #c4978d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,151,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4978d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4978d; -webkit-box-shadow: 1px 1px 3px 2px #c4978d; box-shadow: 1px 1px 3px 2px #c4978d;">
Div content here</div>
This div box has shadow with color #c4978d
Comments
No comments written yet.
Please login to write comment.