Shades of Cannon Pink #934F76
Tints of Cannon Pink #934F76
RGB
CMYK
RGB Variations
Color information
#934F76 (or 0x934F76) is known color: Cannon Pink. HEX triplet: 93, 4F and 76. RGB value is (147,79,118). Sum of RGB (Red+Green+Blue) = 147+79+118=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #934F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F76 is #6CB089. Grayscale: #676767. Windows color (decimal): -7123082 or 7753619. OLE color: 7753619.
HSL color Cylindrical-coordinate representation of color #934F76: hue angle of 325.59º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #934F76 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 118 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.42 |
| HSL | 325.59º | 0.3% | 0.44% | - |
| HSV(B) | 325.59º | 0.46% | 0.58% | - |
| XYZ | 18.1 | 13.1 | 18.71 | - |
| YUV | 103.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 118 | 0 | 0.46 | 0.20 | 0.42 | 325.59 | 0.3 | 0.44 |
| Hex | 93 | 4F | 76 | 0 | 2E | 14 | 2A | 146 | 1E | 2C |
| Octal | 223 | 117 | 166 | 0 | 56 | 24 | 52 | 506 | 36 | 54 |
| Binary | 10010011 | 1001111 | 1110110 | 0 | 101110 | 10100 | 101010 | 101000110 | 11110 | 101100 |
Color Harmonies of #934F76
Complementary color
Monochromatic Colors of #934F76
Black with #934F76
Text Example
Text Example
White with #934F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F76; }
p { color: rgb(147,79,118); }
H1.HeaderClassName
{
color: #934F76;
}
.AnyTagClassName
{
color: #934F76;
}
</style>
background-color css
<style>
a { background-color: #934F76; }
a { background-color: rgb(147,79,118); }
div.DivClassName
{
background-color: #934F76;
}
.BgClassName
{
background-color: #934F76;
}
</style>
border-color css
<style>
span { border-color: #934F76; }
span { border-color: rgb(147,79,118); }
td.TdClassName
{
border-color: #934F76;
}
.TagClassName
{
border-color: #934F76;
}
</style>