Shades of Cannon Pink #934D68
Tints of Cannon Pink #934D68
RGB
CMYK
RGB Variations
Color information
#934D68 (or 0x934D68) is known color: Cannon Pink. HEX triplet: 93, 4D and 68. RGB value is (147,77,104). Sum of RGB (Red+Green+Blue) = 147+77+104=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #934D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D68 is #6CB297. Grayscale: #646464. Windows color (decimal): -7123608 or 6835603. OLE color: 6835603.
HSL color Cylindrical-coordinate representation of color #934D68: hue angle of 336.86º 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 #934D68 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 104 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.42 |
| HSL | 336.86º | 0.31% | 0.44% | - |
| HSV(B) | 336.86º | 0.48% | 0.58% | - |
| XYZ | 17.19 | 12.51 | 14.61 | - |
| YUV | 101.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 104 | 0 | 0.48 | 0.29 | 0.42 | 336.86 | 0.31 | 0.44 |
| Hex | 93 | 4D | 68 | 0 | 30 | 1D | 2A | 151 | 1F | 2C |
| Octal | 223 | 115 | 150 | 0 | 60 | 35 | 52 | 521 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1101000 | 0 | 110000 | 11101 | 101010 | 101010001 | 11111 | 101100 |
Color Harmonies of #934D68
Complementary color
Monochromatic Colors of #934D68
Black with #934D68
Text Example
Text Example
White with #934D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D68; }
p { color: rgb(147,77,104); }
H1.HeaderClassName
{
color: #934D68;
}
.AnyTagClassName
{
color: #934D68;
}
</style>
background-color css
<style>
a { background-color: #934D68; }
a { background-color: rgb(147,77,104); }
div.DivClassName
{
background-color: #934D68;
}
.BgClassName
{
background-color: #934D68;
}
</style>
border-color css
<style>
span { border-color: #934D68; }
span { border-color: rgb(147,77,104); }
td.TdClassName
{
border-color: #934D68;
}
.TagClassName
{
border-color: #934D68;
}
</style>