Shades of Copper Rose #95706C
Tints of Copper Rose #95706C
RGB
CMYK
RGB Variations
Color information
#95706C (or 0x95706C) is known color: Copper Rose. HEX triplet: 95, 70 and 6C. RGB value is (149,112,108). Sum of RGB (Red+Green+Blue) = 149+112+108=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #95706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95706C is #6A8F93. Grayscale: #7A7A7A. Windows color (decimal): -6983572 or 7106709. OLE color: 7106709.
HSL color Cylindrical-coordinate representation of color #95706C: hue angle of 5.85º 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 #95706C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 108 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.42 |
| HSL | 5.85º | 0.16% | 0.5% | - |
| HSV(B) | 5.85º | 0.28% | 0.58% | - |
| XYZ | 20.9 | 19.06 | 16.77 | - |
| YUV | 122.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 108 | 0 | 0.25 | 0.28 | 0.42 | 5.85 | 0.16 | 0.5 |
| Hex | 95 | 70 | 6C | 0 | 19 | 1C | 2A | 6 | 10 | 32 |
| Octal | 225 | 160 | 154 | 0 | 31 | 34 | 52 | 6 | 20 | 62 |
| Binary | 10010101 | 1110000 | 1101100 | 0 | 11001 | 11100 | 101010 | 110 | 10000 | 110010 |
Color Harmonies of #95706C
Complementary color
Monochromatic Colors of #95706C
Black with #95706C
Text Example
Text Example
White with #95706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95706C; }
p { color: rgb(149,112,108); }
H1.HeaderClassName
{
color: #95706C;
}
.AnyTagClassName
{
color: #95706C;
}
</style>
background-color css
<style>
a { background-color: #95706C; }
a { background-color: rgb(149,112,108); }
div.DivClassName
{
background-color: #95706C;
}
.BgClassName
{
background-color: #95706C;
}
</style>
border-color css
<style>
span { border-color: #95706C; }
span { border-color: rgb(149,112,108); }
td.TdClassName
{
border-color: #95706C;
}
.TagClassName
{
border-color: #95706C;
}
</style>