Color spaces of #c49baf
RGB | 196 | 155 | 175 |
---|---|---|---|
HSL | 0.92 | 0.26 | 0.69 |
HSV | 331° | 21° | 77° |
CMYK | 0.00 | 0.21 | 0.11 0.23 |
XYZ | 42.2242 | 38.2736 | 45.7195 |
Yxy | 38.2736 | 0.3345 | 0.3032 |
Hunter Lab | 61.8657 | 13.5639 | -0.5101 |
CIE-Lab | 68.2218 | 18.4895 | -4.5551 |
#c49baf color RGB value is (196,155,175).
#c49baf hex color red value is 196, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c49baf hue: 0.92 , saturation: 0.26 and the lightness value of c49baf is 0.69.
The process color (four color CMYK) of #c49baf color hex is 0.00, 0.21, 0.11, 0.23. Web safe color of #c49baf is #cc9999. Color #c49baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10011011 | 10101111 |
Octal | 304 | 233 | 257 |
Decimal | 196 | 155 | 175 |
Hex | C4 | 9B | AF |
Shades of #c49baf
Tints of #c49baf
RGB Percentages of Color #c49baf
CMYK Percentages of Color #c49baf
Complementary Color
#c49baf | #9bc4b0 |
#c49baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c49baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c49baf Color CSS Codes
.mybgcolor {background-color:#c49baf; } .myforecolor {color:#c49baf; } .mybordercolor {border:3px solid #c49baf; }
#c49baf Text Font Color
<p style="color:#c49baf">Text here</p>
This sample text font color is #c49baf
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.
#c49baf Background Color
<div style="background-color:#c49baf">
Div content here</div>
This div background color is #c49baf
#c49baf Border Color
<div style="border:3px solid #c49baf">
Div here</div>
This div border color is #c49baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,155,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c49baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c49baf; -webkit-box-shadow: 1px 1px 3px 2px #c49baf; box-shadow: 1px 1px 3px 2px #c49baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,155,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c49baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c49baf; -webkit-box-shadow: 1px 1px 3px 2px #c49baf; box-shadow: 1px 1px 3px 2px #c49baf;">
Div content here</div>
This div box has shadow with color #c49baf
Comments
No comments written yet.
Please login to write comment.