Color spaces of #c996bf
RGB | 201 | 150 | 191 |
---|---|---|---|
HSL | 0.87 | 0.32 | 0.69 |
HSV | 312° | 25° | 79° |
CMYK | 0.00 | 0.25 | 0.05 0.21 |
XYZ | 44.3977 | 37.9918 | 54.2833 |
Yxy | 37.9918 | 0.3248 | 0.2780 |
Hunter Lab | 61.6375 | 20.7086 | -9.0697 |
CIE-Lab | 68.0146 | 25.8197 | -13.7335 |
#c996bf color RGB value is (201,150,191).
#c996bf hex color red value is 201, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c996bf hue: 0.87 , saturation: 0.32 and the lightness value of c996bf is 0.69.
The process color (four color CMYK) of #c996bf color hex is 0.00, 0.25, 0.05, 0.21. Web safe color of #c996bf is #cc99cc. Color #c996bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10010110 | 10111111 |
Octal | 311 | 226 | 277 |
Decimal | 201 | 150 | 191 |
Hex | C9 | 96 | BF |
Shades of #c996bf
Tints of #c996bf
RGB Percentages of Color #c996bf
CMYK Percentages of Color #c996bf
Complementary Color
#c996bf | #96c9a0 |
#c996bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c996bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c996bf Color CSS Codes
.mybgcolor {background-color:#c996bf; } .myforecolor {color:#c996bf; } .mybordercolor {border:3px solid #c996bf; }
#c996bf Text Font Color
<p style="color:#c996bf">Text here</p>
This sample text font color is #c996bf
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.
#c996bf Background Color
<div style="background-color:#c996bf">
Div content here</div>
This div background color is #c996bf
#c996bf Border Color
<div style="border:3px solid #c996bf">
Div here</div>
This div border color is #c996bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,150,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c996bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c996bf; -webkit-box-shadow: 1px 1px 3px 2px #c996bf; box-shadow: 1px 1px 3px 2px #c996bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,150,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c996bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c996bf; -webkit-box-shadow: 1px 1px 3px 2px #c996bf; box-shadow: 1px 1px 3px 2px #c996bf;">
Div content here</div>
This div box has shadow with color #c996bf
Comments
No comments written yet.
Please login to write comment.