Shades of Copper Rose #9D6666
Tints of Copper Rose #9D6666
RGB
CMYK
RGB Variations
Color information
#9D6666 (or 0x9D6666) is known color: Copper Rose. HEX triplet: 9D, 66 and 66. RGB value is (157,102,102). Sum of RGB (Red+Green+Blue) = 157+102+102=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6666 is #629999. Grayscale: #767676. Windows color (decimal): -6461850 or 6710941. OLE color: 6710941.
HSL color Cylindrical-coordinate representation of color #9D6666: hue angle of 0º 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 #9D6666 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 102 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.38 |
| HSL | 0º | 0.22% | 0.51% | - |
| HSV(B) | 0º | 0.35% | 0.62% | - |
| XYZ | 21.05 | 17.63 | 14.86 | - |
| YUV | 118.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 102 | 0 | 0.35 | 0.35 | 0.38 | 0 | 0.22 | 0.51 |
| Hex | 9D | 66 | 66 | 0 | 23 | 23 | 26 | 0 | 16 | 33 |
| Octal | 235 | 146 | 146 | 0 | 43 | 43 | 46 | 0 | 26 | 63 |
| Binary | 10011101 | 1100110 | 1100110 | 0 | 100011 | 100011 | 100110 | 0 | 10110 | 110011 |
Color Harmonies of #9D6666
Complementary color
Monochromatic Colors of #9D6666
Black with #9D6666
Text Example
Text Example
White with #9D6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6666; }
p { color: rgb(157,102,102); }
H1.HeaderClassName
{
color: #9D6666;
}
.AnyTagClassName
{
color: #9D6666;
}
</style>
background-color css
<style>
a { background-color: #9D6666; }
a { background-color: rgb(157,102,102); }
div.DivClassName
{
background-color: #9D6666;
}
.BgClassName
{
background-color: #9D6666;
}
</style>
border-color css
<style>
span { border-color: #9D6666; }
span { border-color: rgb(157,102,102); }
td.TdClassName
{
border-color: #9D6666;
}
.TagClassName
{
border-color: #9D6666;
}
</style>