Shades of Cannon Pink #875064
Tints of Cannon Pink #875064
RGB
CMYK
RGB Variations
Color information
#875064 (or 0x875064) is known color: Cannon Pink. HEX triplet: 87, 50 and 64. RGB value is (135,80,100). Sum of RGB (Red+Green+Blue) = 135+80+100=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875064 is #78AF9B. Grayscale: #626262. Windows color (decimal): -7909276 or 6574215. OLE color: 6574215.
HSL color Cylindrical-coordinate representation of color #875064: hue angle of 338.18º 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 #875064 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 100 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.47 |
| HSL | 338.18º | 0.26% | 0.42% | - |
| HSV(B) | 338.18º | 0.41% | 0.53% | - |
| XYZ | 15.16 | 11.81 | 13.54 | - |
| YUV | 98.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 100 | 0 | 0.41 | 0.26 | 0.47 | 338.18 | 0.26 | 0.42 |
| Hex | 87 | 50 | 64 | 0 | 29 | 1A | 2F | 152 | 1A | 2A |
| Octal | 207 | 120 | 144 | 0 | 51 | 32 | 57 | 522 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1100100 | 0 | 101001 | 11010 | 101111 | 101010010 | 11010 | 101010 |
Color Harmonies of #875064
Complementary color
Monochromatic Colors of #875064
Black with #875064
Text Example
Text Example
White with #875064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875064; }
p { color: rgb(135,80,100); }
H1.HeaderClassName
{
color: #875064;
}
.AnyTagClassName
{
color: #875064;
}
</style>
background-color css
<style>
a { background-color: #875064; }
a { background-color: rgb(135,80,100); }
div.DivClassName
{
background-color: #875064;
}
.BgClassName
{
background-color: #875064;
}
</style>
border-color css
<style>
span { border-color: #875064; }
span { border-color: rgb(135,80,100); }
td.TdClassName
{
border-color: #875064;
}
.TagClassName
{
border-color: #875064;
}
</style>