Shades of Cannon Pink #875268
Tints of Cannon Pink #875268
RGB
CMYK
RGB Variations
Color information
#875268 (or 0x875268) is known color: Cannon Pink. HEX triplet: 87, 52 and 68. RGB value is (135,82,104). Sum of RGB (Red+Green+Blue) = 135+82+104=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #875268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875268 is #78AD97. Grayscale: #646464. Windows color (decimal): -7908760 or 6836871. OLE color: 6836871.
HSL color Cylindrical-coordinate representation of color #875268: hue angle of 335.09º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875268 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 104 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.47 |
| HSL | 335.09º | 0.24% | 0.43% | - |
| HSV(B) | 335.09º | 0.39% | 0.53% | - |
| XYZ | 15.51 | 12.18 | 14.63 | - |
| YUV | 100.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 104 | 0 | 0.39 | 0.23 | 0.47 | 335.09 | 0.24 | 0.43 |
| Hex | 87 | 52 | 68 | 0 | 27 | 17 | 2F | 14F | 18 | 2B |
| Octal | 207 | 122 | 150 | 0 | 47 | 27 | 57 | 517 | 30 | 53 |
| Binary | 10000111 | 1010010 | 1101000 | 0 | 100111 | 10111 | 101111 | 101001111 | 11000 | 101011 |
Color Harmonies of #875268
Complementary color
Monochromatic Colors of #875268
Black with #875268
Text Example
Text Example
White with #875268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875268; }
p { color: rgb(135,82,104); }
H1.HeaderClassName
{
color: #875268;
}
.AnyTagClassName
{
color: #875268;
}
</style>
background-color css
<style>
a { background-color: #875268; }
a { background-color: rgb(135,82,104); }
div.DivClassName
{
background-color: #875268;
}
.BgClassName
{
background-color: #875268;
}
</style>
border-color css
<style>
span { border-color: #875268; }
span { border-color: rgb(135,82,104); }
td.TdClassName
{
border-color: #875268;
}
.TagClassName
{
border-color: #875268;
}
</style>