Shades of Cannon Pink #94506B
Tints of Cannon Pink #94506B
RGB
CMYK
RGB Variations
Color information
#94506B (or 0x94506B) is known color: Cannon Pink. HEX triplet: 94, 50 and 6B. RGB value is (148,80,107). Sum of RGB (Red+Green+Blue) = 148+80+107=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #94506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94506B is #6BAF94. Grayscale: #676767. Windows color (decimal): -7057301 or 7032980. OLE color: 7032980.
HSL color Cylindrical-coordinate representation of color #94506B: hue angle of 336.18º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94506B is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 80 | 107 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.42 |
| HSL | 336.18º | 0.3% | 0.45% | - |
| HSV(B) | 336.18º | 0.46% | 0.58% | - |
| XYZ | 17.74 | 13.09 | 15.5 | - |
| YUV | 103.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 107 | 0 | 0.46 | 0.28 | 0.42 | 336.18 | 0.3 | 0.45 |
| Hex | 94 | 50 | 6B | 0 | 2E | 1C | 2A | 150 | 1E | 2D |
| Octal | 224 | 120 | 153 | 0 | 56 | 34 | 52 | 520 | 36 | 55 |
| Binary | 10010100 | 1010000 | 1101011 | 0 | 101110 | 11100 | 101010 | 101010000 | 11110 | 101101 |
Color Harmonies of #94506B
Complementary color
Monochromatic Colors of #94506B
Black with #94506B
Text Example
Text Example
White with #94506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94506B; }
p { color: rgb(148,80,107); }
H1.HeaderClassName
{
color: #94506B;
}
.AnyTagClassName
{
color: #94506B;
}
</style>
background-color css
<style>
a { background-color: #94506B; }
a { background-color: rgb(148,80,107); }
div.DivClassName
{
background-color: #94506B;
}
.BgClassName
{
background-color: #94506B;
}
</style>
border-color css
<style>
span { border-color: #94506B; }
span { border-color: rgb(148,80,107); }
td.TdClassName
{
border-color: #94506B;
}
.TagClassName
{
border-color: #94506B;
}
</style>