Shades of Copper Rose #956C6C
Tints of Copper Rose #956C6C
RGB
CMYK
RGB Variations
Color information
#956C6C (or 0x956C6C) is known color: Copper Rose. HEX triplet: 95, 6C and 6C. RGB value is (149,108,108). Sum of RGB (Red+Green+Blue) = 149+108+108=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #956C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C6C is #6A9393. Grayscale: #787878. Windows color (decimal): -6984596 or 7105685. OLE color: 7105685.
HSL color Cylindrical-coordinate representation of color #956C6C: hue angle of 0º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956C6C is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 108 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.42 |
| HSL | 0º | 0.16% | 0.5% | - |
| HSV(B) | 0º | 0.28% | 0.58% | - |
| XYZ | 20.46 | 18.2 | 16.62 | - |
| YUV | 120.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 108 | 0 | 0.28 | 0.28 | 0.42 | 0 | 0.16 | 0.5 |
| Hex | 95 | 6C | 6C | 0 | 1C | 1C | 2A | 0 | 10 | 32 |
| Octal | 225 | 154 | 154 | 0 | 34 | 34 | 52 | 0 | 20 | 62 |
| Binary | 10010101 | 1101100 | 1101100 | 0 | 11100 | 11100 | 101010 | 0 | 10000 | 110010 |
Color Harmonies of #956C6C
Complementary color
Monochromatic Colors of #956C6C
Black with #956C6C
Text Example
Text Example
White with #956C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C6C; }
p { color: rgb(149,108,108); }
H1.HeaderClassName
{
color: #956C6C;
}
.AnyTagClassName
{
color: #956C6C;
}
</style>
background-color css
<style>
a { background-color: #956C6C; }
a { background-color: rgb(149,108,108); }
div.DivClassName
{
background-color: #956C6C;
}
.BgClassName
{
background-color: #956C6C;
}
</style>
border-color css
<style>
span { border-color: #956C6C; }
span { border-color: rgb(149,108,108); }
td.TdClassName
{
border-color: #956C6C;
}
.TagClassName
{
border-color: #956C6C;
}
</style>