Shades of Cannon Pink #934872
Tints of Cannon Pink #934872
RGB
CMYK
RGB Variations
Color information
#934872 (or 0x934872) is known color: Cannon Pink. HEX triplet: 93, 48 and 72. RGB value is (147,72,114). Sum of RGB (Red+Green+Blue) = 147+72+114=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #934872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934872 is #6CB78D. Grayscale: #636363. Windows color (decimal): -7124878 or 7489683. OLE color: 7489683.
HSL color Cylindrical-coordinate representation of color #934872: hue angle of 326.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #934872 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 114 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.42 |
| HSL | 326.4º | 0.34% | 0.43% | - |
| HSV(B) | 326.4º | 0.51% | 0.58% | - |
| XYZ | 17.39 | 12.05 | 17.33 | - |
| YUV | 99.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 114 | 0 | 0.51 | 0.22 | 0.42 | 326.4 | 0.34 | 0.43 |
| Hex | 93 | 48 | 72 | 0 | 33 | 16 | 2A | 146 | 22 | 2B |
| Octal | 223 | 110 | 162 | 0 | 63 | 26 | 52 | 506 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1110010 | 0 | 110011 | 10110 | 101010 | 101000110 | 100010 | 101011 |
Color Harmonies of #934872
Complementary color
Monochromatic Colors of #934872
Black with #934872
Text Example
Text Example
White with #934872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934872; }
p { color: rgb(147,72,114); }
H1.HeaderClassName
{
color: #934872;
}
.AnyTagClassName
{
color: #934872;
}
</style>
background-color css
<style>
a { background-color: #934872; }
a { background-color: rgb(147,72,114); }
div.DivClassName
{
background-color: #934872;
}
.BgClassName
{
background-color: #934872;
}
</style>
border-color css
<style>
span { border-color: #934872; }
span { border-color: rgb(147,72,114); }
td.TdClassName
{
border-color: #934872;
}
.TagClassName
{
border-color: #934872;
}
</style>