Shades of Copper Rose #9D6966
Tints of Copper Rose #9D6966
RGB
CMYK
RGB Variations
Color information
#9D6966 (or 0x9D6966) is known color: Copper Rose. HEX triplet: 9D, 69 and 66. RGB value is (157,105,102). Sum of RGB (Red+Green+Blue) = 157+105+102=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6966 is #629699. Grayscale: #787878. Windows color (decimal): -6461082 or 6711709. OLE color: 6711709.
HSL color Cylindrical-coordinate representation of color #9D6966: hue angle of 3.27º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D6966 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 105 | 102 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.38 |
| HSL | 3.27º | 0.22% | 0.51% | - |
| HSV(B) | 3.27º | 0.35% | 0.62% | - |
| XYZ | 21.35 | 18.23 | 14.96 | - |
| YUV | 120.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 102 | 0 | 0.33 | 0.35 | 0.38 | 3.27 | 0.22 | 0.51 |
| Hex | 9D | 69 | 66 | 0 | 21 | 23 | 26 | 3 | 16 | 33 |
| Octal | 235 | 151 | 146 | 0 | 41 | 43 | 46 | 3 | 26 | 63 |
| Binary | 10011101 | 1101001 | 1100110 | 0 | 100001 | 100011 | 100110 | 11 | 10110 | 110011 |
Color Harmonies of #9D6966
Complementary color
Monochromatic Colors of #9D6966
Black with #9D6966
Text Example
Text Example
White with #9D6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6966; }
p { color: rgb(157,105,102); }
H1.HeaderClassName
{
color: #9D6966;
}
.AnyTagClassName
{
color: #9D6966;
}
</style>
background-color css
<style>
a { background-color: #9D6966; }
a { background-color: rgb(157,105,102); }
div.DivClassName
{
background-color: #9D6966;
}
.BgClassName
{
background-color: #9D6966;
}
</style>
border-color css
<style>
span { border-color: #9D6966; }
span { border-color: rgb(157,105,102); }
td.TdClassName
{
border-color: #9D6966;
}
.TagClassName
{
border-color: #9D6966;
}
</style>