Color spaces of #c6b990
RGB | 198 | 185 | 144 |
---|---|---|---|
HSL | 0.13 | 0.32 | 0.67 |
HSV | 46° | 27° | 78° |
CMYK | 0.00 | 0.07 | 0.27 0.22 |
XYZ | 45.6717 | 48.7173 | 33.3818 |
Yxy | 48.7173 | 0.3575 | 0.3813 |
Hunter Lab | 69.7978 | -5.3459 | 20.5021 |
CIE-Lab | 75.2751 | -1.8000 | 22.5119 |
#c6b990 color RGB value is (198,185,144).
#c6b990 hex color red value is 198, green value is 185 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c6b990 hue: 0.13 , saturation: 0.32 and the lightness value of c6b990 is 0.67.
The process color (four color CMYK) of #c6b990 color hex is 0.00, 0.07, 0.27, 0.22. Web safe color of #c6b990 is #cccc99. Color #c6b990 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10111001 | 10010000 |
Octal | 306 | 271 | 220 |
Decimal | 198 | 185 | 144 |
Hex | C6 | B9 | 90 |
Shades of #c6b990
Tints of #c6b990
RGB Percentages of Color #c6b990
CMYK Percentages of Color #c6b990
Complementary Color
#c6b990 | #909dc6 |
#c6b990 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6b990 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6b990 Color CSS Codes
.mybgcolor {background-color:#c6b990; } .myforecolor {color:#c6b990; } .mybordercolor {border:3px solid #c6b990; }
#c6b990 Text Font Color
<p style="color:#c6b990">Text here</p>
This sample text font color is #c6b990
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.
#c6b990 Background Color
<div style="background-color:#c6b990">
Div content here</div>
This div background color is #c6b990
#c6b990 Border Color
<div style="border:3px solid #c6b990">
Div here</div>
This div border color is #c6b990
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,185,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6b990; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6b990; -webkit-box-shadow: 1px 1px 3px 2px #c6b990; box-shadow: 1px 1px 3px 2px #c6b990; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,185,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6b990">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6b990; -webkit-box-shadow: 1px 1px 3px 2px #c6b990; box-shadow: 1px 1px 3px 2px #c6b990;">
Div content here</div>
This div box has shadow with color #c6b990
Comments
No comments written yet.
Please login to write comment.