Shades of Cannon Pink #934C6A
Tints of Cannon Pink #934C6A
RGB
CMYK
RGB Variations
Color information
#934C6A (or 0x934C6A) is known color: Cannon Pink. HEX triplet: 93, 4C and 6A. RGB value is (147,76,106). Sum of RGB (Red+Green+Blue) = 147+76+106=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #934C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934C6A is #6CB395. Grayscale: #646464. Windows color (decimal): -7123862 or 6966419. OLE color: 6966419.
HSL color Cylindrical-coordinate representation of color #934C6A: hue angle of 334.65º 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 #934C6A is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 76 | 106 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.42 |
| HSL | 334.65º | 0.32% | 0.44% | - |
| HSV(B) | 334.65º | 0.48% | 0.58% | - |
| XYZ | 17.22 | 12.41 | 15.12 | - |
| YUV | 100.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 106 | 0 | 0.48 | 0.28 | 0.42 | 334.65 | 0.32 | 0.44 |
| Hex | 93 | 4C | 6A | 0 | 30 | 1C | 2A | 14F | 20 | 2C |
| Octal | 223 | 114 | 152 | 0 | 60 | 34 | 52 | 517 | 40 | 54 |
| Binary | 10010011 | 1001100 | 1101010 | 0 | 110000 | 11100 | 101010 | 101001111 | 100000 | 101100 |
Color Harmonies of #934C6A
Complementary color
Monochromatic Colors of #934C6A
Black with #934C6A
Text Example
Text Example
White with #934C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C6A; }
p { color: rgb(147,76,106); }
H1.HeaderClassName
{
color: #934C6A;
}
.AnyTagClassName
{
color: #934C6A;
}
</style>
background-color css
<style>
a { background-color: #934C6A; }
a { background-color: rgb(147,76,106); }
div.DivClassName
{
background-color: #934C6A;
}
.BgClassName
{
background-color: #934C6A;
}
</style>
border-color css
<style>
span { border-color: #934C6A; }
span { border-color: rgb(147,76,106); }
td.TdClassName
{
border-color: #934C6A;
}
.TagClassName
{
border-color: #934C6A;
}
</style>