Shades of Copper Rose #9C6261
Tints of Copper Rose #9C6261
RGB
CMYK
RGB Variations
Color information
#9C6261 (or 0x9C6261) is known color: Copper Rose. HEX triplet: 9C, 62 and 61. RGB value is (156,98,97). Sum of RGB (Red+Green+Blue) = 156+98+97=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6261 is #639D9E. Grayscale: #737373. Windows color (decimal): -6528415 or 6382236. OLE color: 6382236.
HSL color Cylindrical-coordinate representation of color #9C6261: hue angle of 1.02º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6261 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 97 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.39 |
| HSL | 1.02º | 0.23% | 0.5% | - |
| HSV(B) | 1.02º | 0.38% | 0.61% | - |
| XYZ | 20.24 | 16.67 | 13.46 | - |
| YUV | 115.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 97 | 0 | 0.37 | 0.38 | 0.39 | 1.02 | 0.23 | 0.5 |
| Hex | 9C | 62 | 61 | 0 | 25 | 26 | 27 | 1 | 17 | 32 |
| Octal | 234 | 142 | 141 | 0 | 45 | 46 | 47 | 1 | 27 | 62 |
| Binary | 10011100 | 1100010 | 1100001 | 0 | 100101 | 100110 | 100111 | 1 | 10111 | 110010 |
Color Harmonies of #9C6261
Complementary color
Monochromatic Colors of #9C6261
Black with #9C6261
Text Example
Text Example
White with #9C6261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6261; }
p { color: rgb(156,98,97); }
H1.HeaderClassName
{
color: #9C6261;
}
.AnyTagClassName
{
color: #9C6261;
}
</style>
background-color css
<style>
a { background-color: #9C6261; }
a { background-color: rgb(156,98,97); }
div.DivClassName
{
background-color: #9C6261;
}
.BgClassName
{
background-color: #9C6261;
}
</style>
border-color css
<style>
span { border-color: #9C6261; }
span { border-color: rgb(156,98,97); }
td.TdClassName
{
border-color: #9C6261;
}
.TagClassName
{
border-color: #9C6261;
}
</style>