Shades of Copper Rose #976666
Tints of Copper Rose #976666
RGB
CMYK
RGB Variations
Color information
#976666 (or 0x976666) is known color: Copper Rose. HEX triplet: 97, 66 and 66. RGB value is (151,102,102). Sum of RGB (Red+Green+Blue) = 151+102+102=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #976666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976666 is #689999. Grayscale: #747474. Windows color (decimal): -6855066 or 6710935. OLE color: 6710935.
HSL color Cylindrical-coordinate representation of color #976666: hue angle of 0º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976666 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 102 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.41 |
| HSL | 0º | 0.19% | 0.5% | - |
| HSV(B) | 0º | 0.32% | 0.59% | - |
| XYZ | 19.91 | 17.04 | 14.81 | - |
| YUV | 116.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 102 | 0 | 0.32 | 0.32 | 0.41 | 0 | 0.19 | 0.5 |
| Hex | 97 | 66 | 66 | 0 | 20 | 20 | 29 | 0 | 13 | 32 |
| Octal | 227 | 146 | 146 | 0 | 40 | 40 | 51 | 0 | 23 | 62 |
| Binary | 10010111 | 1100110 | 1100110 | 0 | 100000 | 100000 | 101001 | 0 | 10011 | 110010 |
Color Harmonies of #976666
Complementary color
Monochromatic Colors of #976666
Black with #976666
Text Example
Text Example
White with #976666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976666; }
p { color: rgb(151,102,102); }
H1.HeaderClassName
{
color: #976666;
}
.AnyTagClassName
{
color: #976666;
}
</style>
background-color css
<style>
a { background-color: #976666; }
a { background-color: rgb(151,102,102); }
div.DivClassName
{
background-color: #976666;
}
.BgClassName
{
background-color: #976666;
}
</style>
border-color css
<style>
span { border-color: #976666; }
span { border-color: rgb(151,102,102); }
td.TdClassName
{
border-color: #976666;
}
.TagClassName
{
border-color: #976666;
}
</style>