Shades of Cannon Pink #885468
Tints of Cannon Pink #885468
RGB
CMYK
RGB Variations
Color information
#885468 (or 0x885468) is known color: Cannon Pink. HEX triplet: 88, 54 and 68. RGB value is (136,84,104). Sum of RGB (Red+Green+Blue) = 136+84+104=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #885468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885468 is #77AB97. Grayscale: #656565. Windows color (decimal): -7842712 or 6837384. OLE color: 6837384.
HSL color Cylindrical-coordinate representation of color #885468: hue angle of 336.92º 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 #885468 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 104 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.47 |
| HSL | 336.92º | 0.24% | 0.43% | - |
| HSV(B) | 336.92º | 0.38% | 0.53% | - |
| XYZ | 15.82 | 12.57 | 14.69 | - |
| YUV | 101.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 104 | 0 | 0.38 | 0.24 | 0.47 | 336.92 | 0.24 | 0.43 |
| Hex | 88 | 54 | 68 | 0 | 26 | 18 | 2F | 151 | 18 | 2B |
| Octal | 210 | 124 | 150 | 0 | 46 | 30 | 57 | 521 | 30 | 53 |
| Binary | 10001000 | 1010100 | 1101000 | 0 | 100110 | 11000 | 101111 | 101010001 | 11000 | 101011 |
Color Harmonies of #885468
Complementary color
Monochromatic Colors of #885468
Black with #885468
Text Example
Text Example
White with #885468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885468; }
p { color: rgb(136,84,104); }
H1.HeaderClassName
{
color: #885468;
}
.AnyTagClassName
{
color: #885468;
}
</style>
background-color css
<style>
a { background-color: #885468; }
a { background-color: rgb(136,84,104); }
div.DivClassName
{
background-color: #885468;
}
.BgClassName
{
background-color: #885468;
}
</style>
border-color css
<style>
span { border-color: #885468; }
span { border-color: rgb(136,84,104); }
td.TdClassName
{
border-color: #885468;
}
.TagClassName
{
border-color: #885468;
}
</style>