Shades of Cannon Pink #885067
Tints of Cannon Pink #885067
RGB
CMYK
RGB Variations
Color information
#885067 (or 0x885067) is known color: Cannon Pink. HEX triplet: 88, 50 and 67. RGB value is (136,80,103). Sum of RGB (Red+Green+Blue) = 136+80+103=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885067 is #77AF98. Grayscale: #636363. Windows color (decimal): -7843737 or 6770824. OLE color: 6770824.
HSL color Cylindrical-coordinate representation of color #885067: hue angle of 335.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885067 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 103 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.47 |
| HSL | 335.36º | 0.26% | 0.42% | - |
| HSV(B) | 335.36º | 0.41% | 0.53% | - |
| XYZ | 15.47 | 11.95 | 14.32 | - |
| YUV | 99.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 103 | 0 | 0.41 | 0.24 | 0.47 | 335.36 | 0.26 | 0.42 |
| Hex | 88 | 50 | 67 | 0 | 29 | 18 | 2F | 14F | 1A | 2A |
| Octal | 210 | 120 | 147 | 0 | 51 | 30 | 57 | 517 | 32 | 52 |
| Binary | 10001000 | 1010000 | 1100111 | 0 | 101001 | 11000 | 101111 | 101001111 | 11010 | 101010 |
Color Harmonies of #885067
Complementary color
Monochromatic Colors of #885067
Black with #885067
Text Example
Text Example
White with #885067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885067; }
p { color: rgb(136,80,103); }
H1.HeaderClassName
{
color: #885067;
}
.AnyTagClassName
{
color: #885067;
}
</style>
background-color css
<style>
a { background-color: #885067; }
a { background-color: rgb(136,80,103); }
div.DivClassName
{
background-color: #885067;
}
.BgClassName
{
background-color: #885067;
}
</style>
border-color css
<style>
span { border-color: #885067; }
span { border-color: rgb(136,80,103); }
td.TdClassName
{
border-color: #885067;
}
.TagClassName
{
border-color: #885067;
}
</style>