Color spaces of #c9336f
RGB | 201 | 51 | 111 |
---|---|---|---|
HSL | 0.93 | 0.60 | 0.49 |
HSV | 336° | 75° | 79° |
CMYK | 0.00 | 0.75 | 0.45 0.21 |
XYZ | 28.1405 | 15.9329 | 16.6311 |
Yxy | 15.9329 | 0.4636 | 0.2625 |
Hunter Lab | 39.9160 | 55.9881 | 3.2379 |
CIE-Lab | 46.8863 | 62.1864 | 1.5150 |
#c9336f color RGB value is (201,51,111).
#c9336f hex color red value is 201, green value is 51 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c9336f hue: 0.93 , saturation: 0.60 and the lightness value of c9336f is 0.49.
The process color (four color CMYK) of #c9336f color hex is 0.00, 0.75, 0.45, 0.21. Web safe color of #c9336f is #cc3366. Color #c9336f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00110011 | 01101111 |
Octal | 311 | 63 | 157 |
Decimal | 201 | 51 | 111 |
Hex | C9 | 33 | 6F |
Shades of #c9336f
Tints of #c9336f
RGB Percentages of Color #c9336f
CMYK Percentages of Color #c9336f
Complementary Color
#c9336f | #33c98d |
#c9336f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9336f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9336f Color CSS Codes
.mybgcolor {background-color:#c9336f; } .myforecolor {color:#c9336f; } .mybordercolor {border:3px solid #c9336f; }
#c9336f Text Font Color
<p style="color:#c9336f">Text here</p>
This sample text font color is #c9336f
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.
#c9336f Background Color
<div style="background-color:#c9336f">
Div content here</div>
This div background color is #c9336f
#c9336f Border Color
<div style="border:3px solid #c9336f">
Div here</div>
This div border color is #c9336f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,51,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9336f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9336f; -webkit-box-shadow: 1px 1px 3px 2px #c9336f; box-shadow: 1px 1px 3px 2px #c9336f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,51,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9336f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9336f; -webkit-box-shadow: 1px 1px 3px 2px #c9336f; box-shadow: 1px 1px 3px 2px #c9336f;">
Div content here</div>
This div box has shadow with color #c9336f
Comments
No comments written yet.
Please login to write comment.