Shades of Cannon Pink #934B6D
Tints of Cannon Pink #934B6D
RGB
CMYK
RGB Variations
Color information
#934B6D (or 0x934B6D) is known color: Cannon Pink. HEX triplet: 93, 4B and 6D. RGB value is (147,75,109). Sum of RGB (Red+Green+Blue) = 147+75+109=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #934B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934B6D is #6CB492. Grayscale: #646464. Windows color (decimal): -7124115 or 7162771. OLE color: 7162771.
HSL color Cylindrical-coordinate representation of color #934B6D: hue angle of 331.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #934B6D is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 75 | 109 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.42 |
| HSL | 331.67º | 0.32% | 0.44% | - |
| HSV(B) | 331.67º | 0.49% | 0.58% | - |
| XYZ | 17.31 | 12.34 | 15.94 | - |
| YUV | 100.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 109 | 0 | 0.49 | 0.26 | 0.42 | 331.67 | 0.32 | 0.44 |
| Hex | 93 | 4B | 6D | 0 | 31 | 1A | 2A | 14C | 20 | 2C |
| Octal | 223 | 113 | 155 | 0 | 61 | 32 | 52 | 514 | 40 | 54 |
| Binary | 10010011 | 1001011 | 1101101 | 0 | 110001 | 11010 | 101010 | 101001100 | 100000 | 101100 |
Color Harmonies of #934B6D
Complementary color
Monochromatic Colors of #934B6D
Black with #934B6D
Text Example
Text Example
White with #934B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934B6D; }
p { color: rgb(147,75,109); }
H1.HeaderClassName
{
color: #934B6D;
}
.AnyTagClassName
{
color: #934B6D;
}
</style>
background-color css
<style>
a { background-color: #934B6D; }
a { background-color: rgb(147,75,109); }
div.DivClassName
{
background-color: #934B6D;
}
.BgClassName
{
background-color: #934B6D;
}
</style>
border-color css
<style>
span { border-color: #934B6D; }
span { border-color: rgb(147,75,109); }
td.TdClassName
{
border-color: #934B6D;
}
.TagClassName
{
border-color: #934B6D;
}
</style>