Shades of Cannon Pink #885463
Tints of Cannon Pink #885463
RGB
CMYK
RGB Variations
Color information
#885463 (or 0x885463) is known color: Cannon Pink. HEX triplet: 88, 54 and 63. RGB value is (136,84,99). Sum of RGB (Red+Green+Blue) = 136+84+99=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885463 is #77AB9C. Grayscale: #656565. Windows color (decimal): -7842717 or 6509704. OLE color: 6509704.
HSL color Cylindrical-coordinate representation of color #885463: hue angle of 342.69º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885463 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 99 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.47 |
| HSL | 342.69º | 0.24% | 0.43% | - |
| HSV(B) | 342.69º | 0.38% | 0.53% | - |
| XYZ | 15.58 | 12.48 | 13.39 | - |
| YUV | 101.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 99 | 0 | 0.38 | 0.27 | 0.47 | 342.69 | 0.24 | 0.43 |
| Hex | 88 | 54 | 63 | 0 | 26 | 1B | 2F | 157 | 18 | 2B |
| Octal | 210 | 124 | 143 | 0 | 46 | 33 | 57 | 527 | 30 | 53 |
| Binary | 10001000 | 1010100 | 1100011 | 0 | 100110 | 11011 | 101111 | 101010111 | 11000 | 101011 |
Color Harmonies of #885463
Complementary color
Monochromatic Colors of #885463
Black with #885463
Text Example
Text Example
White with #885463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885463; }
p { color: rgb(136,84,99); }
H1.HeaderClassName
{
color: #885463;
}
.AnyTagClassName
{
color: #885463;
}
</style>
background-color css
<style>
a { background-color: #885463; }
a { background-color: rgb(136,84,99); }
div.DivClassName
{
background-color: #885463;
}
.BgClassName
{
background-color: #885463;
}
</style>
border-color css
<style>
span { border-color: #885463; }
span { border-color: rgb(136,84,99); }
td.TdClassName
{
border-color: #885463;
}
.TagClassName
{
border-color: #885463;
}
</style>