Shades of Cannon Pink #885264
Tints of Cannon Pink #885264
RGB
CMYK
RGB Variations
Color information
#885264 (or 0x885264) is known color: Cannon Pink. HEX triplet: 88, 52 and 64. RGB value is (136,82,100). Sum of RGB (Red+Green+Blue) = 136+82+100=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885264 is #77AD9B. Grayscale: #646464. Windows color (decimal): -7843228 or 6574728. OLE color: 6574728.
HSL color Cylindrical-coordinate representation of color #885264: hue angle of 340º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885264 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 100 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.47 |
| HSL | 340º | 0.25% | 0.43% | - |
| HSV(B) | 340º | 0.4% | 0.53% | - |
| XYZ | 15.47 | 12.19 | 13.59 | - |
| YUV | 100.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 100 | 0 | 0.40 | 0.26 | 0.47 | 340 | 0.25 | 0.43 |
| Hex | 88 | 52 | 64 | 0 | 28 | 1A | 2F | 154 | 19 | 2B |
| Octal | 210 | 122 | 144 | 0 | 50 | 32 | 57 | 524 | 31 | 53 |
| Binary | 10001000 | 1010010 | 1100100 | 0 | 101000 | 11010 | 101111 | 101010100 | 11001 | 101011 |
Color Harmonies of #885264
Complementary color
Monochromatic Colors of #885264
Black with #885264
Text Example
Text Example
White with #885264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885264; }
p { color: rgb(136,82,100); }
H1.HeaderClassName
{
color: #885264;
}
.AnyTagClassName
{
color: #885264;
}
</style>
background-color css
<style>
a { background-color: #885264; }
a { background-color: rgb(136,82,100); }
div.DivClassName
{
background-color: #885264;
}
.BgClassName
{
background-color: #885264;
}
</style>
border-color css
<style>
span { border-color: #885264; }
span { border-color: rgb(136,82,100); }
td.TdClassName
{
border-color: #885264;
}
.TagClassName
{
border-color: #885264;
}
</style>