Shades of Cannon Pink #884F6A
Tints of Cannon Pink #884F6A
RGB
CMYK
RGB Variations
Color information
#884F6A (or 0x884F6A) is known color: Cannon Pink. HEX triplet: 88, 4F and 6A. RGB value is (136,79,106). Sum of RGB (Red+Green+Blue) = 136+79+106=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F6A is #77B095. Grayscale: #636363. Windows color (decimal): -7843990 or 6967176. OLE color: 6967176.
HSL color Cylindrical-coordinate representation of color #884F6A: hue angle of 331.58º 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 #884F6A is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 106 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.47 |
| HSL | 331.58º | 0.27% | 0.42% | - |
| HSV(B) | 331.58º | 0.42% | 0.53% | - |
| XYZ | 15.55 | 11.87 | 15.11 | - |
| YUV | 99.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 106 | 0 | 0.42 | 0.22 | 0.47 | 331.58 | 0.27 | 0.42 |
| Hex | 88 | 4F | 6A | 0 | 2A | 16 | 2F | 14C | 1B | 2A |
| Octal | 210 | 117 | 152 | 0 | 52 | 26 | 57 | 514 | 33 | 52 |
| Binary | 10001000 | 1001111 | 1101010 | 0 | 101010 | 10110 | 101111 | 101001100 | 11011 | 101010 |
Color Harmonies of #884F6A
Complementary color
Monochromatic Colors of #884F6A
Black with #884F6A
Text Example
Text Example
White with #884F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F6A; }
p { color: rgb(136,79,106); }
H1.HeaderClassName
{
color: #884F6A;
}
.AnyTagClassName
{
color: #884F6A;
}
</style>
background-color css
<style>
a { background-color: #884F6A; }
a { background-color: rgb(136,79,106); }
div.DivClassName
{
background-color: #884F6A;
}
.BgClassName
{
background-color: #884F6A;
}
</style>
border-color css
<style>
span { border-color: #884F6A; }
span { border-color: rgb(136,79,106); }
td.TdClassName
{
border-color: #884F6A;
}
.TagClassName
{
border-color: #884F6A;
}
</style>