Shades of Cannon Pink #885066
Tints of Cannon Pink #885066
RGB
CMYK
RGB Variations
Color information
#885066 (or 0x885066) is known color: Cannon Pink. HEX triplet: 88, 50 and 66. RGB value is (136,80,102). Sum of RGB (Red+Green+Blue) = 136+80+102=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885066 is #77AF99. Grayscale: #636363. Windows color (decimal): -7843738 or 6705288. OLE color: 6705288.
HSL color Cylindrical-coordinate representation of color #885066: hue angle of 336.43º 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 #885066 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 102 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.47 |
| HSL | 336.43º | 0.26% | 0.42% | - |
| HSV(B) | 336.43º | 0.41% | 0.53% | - |
| XYZ | 15.42 | 11.93 | 14.06 | - |
| YUV | 99.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 102 | 0 | 0.41 | 0.25 | 0.47 | 336.43 | 0.26 | 0.42 |
| Hex | 88 | 50 | 66 | 0 | 29 | 19 | 2F | 150 | 1A | 2A |
| Octal | 210 | 120 | 146 | 0 | 51 | 31 | 57 | 520 | 32 | 52 |
| Binary | 10001000 | 1010000 | 1100110 | 0 | 101001 | 11001 | 101111 | 101010000 | 11010 | 101010 |
Color Harmonies of #885066
Complementary color
Monochromatic Colors of #885066
Black with #885066
Text Example
Text Example
White with #885066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885066; }
p { color: rgb(136,80,102); }
H1.HeaderClassName
{
color: #885066;
}
.AnyTagClassName
{
color: #885066;
}
</style>
background-color css
<style>
a { background-color: #885066; }
a { background-color: rgb(136,80,102); }
div.DivClassName
{
background-color: #885066;
}
.BgClassName
{
background-color: #885066;
}
</style>
border-color css
<style>
span { border-color: #885066; }
span { border-color: rgb(136,80,102); }
td.TdClassName
{
border-color: #885066;
}
.TagClassName
{
border-color: #885066;
}
</style>