Shades of Cannon Pink #885469
Tints of Cannon Pink #885469
RGB
CMYK
RGB Variations
Color information
#885469 (or 0x885469) is known color: Cannon Pink. HEX triplet: 88, 54 and 69. RGB value is (136,84,105). Sum of RGB (Red+Green+Blue) = 136+84+105=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #885469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885469 is #77AB96. Grayscale: #656565. Windows color (decimal): -7842711 or 6902920. OLE color: 6902920.
HSL color Cylindrical-coordinate representation of color #885469: hue angle of 335.77º 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 #885469 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 105 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.47 |
| HSL | 335.77º | 0.24% | 0.43% | - |
| HSV(B) | 335.77º | 0.38% | 0.53% | - |
| XYZ | 15.87 | 12.59 | 14.96 | - |
| YUV | 101.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 105 | 0 | 0.38 | 0.23 | 0.47 | 335.77 | 0.24 | 0.43 |
| Hex | 88 | 54 | 69 | 0 | 26 | 17 | 2F | 150 | 18 | 2B |
| Octal | 210 | 124 | 151 | 0 | 46 | 27 | 57 | 520 | 30 | 53 |
| Binary | 10001000 | 1010100 | 1101001 | 0 | 100110 | 10111 | 101111 | 101010000 | 11000 | 101011 |
Color Harmonies of #885469
Complementary color
Monochromatic Colors of #885469
Black with #885469
Text Example
Text Example
White with #885469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885469; }
p { color: rgb(136,84,105); }
H1.HeaderClassName
{
color: #885469;
}
.AnyTagClassName
{
color: #885469;
}
</style>
background-color css
<style>
a { background-color: #885469; }
a { background-color: rgb(136,84,105); }
div.DivClassName
{
background-color: #885469;
}
.BgClassName
{
background-color: #885469;
}
</style>
border-color css
<style>
span { border-color: #885469; }
span { border-color: rgb(136,84,105); }
td.TdClassName
{
border-color: #885469;
}
.TagClassName
{
border-color: #885469;
}
</style>