Shades of Copper Rose #9D6867
Tints of Copper Rose #9D6867
RGB
CMYK
RGB Variations
Color information
#9D6867 (or 0x9D6867) is known color: Copper Rose. HEX triplet: 9D, 68 and 67. RGB value is (157,104,103). Sum of RGB (Red+Green+Blue) = 157+104+103=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6867 is #629798. Grayscale: #777777. Windows color (decimal): -6461337 or 6776989. OLE color: 6776989.
HSL color Cylindrical-coordinate representation of color #9D6867: hue angle of 1.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D6867 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 103 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.38 |
| HSL | 1.11º | 0.22% | 0.51% | - |
| HSV(B) | 1.11º | 0.34% | 0.62% | - |
| XYZ | 21.3 | 18.05 | 15.19 | - |
| YUV | 119.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 103 | 0 | 0.34 | 0.34 | 0.38 | 1.11 | 0.22 | 0.51 |
| Hex | 9D | 68 | 67 | 0 | 22 | 22 | 26 | 1 | 16 | 33 |
| Octal | 235 | 150 | 147 | 0 | 42 | 42 | 46 | 1 | 26 | 63 |
| Binary | 10011101 | 1101000 | 1100111 | 0 | 100010 | 100010 | 100110 | 1 | 10110 | 110011 |
Color Harmonies of #9D6867
Complementary color
Monochromatic Colors of #9D6867
Black with #9D6867
Text Example
Text Example
White with #9D6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6867; }
p { color: rgb(157,104,103); }
H1.HeaderClassName
{
color: #9D6867;
}
.AnyTagClassName
{
color: #9D6867;
}
</style>
background-color css
<style>
a { background-color: #9D6867; }
a { background-color: rgb(157,104,103); }
div.DivClassName
{
background-color: #9D6867;
}
.BgClassName
{
background-color: #9D6867;
}
</style>
border-color css
<style>
span { border-color: #9D6867; }
span { border-color: rgb(157,104,103); }
td.TdClassName
{
border-color: #9D6867;
}
.TagClassName
{
border-color: #9D6867;
}
</style>