Color spaces of #c86996
RGB | 200 | 105 | 150 |
---|---|---|---|
HSL | 0.92 | 0.46 | 0.60 |
HSV | 332° | 48° | 78° |
CMYK | 0.00 | 0.48 | 0.25 0.22 |
XYZ | 34.3760 | 24.5845 | 31.7876 |
Yxy | 24.5845 | 0.3788 | 0.2709 |
Hunter Lab | 49.5828 | 36.9852 | -3.3030 |
CIE-Lab | 56.6683 | 43.0142 | -7.3869 |
#c86996 color RGB value is (200,105,150).
#c86996 hex color red value is 200, green value is 105 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c86996 hue: 0.92 , saturation: 0.46 and the lightness value of c86996 is 0.60.
The process color (four color CMYK) of #c86996 color hex is 0.00, 0.48, 0.25, 0.22. Web safe color of #c86996 is #cc6699. Color #c86996 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01101001 | 10010110 |
Octal | 310 | 151 | 226 |
Decimal | 200 | 105 | 150 |
Hex | C8 | 69 | 96 |
Shades of #c86996
Tints of #c86996
RGB Percentages of Color #c86996
CMYK Percentages of Color #c86996
Complementary Color
#c86996 | #69c89b |
#c86996 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c86996 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c86996 Color CSS Codes
.mybgcolor {background-color:#c86996; } .myforecolor {color:#c86996; } .mybordercolor {border:3px solid #c86996; }
#c86996 Text Font Color
<p style="color:#c86996">Text here</p>
This sample text font color is #c86996
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.
#c86996 Background Color
<div style="background-color:#c86996">
Div content here</div>
This div background color is #c86996
#c86996 Border Color
<div style="border:3px solid #c86996">
Div here</div>
This div border color is #c86996
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,105,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c86996; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c86996; -webkit-box-shadow: 1px 1px 3px 2px #c86996; box-shadow: 1px 1px 3px 2px #c86996; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,105,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 #c86996">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c86996; -webkit-box-shadow: 1px 1px 3px 2px #c86996; box-shadow: 1px 1px 3px 2px #c86996;">
Div content here</div>
This div box has shadow with color #c86996
Comments
No comments written yet.
Please login to write comment.