Shades of Cannon Pink #885862
Tints of Cannon Pink #885862
RGB
CMYK
RGB Variations
Color information
#885862 (or 0x885862) is known color: Cannon Pink. HEX triplet: 88, 58 and 62. RGB value is (136,88,98). Sum of RGB (Red+Green+Blue) = 136+88+98=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #885862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885862 is #77A79D. Grayscale: #676767. Windows color (decimal): -7841694 or 6445192. OLE color: 6445192.
HSL color Cylindrical-coordinate representation of color #885862: hue angle of 347.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885862 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 98 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.47 |
| HSL | 347.5º | 0.21% | 0.44% | - |
| HSV(B) | 347.5º | 0.35% | 0.53% | - |
| XYZ | 15.85 | 13.1 | 13.25 | - |
| YUV | 103.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 98 | 0 | 0.35 | 0.28 | 0.47 | 347.5 | 0.21 | 0.44 |
| Hex | 88 | 58 | 62 | 0 | 23 | 1C | 2F | 15C | 15 | 2C |
| Octal | 210 | 130 | 142 | 0 | 43 | 34 | 57 | 534 | 25 | 54 |
| Binary | 10001000 | 1011000 | 1100010 | 0 | 100011 | 11100 | 101111 | 101011100 | 10101 | 101100 |
Color Harmonies of #885862
Complementary color
Monochromatic Colors of #885862
Black with #885862
Text Example
Text Example
White with #885862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885862; }
p { color: rgb(136,88,98); }
H1.HeaderClassName
{
color: #885862;
}
.AnyTagClassName
{
color: #885862;
}
</style>
background-color css
<style>
a { background-color: #885862; }
a { background-color: rgb(136,88,98); }
div.DivClassName
{
background-color: #885862;
}
.BgClassName
{
background-color: #885862;
}
</style>
border-color css
<style>
span { border-color: #885862; }
span { border-color: rgb(136,88,98); }
td.TdClassName
{
border-color: #885862;
}
.TagClassName
{
border-color: #885862;
}
</style>