Shades of Copper Rose #8F6565
Tints of Copper Rose #8F6565
RGB
CMYK
RGB Variations
Color information
#8F6565 (or 0x8F6565) is known color: Copper Rose. HEX triplet: 8F, 65 and 65. RGB value is (143,101,101). Sum of RGB (Red+Green+Blue) = 143+101+101=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6565 is #709A9A. Grayscale: #717171. Windows color (decimal): -7379611 or 6645135. OLE color: 6645135.
HSL color Cylindrical-coordinate representation of color #8F6565: hue angle of 0º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6565 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 101 | 101 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.44 |
| HSL | 0º | 0.17% | 0.48% | - |
| HSV(B) | 0º | 0.29% | 0.56% | - |
| XYZ | 18.33 | 16.09 | 14.45 | - |
| YUV | 113.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 101 | 0 | 0.29 | 0.29 | 0.44 | 0 | 0.17 | 0.48 |
| Hex | 8F | 65 | 65 | 0 | 1D | 1D | 2C | 0 | 11 | 30 |
| Octal | 217 | 145 | 145 | 0 | 35 | 35 | 54 | 0 | 21 | 60 |
| Binary | 10001111 | 1100101 | 1100101 | 0 | 11101 | 11101 | 101100 | 0 | 10001 | 110000 |
Color Harmonies of #8F6565
Complementary color
Monochromatic Colors of #8F6565
Black with #8F6565
Text Example
Text Example
White with #8F6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6565; }
p { color: rgb(143,101,101); }
H1.HeaderClassName
{
color: #8F6565;
}
.AnyTagClassName
{
color: #8F6565;
}
</style>
background-color css
<style>
a { background-color: #8F6565; }
a { background-color: rgb(143,101,101); }
div.DivClassName
{
background-color: #8F6565;
}
.BgClassName
{
background-color: #8F6565;
}
</style>
border-color css
<style>
span { border-color: #8F6565; }
span { border-color: rgb(143,101,101); }
td.TdClassName
{
border-color: #8F6565;
}
.TagClassName
{
border-color: #8F6565;
}
</style>