Shades of Copper Rose #9C6E6D
Tints of Copper Rose #9C6E6D
RGB
CMYK
RGB Variations
Color information
#9C6E6D (or 0x9C6E6D) is known color: Copper Rose. HEX triplet: 9C, 6E and 6D. RGB value is (156,110,109). Sum of RGB (Red+Green+Blue) = 156+110+109=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6E6D is #639192. Grayscale: #7B7B7B. Windows color (decimal): -6525331 or 7171740. OLE color: 7171740.
HSL color Cylindrical-coordinate representation of color #9C6E6D: hue angle of 1.28º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C6E6D is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 110 | 109 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.39 |
| HSL | 1.28º | 0.19% | 0.52% | - |
| HSV(B) | 1.28º | 0.3% | 0.61% | - |
| XYZ | 22.05 | 19.32 | 17.04 | - |
| YUV | 123.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 110 | 109 | 0 | 0.29 | 0.30 | 0.39 | 1.28 | 0.19 | 0.52 |
| Hex | 9C | 6E | 6D | 0 | 1D | 1E | 27 | 1 | 13 | 34 |
| Octal | 234 | 156 | 155 | 0 | 35 | 36 | 47 | 1 | 23 | 64 |
| Binary | 10011100 | 1101110 | 1101101 | 0 | 11101 | 11110 | 100111 | 1 | 10011 | 110100 |
Color Harmonies of #9C6E6D
Complementary color
Monochromatic Colors of #9C6E6D
Black with #9C6E6D
Text Example
Text Example
White with #9C6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6E6D; }
p { color: rgb(156,110,109); }
H1.HeaderClassName
{
color: #9C6E6D;
}
.AnyTagClassName
{
color: #9C6E6D;
}
</style>
background-color css
<style>
a { background-color: #9C6E6D; }
a { background-color: rgb(156,110,109); }
div.DivClassName
{
background-color: #9C6E6D;
}
.BgClassName
{
background-color: #9C6E6D;
}
</style>
border-color css
<style>
span { border-color: #9C6E6D; }
span { border-color: rgb(156,110,109); }
td.TdClassName
{
border-color: #9C6E6D;
}
.TagClassName
{
border-color: #9C6E6D;
}
</style>