Shades of Cannon Pink #934F74
Tints of Cannon Pink #934F74
RGB
CMYK
RGB Variations
Color information
#934F74 (or 0x934F74) is known color: Cannon Pink. HEX triplet: 93, 4F and 74. RGB value is (147,79,116). Sum of RGB (Red+Green+Blue) = 147+79+116=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #934F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F74 is #6CB08B. Grayscale: #676767. Windows color (decimal): -7123084 or 7622547. OLE color: 7622547.
HSL color Cylindrical-coordinate representation of color #934F74: hue angle of 327.35º 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 #934F74 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 116 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.42 |
| HSL | 327.35º | 0.3% | 0.44% | - |
| HSV(B) | 327.35º | 0.46% | 0.58% | - |
| XYZ | 17.98 | 13.06 | 18.1 | - |
| YUV | 103.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 116 | 0 | 0.46 | 0.21 | 0.42 | 327.35 | 0.3 | 0.44 |
| Hex | 93 | 4F | 74 | 0 | 2E | 15 | 2A | 147 | 1E | 2C |
| Octal | 223 | 117 | 164 | 0 | 56 | 25 | 52 | 507 | 36 | 54 |
| Binary | 10010011 | 1001111 | 1110100 | 0 | 101110 | 10101 | 101010 | 101000111 | 11110 | 101100 |
Color Harmonies of #934F74
Complementary color
Monochromatic Colors of #934F74
Black with #934F74
Text Example
Text Example
White with #934F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F74; }
p { color: rgb(147,79,116); }
H1.HeaderClassName
{
color: #934F74;
}
.AnyTagClassName
{
color: #934F74;
}
</style>
background-color css
<style>
a { background-color: #934F74; }
a { background-color: rgb(147,79,116); }
div.DivClassName
{
background-color: #934F74;
}
.BgClassName
{
background-color: #934F74;
}
</style>
border-color css
<style>
span { border-color: #934F74; }
span { border-color: rgb(147,79,116); }
td.TdClassName
{
border-color: #934F74;
}
.TagClassName
{
border-color: #934F74;
}
</style>