Shades of Cannon Pink #985073
Tints of Cannon Pink #985073
RGB
CMYK
RGB Variations
Color information
#985073 (or 0x985073) is known color: Cannon Pink. HEX triplet: 98, 50 and 73. RGB value is (152,80,115). Sum of RGB (Red+Green+Blue) = 152+80+115=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #985073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985073 is #67AF8C. Grayscale: #696969. Windows color (decimal): -6795149 or 7557272. OLE color: 7557272.
HSL color Cylindrical-coordinate representation of color #985073: hue angle of 330.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985073 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 115 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.40 |
| HSL | 330.83º | 0.31% | 0.45% | - |
| HSV(B) | 330.83º | 0.47% | 0.6% | - |
| XYZ | 18.91 | 13.65 | 17.86 | - |
| YUV | 105.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 115 | 0 | 0.47 | 0.24 | 0.40 | 330.83 | 0.31 | 0.45 |
| Hex | 98 | 50 | 73 | 0 | 2F | 18 | 28 | 14B | 1F | 2D |
| Octal | 230 | 120 | 163 | 0 | 57 | 30 | 50 | 513 | 37 | 55 |
| Binary | 10011000 | 1010000 | 1110011 | 0 | 101111 | 11000 | 101000 | 101001011 | 11111 | 101101 |
Color Harmonies of #985073
Complementary color
Monochromatic Colors of #985073
Black with #985073
Text Example
Text Example
White with #985073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985073; }
p { color: rgb(152,80,115); }
H1.HeaderClassName
{
color: #985073;
}
.AnyTagClassName
{
color: #985073;
}
</style>
background-color css
<style>
a { background-color: #985073; }
a { background-color: rgb(152,80,115); }
div.DivClassName
{
background-color: #985073;
}
.BgClassName
{
background-color: #985073;
}
</style>
border-color css
<style>
span { border-color: #985073; }
span { border-color: rgb(152,80,115); }
td.TdClassName
{
border-color: #985073;
}
.TagClassName
{
border-color: #985073;
}
</style>