Shades of Copper Rose #9C716D
Tints of Copper Rose #9C716D
RGB
CMYK
RGB Variations
Color information
#9C716D (or 0x9C716D) is known color: Copper Rose. HEX triplet: 9C, 71 and 6D. RGB value is (156,113,109). Sum of RGB (Red+Green+Blue) = 156+113+109=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C716D is #638E92. Grayscale: #7D7D7D. Windows color (decimal): -6524563 or 7172508. OLE color: 7172508.
HSL color Cylindrical-coordinate representation of color #9C716D: hue angle of 5.11º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C716D is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 109 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.39 |
| HSL | 5.11º | 0.19% | 0.52% | - |
| HSV(B) | 5.11º | 0.3% | 0.61% | - |
| XYZ | 22.38 | 19.98 | 17.15 | - |
| YUV | 125.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 109 | 0 | 0.28 | 0.30 | 0.39 | 5.11 | 0.19 | 0.52 |
| Hex | 9C | 71 | 6D | 0 | 1C | 1E | 27 | 5 | 13 | 34 |
| Octal | 234 | 161 | 155 | 0 | 34 | 36 | 47 | 5 | 23 | 64 |
| Binary | 10011100 | 1110001 | 1101101 | 0 | 11100 | 11110 | 100111 | 101 | 10011 | 110100 |
Color Harmonies of #9C716D
Complementary color
Monochromatic Colors of #9C716D
Black with #9C716D
Text Example
Text Example
White with #9C716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C716D; }
p { color: rgb(156,113,109); }
H1.HeaderClassName
{
color: #9C716D;
}
.AnyTagClassName
{
color: #9C716D;
}
</style>
background-color css
<style>
a { background-color: #9C716D; }
a { background-color: rgb(156,113,109); }
div.DivClassName
{
background-color: #9C716D;
}
.BgClassName
{
background-color: #9C716D;
}
</style>
border-color css
<style>
span { border-color: #9C716D; }
span { border-color: rgb(156,113,109); }
td.TdClassName
{
border-color: #9C716D;
}
.TagClassName
{
border-color: #9C716D;
}
</style>