Shades of Copper Rose #956360
Tints of Copper Rose #956360
RGB
CMYK
RGB Variations
Color information
#956360 (or 0x956360) is known color: Copper Rose. HEX triplet: 95, 63 and 60. RGB value is (149,99,96). Sum of RGB (Red+Green+Blue) = 149+99+96=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #956360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956360 is #6A9C9F. Grayscale: #717171. Windows color (decimal): -6986912 or 6316949. OLE color: 6316949.
HSL color Cylindrical-coordinate representation of color #956360: hue angle of 3.4º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956360 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 96 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.42 |
| HSL | 3.4º | 0.22% | 0.48% | - |
| HSV(B) | 3.4º | 0.36% | 0.58% | - |
| XYZ | 18.97 | 16.16 | 13.19 | - |
| YUV | 113.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 96 | 0 | 0.34 | 0.36 | 0.42 | 3.4 | 0.22 | 0.48 |
| Hex | 95 | 63 | 60 | 0 | 22 | 24 | 2A | 3 | 16 | 30 |
| Octal | 225 | 143 | 140 | 0 | 42 | 44 | 52 | 3 | 26 | 60 |
| Binary | 10010101 | 1100011 | 1100000 | 0 | 100010 | 100100 | 101010 | 11 | 10110 | 110000 |
Color Harmonies of #956360
Complementary color
Monochromatic Colors of #956360
Black with #956360
Text Example
Text Example
White with #956360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956360; }
p { color: rgb(149,99,96); }
H1.HeaderClassName
{
color: #956360;
}
.AnyTagClassName
{
color: #956360;
}
</style>
background-color css
<style>
a { background-color: #956360; }
a { background-color: rgb(149,99,96); }
div.DivClassName
{
background-color: #956360;
}
.BgClassName
{
background-color: #956360;
}
</style>
border-color css
<style>
span { border-color: #956360; }
span { border-color: rgb(149,99,96); }
td.TdClassName
{
border-color: #956360;
}
.TagClassName
{
border-color: #956360;
}
</style>