Shades of Cannon Pink #884F68
Tints of Cannon Pink #884F68
RGB
CMYK
RGB Variations
Color information
#884F68 (or 0x884F68) is known color: Cannon Pink. HEX triplet: 88, 4F and 68. RGB value is (136,79,104). Sum of RGB (Red+Green+Blue) = 136+79+104=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #884F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F68 is #77B097. Grayscale: #626262. Windows color (decimal): -7843992 or 6836104. OLE color: 6836104.
HSL color Cylindrical-coordinate representation of color #884F68: hue angle of 333.68º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #884F68 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 104 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.47 |
| HSL | 333.68º | 0.27% | 0.42% | - |
| HSV(B) | 333.68º | 0.42% | 0.53% | - |
| XYZ | 15.45 | 11.83 | 14.57 | - |
| YUV | 98.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 104 | 0 | 0.42 | 0.24 | 0.47 | 333.68 | 0.27 | 0.42 |
| Hex | 88 | 4F | 68 | 0 | 2A | 18 | 2F | 14E | 1B | 2A |
| Octal | 210 | 117 | 150 | 0 | 52 | 30 | 57 | 516 | 33 | 52 |
| Binary | 10001000 | 1001111 | 1101000 | 0 | 101010 | 11000 | 101111 | 101001110 | 11011 | 101010 |
Color Harmonies of #884F68
Complementary color
Monochromatic Colors of #884F68
Black with #884F68
Text Example
Text Example
White with #884F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F68; }
p { color: rgb(136,79,104); }
H1.HeaderClassName
{
color: #884F68;
}
.AnyTagClassName
{
color: #884F68;
}
</style>
background-color css
<style>
a { background-color: #884F68; }
a { background-color: rgb(136,79,104); }
div.DivClassName
{
background-color: #884F68;
}
.BgClassName
{
background-color: #884F68;
}
</style>
border-color css
<style>
span { border-color: #884F68; }
span { border-color: rgb(136,79,104); }
td.TdClassName
{
border-color: #884F68;
}
.TagClassName
{
border-color: #884F68;
}
</style>