Shades of Cannon Pink #885669
Tints of Cannon Pink #885669
RGB
CMYK
RGB Variations
Color information
#885669 (or 0x885669) is known color: Cannon Pink. HEX triplet: 88, 56 and 69. RGB value is (136,86,105). Sum of RGB (Red+Green+Blue) = 136+86+105=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #885669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885669 is #77A996. Grayscale: #676767. Windows color (decimal): -7842199 or 6903432. OLE color: 6903432.
HSL color Cylindrical-coordinate representation of color #885669: hue angle of 337.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885669 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 105 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.47 |
| HSL | 337.2º | 0.23% | 0.44% | - |
| HSV(B) | 337.2º | 0.37% | 0.53% | - |
| XYZ | 16.03 | 12.91 | 15.01 | - |
| YUV | 103.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 105 | 0 | 0.37 | 0.23 | 0.47 | 337.2 | 0.23 | 0.44 |
| Hex | 88 | 56 | 69 | 0 | 25 | 17 | 2F | 151 | 17 | 2C |
| Octal | 210 | 126 | 151 | 0 | 45 | 27 | 57 | 521 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1101001 | 0 | 100101 | 10111 | 101111 | 101010001 | 10111 | 101100 |
Color Harmonies of #885669
Complementary color
Monochromatic Colors of #885669
Black with #885669
Text Example
Text Example
White with #885669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885669; }
p { color: rgb(136,86,105); }
H1.HeaderClassName
{
color: #885669;
}
.AnyTagClassName
{
color: #885669;
}
</style>
background-color css
<style>
a { background-color: #885669; }
a { background-color: rgb(136,86,105); }
div.DivClassName
{
background-color: #885669;
}
.BgClassName
{
background-color: #885669;
}
</style>
border-color css
<style>
span { border-color: #885669; }
span { border-color: rgb(136,86,105); }
td.TdClassName
{
border-color: #885669;
}
.TagClassName
{
border-color: #885669;
}
</style>