Shades of Cannon Pink #934C69
Tints of Cannon Pink #934C69
RGB
CMYK
RGB Variations
Color information
#934C69 (or 0x934C69) is known color: Cannon Pink. HEX triplet: 93, 4C and 69. RGB value is (147,76,105). Sum of RGB (Red+Green+Blue) = 147+76+105=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #934C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934C69 is #6CB396. Grayscale: #646464. Windows color (decimal): -7123863 or 6900883. OLE color: 6900883.
HSL color Cylindrical-coordinate representation of color #934C69: hue angle of 335.49º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #934C69 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 76 | 105 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.42 |
| HSL | 335.49º | 0.32% | 0.44% | - |
| HSV(B) | 335.49º | 0.48% | 0.58% | - |
| XYZ | 17.17 | 12.39 | 14.85 | - |
| YUV | 100.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 105 | 0 | 0.48 | 0.29 | 0.42 | 335.49 | 0.32 | 0.44 |
| Hex | 93 | 4C | 69 | 0 | 30 | 1D | 2A | 14F | 20 | 2C |
| Octal | 223 | 114 | 151 | 0 | 60 | 35 | 52 | 517 | 40 | 54 |
| Binary | 10010011 | 1001100 | 1101001 | 0 | 110000 | 11101 | 101010 | 101001111 | 100000 | 101100 |
Color Harmonies of #934C69
Complementary color
Monochromatic Colors of #934C69
Black with #934C69
Text Example
Text Example
White with #934C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C69; }
p { color: rgb(147,76,105); }
H1.HeaderClassName
{
color: #934C69;
}
.AnyTagClassName
{
color: #934C69;
}
</style>
background-color css
<style>
a { background-color: #934C69; }
a { background-color: rgb(147,76,105); }
div.DivClassName
{
background-color: #934C69;
}
.BgClassName
{
background-color: #934C69;
}
</style>
border-color css
<style>
span { border-color: #934C69; }
span { border-color: rgb(147,76,105); }
td.TdClassName
{
border-color: #934C69;
}
.TagClassName
{
border-color: #934C69;
}
</style>