Shades of Cannon Pink #884B69
Tints of Cannon Pink #884B69
RGB
CMYK
RGB Variations
Color information
#884B69 (or 0x884B69) is known color: Cannon Pink. HEX triplet: 88, 4B and 69. RGB value is (136,75,105). Sum of RGB (Red+Green+Blue) = 136+75+105=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #884B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B69 is #77B496. Grayscale: #606060. Windows color (decimal): -7845015 or 6900616. OLE color: 6900616.
HSL color Cylindrical-coordinate representation of color #884B69: hue angle of 330.49º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B69 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 105 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.47 |
| HSL | 330.49º | 0.29% | 0.41% | - |
| HSV(B) | 330.49º | 0.45% | 0.53% | - |
| XYZ | 15.22 | 11.29 | 14.74 | - |
| YUV | 96.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 105 | 0 | 0.45 | 0.23 | 0.47 | 330.49 | 0.29 | 0.41 |
| Hex | 88 | 4B | 69 | 0 | 2D | 17 | 2F | 14A | 1D | 29 |
| Octal | 210 | 113 | 151 | 0 | 55 | 27 | 57 | 512 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1101001 | 0 | 101101 | 10111 | 101111 | 101001010 | 11101 | 101001 |
Color Harmonies of #884B69
Complementary color
Monochromatic Colors of #884B69
Black with #884B69
Text Example
Text Example
White with #884B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B69; }
p { color: rgb(136,75,105); }
H1.HeaderClassName
{
color: #884B69;
}
.AnyTagClassName
{
color: #884B69;
}
</style>
background-color css
<style>
a { background-color: #884B69; }
a { background-color: rgb(136,75,105); }
div.DivClassName
{
background-color: #884B69;
}
.BgClassName
{
background-color: #884B69;
}
</style>
border-color css
<style>
span { border-color: #884B69; }
span { border-color: rgb(136,75,105); }
td.TdClassName
{
border-color: #884B69;
}
.TagClassName
{
border-color: #884B69;
}
</style>