Shades of Cannon Pink #875464
Tints of Cannon Pink #875464
RGB
CMYK
RGB Variations
Color information
#875464 (or 0x875464) is known color: Cannon Pink. HEX triplet: 87, 54 and 64. RGB value is (135,84,100). Sum of RGB (Red+Green+Blue) = 135+84+100=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875464 is #78AB9B. Grayscale: #656565. Windows color (decimal): -7908252 or 6575239. OLE color: 6575239.
HSL color Cylindrical-coordinate representation of color #875464: hue angle of 341.18º degrees, saturation: 0.23, 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 #875464 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 100 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.47 |
| HSL | 341.18º | 0.23% | 0.43% | - |
| HSV(B) | 341.18º | 0.38% | 0.53% | - |
| XYZ | 15.46 | 12.41 | 13.64 | - |
| YUV | 101.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 100 | 0 | 0.38 | 0.26 | 0.47 | 341.18 | 0.23 | 0.43 |
| Hex | 87 | 54 | 64 | 0 | 26 | 1A | 2F | 155 | 17 | 2B |
| Octal | 207 | 124 | 144 | 0 | 46 | 32 | 57 | 525 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1100100 | 0 | 100110 | 11010 | 101111 | 101010101 | 10111 | 101011 |
Color Harmonies of #875464
Complementary color
Monochromatic Colors of #875464
Black with #875464
Text Example
Text Example
White with #875464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875464; }
p { color: rgb(135,84,100); }
H1.HeaderClassName
{
color: #875464;
}
.AnyTagClassName
{
color: #875464;
}
</style>
background-color css
<style>
a { background-color: #875464; }
a { background-color: rgb(135,84,100); }
div.DivClassName
{
background-color: #875464;
}
.BgClassName
{
background-color: #875464;
}
</style>
border-color css
<style>
span { border-color: #875464; }
span { border-color: rgb(135,84,100); }
td.TdClassName
{
border-color: #875464;
}
.TagClassName
{
border-color: #875464;
}
</style>