Shades of Strikemaster #9C667C
Tints of Strikemaster #9C667C
RGB
CMYK
RGB Variations
Color information
#9C667C (or 0x9C667C) is known color: Strikemaster. HEX triplet: 9C, 66 and 7C. RGB value is (156,102,124). Sum of RGB (Red+Green+Blue) = 156+102+124=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C667C is #639983. Grayscale: #787878. Windows color (decimal): -6527364 or 8152732. OLE color: 8152732.
HSL color Cylindrical-coordinate representation of color #9C667C: hue angle of 335.56º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C667C is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 124 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.39 |
| HSL | 335.56º | 0.21% | 0.51% | - |
| HSV(B) | 335.56º | 0.35% | 0.61% | - |
| XYZ | 22.1 | 18.03 | 21.38 | - |
| YUV | 120.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 124 | 0 | 0.35 | 0.21 | 0.39 | 335.56 | 0.21 | 0.51 |
| Hex | 9C | 66 | 7C | 0 | 23 | 15 | 27 | 150 | 15 | 33 |
| Octal | 234 | 146 | 174 | 0 | 43 | 25 | 47 | 520 | 25 | 63 |
| Binary | 10011100 | 1100110 | 1111100 | 0 | 100011 | 10101 | 100111 | 101010000 | 10101 | 110011 |
Color Harmonies of #9C667C
Complementary color
Monochromatic Colors of #9C667C
Black with #9C667C
Text Example
Text Example
White with #9C667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C667C; }
p { color: rgb(156,102,124); }
H1.HeaderClassName
{
color: #9C667C;
}
.AnyTagClassName
{
color: #9C667C;
}
</style>
background-color css
<style>
a { background-color: #9C667C; }
a { background-color: rgb(156,102,124); }
div.DivClassName
{
background-color: #9C667C;
}
.BgClassName
{
background-color: #9C667C;
}
</style>
border-color css
<style>
span { border-color: #9C667C; }
span { border-color: rgb(156,102,124); }
td.TdClassName
{
border-color: #9C667C;
}
.TagClassName
{
border-color: #9C667C;
}
</style>