Shades of Copper Rose #9D6866
Tints of Copper Rose #9D6866
RGB
CMYK
RGB Variations
Color information
#9D6866 (or 0x9D6866) is known color: Copper Rose. HEX triplet: 9D, 68 and 66. RGB value is (157,104,102). Sum of RGB (Red+Green+Blue) = 157+104+102=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6866 is #629799. Grayscale: #777777. Windows color (decimal): -6461338 or 6711453. OLE color: 6711453.
HSL color Cylindrical-coordinate representation of color #9D6866: hue angle of 2.18º 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 #9D6866 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 102 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.38 |
| HSL | 2.18º | 0.22% | 0.51% | - |
| HSV(B) | 2.18º | 0.35% | 0.62% | - |
| XYZ | 21.25 | 18.03 | 14.93 | - |
| YUV | 119.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 102 | 0 | 0.34 | 0.35 | 0.38 | 2.18 | 0.22 | 0.51 |
| Hex | 9D | 68 | 66 | 0 | 22 | 23 | 26 | 2 | 16 | 33 |
| Octal | 235 | 150 | 146 | 0 | 42 | 43 | 46 | 2 | 26 | 63 |
| Binary | 10011101 | 1101000 | 1100110 | 0 | 100010 | 100011 | 100110 | 10 | 10110 | 110011 |
Color Harmonies of #9D6866
Complementary color
Monochromatic Colors of #9D6866
Black with #9D6866
Text Example
Text Example
White with #9D6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6866; }
p { color: rgb(157,104,102); }
H1.HeaderClassName
{
color: #9D6866;
}
.AnyTagClassName
{
color: #9D6866;
}
</style>
background-color css
<style>
a { background-color: #9D6866; }
a { background-color: rgb(157,104,102); }
div.DivClassName
{
background-color: #9D6866;
}
.BgClassName
{
background-color: #9D6866;
}
</style>
border-color css
<style>
span { border-color: #9D6866; }
span { border-color: rgb(157,104,102); }
td.TdClassName
{
border-color: #9D6866;
}
.TagClassName
{
border-color: #9D6866;
}
</style>