Shades of Cannon Pink #875962
Tints of Cannon Pink #875962
RGB
CMYK
RGB Variations
Color information
#875962 (or 0x875962) is known color: Cannon Pink. HEX triplet: 87, 59 and 62. RGB value is (135,89,98). Sum of RGB (Red+Green+Blue) = 135+89+98=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #875962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875962 is #78A69D. Grayscale: #676767. Windows color (decimal): -7906974 or 6445447. OLE color: 6445447.
HSL color Cylindrical-coordinate representation of color #875962: hue angle of 348.26º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875962 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 98 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.47 |
| HSL | 348.26º | 0.21% | 0.44% | - |
| HSV(B) | 348.26º | 0.34% | 0.53% | - |
| XYZ | 15.77 | 13.18 | 13.27 | - |
| YUV | 103.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 98 | 0 | 0.34 | 0.27 | 0.47 | 348.26 | 0.21 | 0.44 |
| Hex | 87 | 59 | 62 | 0 | 22 | 1B | 2F | 15C | 15 | 2C |
| Octal | 207 | 131 | 142 | 0 | 42 | 33 | 57 | 534 | 25 | 54 |
| Binary | 10000111 | 1011001 | 1100010 | 0 | 100010 | 11011 | 101111 | 101011100 | 10101 | 101100 |
Color Harmonies of #875962
Complementary color
Monochromatic Colors of #875962
Black with #875962
Text Example
Text Example
White with #875962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875962; }
p { color: rgb(135,89,98); }
H1.HeaderClassName
{
color: #875962;
}
.AnyTagClassName
{
color: #875962;
}
</style>
background-color css
<style>
a { background-color: #875962; }
a { background-color: rgb(135,89,98); }
div.DivClassName
{
background-color: #875962;
}
.BgClassName
{
background-color: #875962;
}
</style>
border-color css
<style>
span { border-color: #875962; }
span { border-color: rgb(135,89,98); }
td.TdClassName
{
border-color: #875962;
}
.TagClassName
{
border-color: #875962;
}
</style>