Color spaces of #c99dbb
RGB | 201 | 157 | 187 |
---|---|---|---|
HSL | 0.89 | 0.29 | 0.70 |
HSV | 319° | 22° | 79° |
CMYK | 0.00 | 0.22 | 0.07 0.21 |
XYZ | 45.1140 | 40.1193 | 52.3797 |
Yxy | 40.1193 | 0.3278 | 0.2915 |
Hunter Lab | 63.3398 | 16.2926 | -4.6928 |
CIE-Lab | 69.5544 | 21.2576 | -9.2027 |
#c99dbb color RGB value is (201,157,187).
#c99dbb hex color red value is 201, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c99dbb hue: 0.89 , saturation: 0.29 and the lightness value of c99dbb is 0.70.
The process color (four color CMYK) of #c99dbb color hex is 0.00, 0.22, 0.07, 0.21. Web safe color of #c99dbb is #cc99cc. Color #c99dbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10011101 | 10111011 |
Octal | 311 | 235 | 273 |
Decimal | 201 | 157 | 187 |
Hex | C9 | 9D | BB |
Shades of #c99dbb
Tints of #c99dbb
RGB Percentages of Color #c99dbb
CMYK Percentages of Color #c99dbb
Complementary Color
#c99dbb | #9dc9ab |
#c99dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c99dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c99dbb Color CSS Codes
.mybgcolor {background-color:#c99dbb; } .myforecolor {color:#c99dbb; } .mybordercolor {border:3px solid #c99dbb; }
#c99dbb Text Font Color
<p style="color:#c99dbb">Text here</p>
This sample text font color is #c99dbb
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.
#c99dbb Background Color
<div style="background-color:#c99dbb">
Div content here</div>
This div background color is #c99dbb
#c99dbb Border Color
<div style="border:3px solid #c99dbb">
Div here</div>
This div border color is #c99dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,157,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c99dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c99dbb; -webkit-box-shadow: 1px 1px 3px 2px #c99dbb; box-shadow: 1px 1px 3px 2px #c99dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,157,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c99dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c99dbb; -webkit-box-shadow: 1px 1px 3px 2px #c99dbb; box-shadow: 1px 1px 3px 2px #c99dbb;">
Div content here</div>
This div box has shadow with color #c99dbb
Comments
No comments written yet.
Please login to write comment.