Shades of Cannon Pink #934E74
Tints of Cannon Pink #934E74
RGB
CMYK
RGB Variations
Color information
#934E74 (or 0x934E74) is known color: Cannon Pink. HEX triplet: 93, 4E and 74. RGB value is (147,78,116). Sum of RGB (Red+Green+Blue) = 147+78+116=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #934E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E74 is #6CB18B. Grayscale: #666666. Windows color (decimal): -7123340 or 7622291. OLE color: 7622291.
HSL color Cylindrical-coordinate representation of color #934E74: hue angle of 326.96º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #934E74 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 116 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.42 |
| HSL | 326.96º | 0.31% | 0.44% | - |
| HSV(B) | 326.96º | 0.47% | 0.58% | - |
| XYZ | 17.91 | 12.91 | 18.07 | - |
| YUV | 102.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 116 | 0 | 0.47 | 0.21 | 0.42 | 326.96 | 0.31 | 0.44 |
| Hex | 93 | 4E | 74 | 0 | 2F | 15 | 2A | 147 | 1F | 2C |
| Octal | 223 | 116 | 164 | 0 | 57 | 25 | 52 | 507 | 37 | 54 |
| Binary | 10010011 | 1001110 | 1110100 | 0 | 101111 | 10101 | 101010 | 101000111 | 11111 | 101100 |
Color Harmonies of #934E74
Complementary color
Monochromatic Colors of #934E74
Black with #934E74
Text Example
Text Example
White with #934E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E74; }
p { color: rgb(147,78,116); }
H1.HeaderClassName
{
color: #934E74;
}
.AnyTagClassName
{
color: #934E74;
}
</style>
background-color css
<style>
a { background-color: #934E74; }
a { background-color: rgb(147,78,116); }
div.DivClassName
{
background-color: #934E74;
}
.BgClassName
{
background-color: #934E74;
}
</style>
border-color css
<style>
span { border-color: #934E74; }
span { border-color: rgb(147,78,116); }
td.TdClassName
{
border-color: #934E74;
}
.TagClassName
{
border-color: #934E74;
}
</style>