Hex #cc785f Color
equivalent to
RGB
(204, 120, 95)Details of #cc785f
|
|
|
|
Color HEX #cc785f matches (204, 120, 95) in RGB.
#cc785f hex color red value is 204, green value is 120 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cc785f hue: 0.04, saturation: 0.52 and the lightness value of cc785f is 0.59.
The process color (four color CMYK) of #cc785f color hex is 0.00, 0.41, 0.53, 0.20. Web safe color of #cc785f is #cc6666. Color #cc785f contains mainly RED color.
Base Numbers
|
|
|
|
#cc785f tints
#cc785f shades
RGB in % of #cc785f
CMYK in % of #cc785f
Preview Color #cc785f on black ground
Very nice color.
Preview Color #cc785f on white ground
Very nice color.
CSS Codes #cc785f color
.mybgcolor {background-color:#cc785f; } .myforecolor {color:#cc785f; } .mybordercolor {border:3px solid #cc785f; }
Text Font Color #cc785f
<p style="color:#cc785f">Text here</p>
This sample text font color is #cc785f
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.
Background Color #cc785f
<div style="background-color:#cc785f">
Div content here</div>
This div background color is #cc785f
Border Color #cc785f
<div style="border:3px solid #cc785f">
Div here</div>
The color of this border is #cc785f
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc785f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc785f; -webkit-box-shadow: 1px 1px 3px 2px #cc785f; box-shadow: 1px 1px 3px 2px #cc785f; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #cc785f">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc785f; -webkit-box-shadow: 1px 1px 3px 2px #cc785f; box-shadow: 1px 1px 3px 2px #cc785f;">
Div content here</div>
The shadow of div box using color #cc785f