Shades of Cannon Pink #87535D
Tints of Cannon Pink #87535D
RGB
CMYK
RGB Variations
Color information
#87535D (or 0x87535D) is known color: Cannon Pink. HEX triplet: 87, 53 and 5D. RGB value is (135,83,93). Sum of RGB (Red+Green+Blue) = 135+83+93=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87535D is #78ACA2. Grayscale: #636363. Windows color (decimal): -7908515 or 6116231. OLE color: 6116231.
HSL color Cylindrical-coordinate representation of color #87535D: hue angle of 348.46º 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 #87535D is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 93 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.47 |
| HSL | 348.46º | 0.24% | 0.43% | - |
| HSV(B) | 348.46º | 0.39% | 0.53% | - |
| XYZ | 15.06 | 12.13 | 11.9 | - |
| YUV | 99.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 93 | 0 | 0.39 | 0.31 | 0.47 | 348.46 | 0.24 | 0.43 |
| Hex | 87 | 53 | 5D | 0 | 27 | 1F | 2F | 15C | 18 | 2B |
| Octal | 207 | 123 | 135 | 0 | 47 | 37 | 57 | 534 | 30 | 53 |
| Binary | 10000111 | 1010011 | 1011101 | 0 | 100111 | 11111 | 101111 | 101011100 | 11000 | 101011 |
Color Harmonies of #87535D
Complementary color
Monochromatic Colors of #87535D
Black with #87535D
Text Example
Text Example
White with #87535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87535D; }
p { color: rgb(135,83,93); }
H1.HeaderClassName
{
color: #87535D;
}
.AnyTagClassName
{
color: #87535D;
}
</style>
background-color css
<style>
a { background-color: #87535D; }
a { background-color: rgb(135,83,93); }
div.DivClassName
{
background-color: #87535D;
}
.BgClassName
{
background-color: #87535D;
}
</style>
border-color css
<style>
span { border-color: #87535D; }
span { border-color: rgb(135,83,93); }
td.TdClassName
{
border-color: #87535D;
}
.TagClassName
{
border-color: #87535D;
}
</style>