Shades of Cannon Pink #875265
Tints of Cannon Pink #875265
RGB
CMYK
RGB Variations
Color information
#875265 (or 0x875265) is known color: Cannon Pink. HEX triplet: 87, 52 and 65. RGB value is (135,82,101). Sum of RGB (Red+Green+Blue) = 135+82+101=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875265 is #78AD9A. Grayscale: #636363. Windows color (decimal): -7908763 or 6640263. OLE color: 6640263.
HSL color Cylindrical-coordinate representation of color #875265: hue angle of 338.49º 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 #875265 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 101 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.47 |
| HSL | 338.49º | 0.24% | 0.43% | - |
| HSV(B) | 338.49º | 0.39% | 0.53% | - |
| XYZ | 15.36 | 12.13 | 13.84 | - |
| YUV | 100.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 101 | 0 | 0.39 | 0.25 | 0.47 | 338.49 | 0.24 | 0.43 |
| Hex | 87 | 52 | 65 | 0 | 27 | 19 | 2F | 152 | 18 | 2B |
| Octal | 207 | 122 | 145 | 0 | 47 | 31 | 57 | 522 | 30 | 53 |
| Binary | 10000111 | 1010010 | 1100101 | 0 | 100111 | 11001 | 101111 | 101010010 | 11000 | 101011 |
Color Harmonies of #875265
Complementary color
Monochromatic Colors of #875265
Black with #875265
Text Example
Text Example
White with #875265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875265; }
p { color: rgb(135,82,101); }
H1.HeaderClassName
{
color: #875265;
}
.AnyTagClassName
{
color: #875265;
}
</style>
background-color css
<style>
a { background-color: #875265; }
a { background-color: rgb(135,82,101); }
div.DivClassName
{
background-color: #875265;
}
.BgClassName
{
background-color: #875265;
}
</style>
border-color css
<style>
span { border-color: #875265; }
span { border-color: rgb(135,82,101); }
td.TdClassName
{
border-color: #875265;
}
.TagClassName
{
border-color: #875265;
}
</style>