Color spaces of #cd666e
RGB | 205 | 102 | 110 |
---|---|---|---|
HSL | 0.99 | 0.51 | 0.60 |
HSV | 355° | 50° | 80° |
CMYK | 0.00 | 0.50 | 0.46 0.20 |
XYZ | 32.7427 | 23.6077 | 17.5829 |
Yxy | 23.6077 | 0.4429 | 0.3193 |
Hunter Lab | 48.5878 | 35.2604 | 12.5556 |
CIE-Lab | 55.6929 | 41.4850 | 14.6969 |
#cd666e color RGB value is (205,102,110).
#cd666e hex color red value is 205, green value is 102 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cd666e hue: 0.99 , saturation: 0.51 and the lightness value of cd666e is 0.60.
The process color (four color CMYK) of #cd666e color hex is 0.00, 0.50, 0.46, 0.20. Web safe color of #cd666e is #cc6666. Color #cd666e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01100110 | 01101110 |
Octal | 315 | 146 | 156 |
Decimal | 205 | 102 | 110 |
Hex | CD | 66 | 6E |
Shades of #cd666e
Tints of #cd666e
RGB Percentages of Color #cd666e
CMYK Percentages of Color #cd666e
Complementary Color
#cd666e | #66cdc5 |
#cd666e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd666e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd666e Color CSS Codes
.mybgcolor {background-color:#cd666e; } .myforecolor {color:#cd666e; } .mybordercolor {border:3px solid #cd666e; }
#cd666e Text Font Color
<p style="color:#cd666e">Text here</p>
This sample text font color is #cd666e
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.
#cd666e Background Color
<div style="background-color:#cd666e">
Div content here</div>
This div background color is #cd666e
#cd666e Border Color
<div style="border:3px solid #cd666e">
Div here</div>
This div border color is #cd666e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,102,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd666e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd666e; -webkit-box-shadow: 1px 1px 3px 2px #cd666e; box-shadow: 1px 1px 3px 2px #cd666e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,102,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd666e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd666e; -webkit-box-shadow: 1px 1px 3px 2px #cd666e; box-shadow: 1px 1px 3px 2px #cd666e;">
Div content here</div>
This div box has shadow with color #cd666e
Comments
No comments written yet.
Please login to write comment.