Shades of Cannon Pink #985271
Tints of Cannon Pink #985271
RGB
CMYK
RGB Variations
Color information
#985271 (or 0x985271) is known color: Cannon Pink. HEX triplet: 98, 52 and 71. RGB value is (152,82,113). Sum of RGB (Red+Green+Blue) = 152+82+113=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #985271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985271 is #67AD8E. Grayscale: #6A6A6A. Windows color (decimal): -6794639 or 7426712. OLE color: 7426712.
HSL color Cylindrical-coordinate representation of color #985271: hue angle of 333.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985271 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 113 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.40 |
| HSL | 333.43º | 0.3% | 0.46% | - |
| HSV(B) | 333.43º | 0.46% | 0.6% | - |
| XYZ | 18.95 | 13.9 | 17.31 | - |
| YUV | 106.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 113 | 0 | 0.46 | 0.26 | 0.40 | 333.43 | 0.3 | 0.46 |
| Hex | 98 | 52 | 71 | 0 | 2E | 1A | 28 | 14D | 1E | 2E |
| Octal | 230 | 122 | 161 | 0 | 56 | 32 | 50 | 515 | 36 | 56 |
| Binary | 10011000 | 1010010 | 1110001 | 0 | 101110 | 11010 | 101000 | 101001101 | 11110 | 101110 |
Color Harmonies of #985271
Complementary color
Monochromatic Colors of #985271
Black with #985271
Text Example
Text Example
White with #985271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985271; }
p { color: rgb(152,82,113); }
H1.HeaderClassName
{
color: #985271;
}
.AnyTagClassName
{
color: #985271;
}
</style>
background-color css
<style>
a { background-color: #985271; }
a { background-color: rgb(152,82,113); }
div.DivClassName
{
background-color: #985271;
}
.BgClassName
{
background-color: #985271;
}
</style>
border-color css
<style>
span { border-color: #985271; }
span { border-color: rgb(152,82,113); }
td.TdClassName
{
border-color: #985271;
}
.TagClassName
{
border-color: #985271;
}
</style>