Color spaces of #cd936a
RGB | 205 | 147 | 106 |
---|---|---|---|
HSL | 0.07 | 0.50 | 0.61 |
HSV | 25° | 48° | 80° |
CMYK | 0.00 | 0.28 | 0.48 0.20 |
XYZ | 38.2121 | 34.8872 | 18.3556 |
Yxy | 34.8872 | 0.4178 | 0.3815 |
Hunter Lab | 59.0654 | 12.1154 | 22.9204 |
CIE-Lab | 65.6607 | 17.0405 | 30.3104 |
#cd936a color RGB value is (205,147,106).
#cd936a hex color red value is 205, green value is 147 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cd936a hue: 0.07 , saturation: 0.50 and the lightness value of cd936a is 0.61.
The process color (four color CMYK) of #cd936a color hex is 0.00, 0.28, 0.48, 0.20. Web safe color of #cd936a is #cc9966. Color #cd936a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10010011 | 01101010 |
Octal | 315 | 223 | 152 |
Decimal | 205 | 147 | 106 |
Hex | CD | 93 | 6A |
Shades of #cd936a
Tints of #cd936a
RGB Percentages of Color #cd936a
CMYK Percentages of Color #cd936a
Complementary Color
#cd936a | #6aa4cd |
#cd936a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd936a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd936a Color CSS Codes
.mybgcolor {background-color:#cd936a; } .myforecolor {color:#cd936a; } .mybordercolor {border:3px solid #cd936a; }
#cd936a Text Font Color
<p style="color:#cd936a">Text here</p>
This sample text font color is #cd936a
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.
#cd936a Background Color
<div style="background-color:#cd936a">
Div content here</div>
This div background color is #cd936a
#cd936a Border Color
<div style="border:3px solid #cd936a">
Div here</div>
This div border color is #cd936a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,147,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd936a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd936a; -webkit-box-shadow: 1px 1px 3px 2px #cd936a; box-shadow: 1px 1px 3px 2px #cd936a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,147,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd936a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd936a; -webkit-box-shadow: 1px 1px 3px 2px #cd936a; box-shadow: 1px 1px 3px 2px #cd936a;">
Div content here</div>
This div box has shadow with color #cd936a
Comments
No comments written yet.
Please login to write comment.