Shades of Copper Rose #946A6A
Tints of Copper Rose #946A6A
RGB
CMYK
RGB Variations
Color information
#946A6A (or 0x946A6A) is known color: Copper Rose. HEX triplet: 94, 6A and 6A. RGB value is (148,106,106). Sum of RGB (Red+Green+Blue) = 148+106+106=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #946A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A6A is #6B9595. Grayscale: #767676. Windows color (decimal): -7050646 or 6974100. OLE color: 6974100.
HSL color Cylindrical-coordinate representation of color #946A6A: hue angle of 0º degrees, saturation: 0.17, 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 #946A6A is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 106 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.42 |
| HSL | 0º | 0.17% | 0.5% | - |
| HSV(B) | 0º | 0.28% | 0.58% | - |
| XYZ | 19.97 | 17.64 | 15.99 | - |
| YUV | 118.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 106 | 0 | 0.28 | 0.28 | 0.42 | 0 | 0.17 | 0.5 |
| Hex | 94 | 6A | 6A | 0 | 1C | 1C | 2A | 0 | 11 | 32 |
| Octal | 224 | 152 | 152 | 0 | 34 | 34 | 52 | 0 | 21 | 62 |
| Binary | 10010100 | 1101010 | 1101010 | 0 | 11100 | 11100 | 101010 | 0 | 10001 | 110010 |
Color Harmonies of #946A6A
Complementary color
Monochromatic Colors of #946A6A
Black with #946A6A
Text Example
Text Example
White with #946A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A6A; }
p { color: rgb(148,106,106); }
H1.HeaderClassName
{
color: #946A6A;
}
.AnyTagClassName
{
color: #946A6A;
}
</style>
background-color css
<style>
a { background-color: #946A6A; }
a { background-color: rgb(148,106,106); }
div.DivClassName
{
background-color: #946A6A;
}
.BgClassName
{
background-color: #946A6A;
}
</style>
border-color css
<style>
span { border-color: #946A6A; }
span { border-color: rgb(148,106,106); }
td.TdClassName
{
border-color: #946A6A;
}
.TagClassName
{
border-color: #946A6A;
}
</style>