Shades of Cannon Pink #934D6B
Tints of Cannon Pink #934D6B
RGB
CMYK
RGB Variations
Color information
#934D6B (or 0x934D6B) is known color: Cannon Pink. HEX triplet: 93, 4D and 6B. RGB value is (147,77,107). Sum of RGB (Red+Green+Blue) = 147+77+107=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #934D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D6B is #6CB294. Grayscale: #656565. Windows color (decimal): -7123605 or 7032211. OLE color: 7032211.
HSL color Cylindrical-coordinate representation of color #934D6B: hue angle of 334.29º degrees, saturation: 0.31, 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 #934D6B is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 107 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.42 |
| HSL | 334.29º | 0.31% | 0.44% | - |
| HSV(B) | 334.29º | 0.48% | 0.58% | - |
| XYZ | 17.34 | 12.57 | 15.42 | - |
| YUV | 101.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 107 | 0 | 0.48 | 0.27 | 0.42 | 334.29 | 0.31 | 0.44 |
| Hex | 93 | 4D | 6B | 0 | 30 | 1B | 2A | 14E | 1F | 2C |
| Octal | 223 | 115 | 153 | 0 | 60 | 33 | 52 | 516 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1101011 | 0 | 110000 | 11011 | 101010 | 101001110 | 11111 | 101100 |
Color Harmonies of #934D6B
Complementary color
Monochromatic Colors of #934D6B
Black with #934D6B
Text Example
Text Example
White with #934D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D6B; }
p { color: rgb(147,77,107); }
H1.HeaderClassName
{
color: #934D6B;
}
.AnyTagClassName
{
color: #934D6B;
}
</style>
background-color css
<style>
a { background-color: #934D6B; }
a { background-color: rgb(147,77,107); }
div.DivClassName
{
background-color: #934D6B;
}
.BgClassName
{
background-color: #934D6B;
}
</style>
border-color css
<style>
span { border-color: #934D6B; }
span { border-color: rgb(147,77,107); }
td.TdClassName
{
border-color: #934D6B;
}
.TagClassName
{
border-color: #934D6B;
}
</style>