Shades of Cannon Pink #87536C
Tints of Cannon Pink #87536C
RGB
CMYK
RGB Variations
Color information
#87536C (or 0x87536C) is known color: Cannon Pink. HEX triplet: 87, 53 and 6C. RGB value is (135,83,108). Sum of RGB (Red+Green+Blue) = 135+83+108=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87536C is #78AC93. Grayscale: #656565. Windows color (decimal): -7908500 or 7099271. OLE color: 7099271.
HSL color Cylindrical-coordinate representation of color #87536C: hue angle of 331.15º 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 #87536C is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 108 | - |
| CMYK | 0 | 0.39 | 0.2 | 0.47 |
| HSL | 331.15º | 0.24% | 0.43% | - |
| HSV(B) | 331.15º | 0.39% | 0.53% | - |
| XYZ | 15.79 | 12.42 | 15.75 | - |
| YUV | 101.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 108 | 0 | 0.39 | 0.2 | 0.47 | 331.15 | 0.24 | 0.43 |
| Hex | 87 | 53 | 6C | 0 | 27 | 14 | 2F | 14B | 18 | 2B |
| Octal | 207 | 123 | 154 | 0 | 47 | 24 | 57 | 513 | 30 | 53 |
| Binary | 10000111 | 1010011 | 1101100 | 0 | 100111 | 10100 | 101111 | 101001011 | 11000 | 101011 |
Color Harmonies of #87536C
Complementary color
Monochromatic Colors of #87536C
Black with #87536C
Text Example
Text Example
White with #87536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87536C; }
p { color: rgb(135,83,108); }
H1.HeaderClassName
{
color: #87536C;
}
.AnyTagClassName
{
color: #87536C;
}
</style>
background-color css
<style>
a { background-color: #87536C; }
a { background-color: rgb(135,83,108); }
div.DivClassName
{
background-color: #87536C;
}
.BgClassName
{
background-color: #87536C;
}
</style>
border-color css
<style>
span { border-color: #87536C; }
span { border-color: rgb(135,83,108); }
td.TdClassName
{
border-color: #87536C;
}
.TagClassName
{
border-color: #87536C;
}
</style>