Color spaces of #c67d97
RGB | 198 | 125 | 151 |
---|---|---|---|
HSL | 0.94 | 0.39 | 0.63 |
HSV | 339° | 37° | 78° |
CMYK | 0.00 | 0.37 | 0.24 0.22 |
XYZ | 36.2082 | 28.9074 | 32.9495 |
Yxy | 28.9074 | 0.3692 | 0.2948 |
Hunter Lab | 53.7656 | 26.1202 | 1.3009 |
CIE-Lab | 60.6998 | 31.8569 | -2.0332 |
#c67d97 color RGB value is (198,125,151).
#c67d97 hex color red value is 198, green value is 125 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c67d97 hue: 0.94 , saturation: 0.39 and the lightness value of c67d97 is 0.63.
The process color (four color CMYK) of #c67d97 color hex is 0.00, 0.37, 0.24, 0.22. Web safe color of #c67d97 is #cc6699. Color #c67d97 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01111101 | 10010111 |
Octal | 306 | 175 | 227 |
Decimal | 198 | 125 | 151 |
Hex | C6 | 7D | 97 |
Shades of #c67d97
Tints of #c67d97
RGB Percentages of Color #c67d97
CMYK Percentages of Color #c67d97
Complementary Color
#c67d97 | #7dc6ac |
#c67d97 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c67d97 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c67d97 Color CSS Codes
.mybgcolor {background-color:#c67d97; } .myforecolor {color:#c67d97; } .mybordercolor {border:3px solid #c67d97; }
#c67d97 Text Font Color
<p style="color:#c67d97">Text here</p>
This sample text font color is #c67d97
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.
#c67d97 Background Color
<div style="background-color:#c67d97">
Div content here</div>
This div background color is #c67d97
#c67d97 Border Color
<div style="border:3px solid #c67d97">
Div here</div>
This div border color is #c67d97
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,125,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c67d97; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c67d97; -webkit-box-shadow: 1px 1px 3px 2px #c67d97; box-shadow: 1px 1px 3px 2px #c67d97; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,125,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c67d97">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c67d97; -webkit-box-shadow: 1px 1px 3px 2px #c67d97; box-shadow: 1px 1px 3px 2px #c67d97;">
Div content here</div>
This div box has shadow with color #c67d97
Comments
No comments written yet.
Please login to write comment.