Shades of Cannon Pink #984E75
Tints of Cannon Pink #984E75
RGB
CMYK
RGB Variations
Color information
#984E75 (or 0x984E75) is known color: Cannon Pink. HEX triplet: 98, 4E and 75. RGB value is (152,78,117). Sum of RGB (Red+Green+Blue) = 152+78+117=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #984E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E75 is #67B18A. Grayscale: #686868. Windows color (decimal): -6795659 or 7687832. OLE color: 7687832.
HSL color Cylindrical-coordinate representation of color #984E75: hue angle of 328.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E75 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 117 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.40 |
| HSL | 328.38º | 0.32% | 0.45% | - |
| HSV(B) | 328.38º | 0.49% | 0.6% | - |
| XYZ | 18.88 | 13.41 | 18.42 | - |
| YUV | 104.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 117 | 0 | 0.49 | 0.23 | 0.40 | 328.38 | 0.32 | 0.45 |
| Hex | 98 | 4E | 75 | 0 | 31 | 17 | 28 | 148 | 20 | 2D |
| Octal | 230 | 116 | 165 | 0 | 61 | 27 | 50 | 510 | 40 | 55 |
| Binary | 10011000 | 1001110 | 1110101 | 0 | 110001 | 10111 | 101000 | 101001000 | 100000 | 101101 |
Color Harmonies of #984E75
Complementary color
Monochromatic Colors of #984E75
Black with #984E75
Text Example
Text Example
White with #984E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E75; }
p { color: rgb(152,78,117); }
H1.HeaderClassName
{
color: #984E75;
}
.AnyTagClassName
{
color: #984E75;
}
</style>
background-color css
<style>
a { background-color: #984E75; }
a { background-color: rgb(152,78,117); }
div.DivClassName
{
background-color: #984E75;
}
.BgClassName
{
background-color: #984E75;
}
</style>
border-color css
<style>
span { border-color: #984E75; }
span { border-color: rgb(152,78,117); }
td.TdClassName
{
border-color: #984E75;
}
.TagClassName
{
border-color: #984E75;
}
</style>