Shades of Copper Rose #946B6B
Tints of Copper Rose #946B6B
RGB
CMYK
RGB Variations
Color information
#946B6B (or 0x946B6B) is known color: Copper Rose. HEX triplet: 94, 6B and 6B. RGB value is (148,107,107). Sum of RGB (Red+Green+Blue) = 148+107+107=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B6B is #6B9494. Grayscale: #777777. Windows color (decimal): -7050389 or 7039892. OLE color: 7039892.
HSL color Cylindrical-coordinate representation of color #946B6B: 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 #946B6B is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 107 | 107 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.42 |
| HSL | 0º | 0.16% | 0.5% | - |
| HSV(B) | 0º | 0.28% | 0.58% | - |
| XYZ | 20.12 | 17.87 | 16.3 | - |
| YUV | 119.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 107 | 0 | 0.28 | 0.28 | 0.42 | 0 | 0.16 | 0.5 |
| Hex | 94 | 6B | 6B | 0 | 1C | 1C | 2A | 0 | 10 | 32 |
| Octal | 224 | 153 | 153 | 0 | 34 | 34 | 52 | 0 | 20 | 62 |
| Binary | 10010100 | 1101011 | 1101011 | 0 | 11100 | 11100 | 101010 | 0 | 10000 | 110010 |
Color Harmonies of #946B6B
Complementary color
Monochromatic Colors of #946B6B
Black with #946B6B
Text Example
Text Example
White with #946B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946B6B; }
p { color: rgb(148,107,107); }
H1.HeaderClassName
{
color: #946B6B;
}
.AnyTagClassName
{
color: #946B6B;
}
</style>
background-color css
<style>
a { background-color: #946B6B; }
a { background-color: rgb(148,107,107); }
div.DivClassName
{
background-color: #946B6B;
}
.BgClassName
{
background-color: #946B6B;
}
</style>
border-color css
<style>
span { border-color: #946B6B; }
span { border-color: rgb(148,107,107); }
td.TdClassName
{
border-color: #946B6B;
}
.TagClassName
{
border-color: #946B6B;
}
</style>