Shades of Cannon Pink #875361
Tints of Cannon Pink #875361
RGB
CMYK
RGB Variations
Color information
#875361 (or 0x875361) is known color: Cannon Pink. HEX triplet: 87, 53 and 61. RGB value is (135,83,97). Sum of RGB (Red+Green+Blue) = 135+83+97=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875361 is #78AC9E. Grayscale: #646464. Windows color (decimal): -7908511 or 6378375. OLE color: 6378375.
HSL color Cylindrical-coordinate representation of color #875361: hue angle of 343.85º 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 #875361 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 97 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.47 |
| HSL | 343.85º | 0.24% | 0.43% | - |
| HSV(B) | 343.85º | 0.39% | 0.53% | - |
| XYZ | 15.24 | 12.2 | 12.86 | - |
| YUV | 100.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 97 | 0 | 0.39 | 0.28 | 0.47 | 343.85 | 0.24 | 0.43 |
| Hex | 87 | 53 | 61 | 0 | 27 | 1C | 2F | 158 | 18 | 2B |
| Octal | 207 | 123 | 141 | 0 | 47 | 34 | 57 | 530 | 30 | 53 |
| Binary | 10000111 | 1010011 | 1100001 | 0 | 100111 | 11100 | 101111 | 101011000 | 11000 | 101011 |
Color Harmonies of #875361
Complementary color
Monochromatic Colors of #875361
Black with #875361
Text Example
Text Example
White with #875361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875361; }
p { color: rgb(135,83,97); }
H1.HeaderClassName
{
color: #875361;
}
.AnyTagClassName
{
color: #875361;
}
</style>
background-color css
<style>
a { background-color: #875361; }
a { background-color: rgb(135,83,97); }
div.DivClassName
{
background-color: #875361;
}
.BgClassName
{
background-color: #875361;
}
</style>
border-color css
<style>
span { border-color: #875361; }
span { border-color: rgb(135,83,97); }
td.TdClassName
{
border-color: #875361;
}
.TagClassName
{
border-color: #875361;
}
</style>