Shades of Cannon Pink #884B67
Tints of Cannon Pink #884B67
RGB
CMYK
RGB Variations
Color information
#884B67 (or 0x884B67) is known color: Cannon Pink. HEX triplet: 88, 4B and 67. RGB value is (136,75,103). Sum of RGB (Red+Green+Blue) = 136+75+103=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #884B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B67 is #77B498. Grayscale: #606060. Windows color (decimal): -7845017 or 6769544. OLE color: 6769544.
HSL color Cylindrical-coordinate representation of color #884B67: hue angle of 332.46º 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 #884B67 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 103 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.47 |
| HSL | 332.46º | 0.29% | 0.41% | - |
| HSV(B) | 332.46º | 0.45% | 0.53% | - |
| XYZ | 15.12 | 11.25 | 14.21 | - |
| YUV | 96.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 103 | 0 | 0.45 | 0.24 | 0.47 | 332.46 | 0.29 | 0.41 |
| Hex | 88 | 4B | 67 | 0 | 2D | 18 | 2F | 14C | 1D | 29 |
| Octal | 210 | 113 | 147 | 0 | 55 | 30 | 57 | 514 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1100111 | 0 | 101101 | 11000 | 101111 | 101001100 | 11101 | 101001 |
Color Harmonies of #884B67
Complementary color
Monochromatic Colors of #884B67
Black with #884B67
Text Example
Text Example
White with #884B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B67; }
p { color: rgb(136,75,103); }
H1.HeaderClassName
{
color: #884B67;
}
.AnyTagClassName
{
color: #884B67;
}
</style>
background-color css
<style>
a { background-color: #884B67; }
a { background-color: rgb(136,75,103); }
div.DivClassName
{
background-color: #884B67;
}
.BgClassName
{
background-color: #884B67;
}
</style>
border-color css
<style>
span { border-color: #884B67; }
span { border-color: rgb(136,75,103); }
td.TdClassName
{
border-color: #884B67;
}
.TagClassName
{
border-color: #884B67;
}
</style>