Color spaces of #cd693b
RGB | 205 | 105 | 59 |
---|---|---|---|
HSL | 0.05 | 0.59 | 0.52 |
HSV | 19° | 71° | 80° |
CMYK | 0.00 | 0.49 | 0.71 0.20 |
XYZ | 31.0178 | 23.3981 | 7.0191 |
Yxy | 23.3981 | 0.5049 | 0.3809 |
Hunter Lab | 48.3716 | 29.8111 | 25.2567 |
CIE-Lab | 55.4801 | 36.1360 | 43.0483 |
#cd693b color RGB value is (205,105,59).
#cd693b hex color red value is 205, green value is 105 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cd693b hue: 0.05 , saturation: 0.59 and the lightness value of cd693b is 0.52.
The process color (four color CMYK) of #cd693b color hex is 0.00, 0.49, 0.71, 0.20. Web safe color of #cd693b is #cc6633. Color #cd693b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01101001 | 00111011 |
Octal | 315 | 151 | 73 |
Decimal | 205 | 105 | 59 |
Hex | CD | 69 | 3B |
Shades of #cd693b
Tints of #cd693b
RGB Percentages of Color #cd693b
CMYK Percentages of Color #cd693b
Complementary Color
#cd693b | #3b9fcd |
#cd693b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd693b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd693b Color CSS Codes
.mybgcolor {background-color:#cd693b; } .myforecolor {color:#cd693b; } .mybordercolor {border:3px solid #cd693b; }
#cd693b Text Font Color
<p style="color:#cd693b">Text here</p>
This sample text font color is #cd693b
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.
#cd693b Background Color
<div style="background-color:#cd693b">
Div content here</div>
This div background color is #cd693b
#cd693b Border Color
<div style="border:3px solid #cd693b">
Div here</div>
This div border color is #cd693b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,105,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd693b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd693b; -webkit-box-shadow: 1px 1px 3px 2px #cd693b; box-shadow: 1px 1px 3px 2px #cd693b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,105,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd693b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd693b; -webkit-box-shadow: 1px 1px 3px 2px #cd693b; box-shadow: 1px 1px 3px 2px #cd693b;">
Div content here</div>
This div box has shadow with color #cd693b
Comments
No comments written yet.
Please login to write comment.