Shades of Cannon Pink #875366
Tints of Cannon Pink #875366
RGB
CMYK
RGB Variations
Color information
#875366 (or 0x875366) is known color: Cannon Pink. HEX triplet: 87, 53 and 66. RGB value is (135,83,102). Sum of RGB (Red+Green+Blue) = 135+83+102=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875366 is #78AC99. Grayscale: #646464. Windows color (decimal): -7908506 or 6706055. OLE color: 6706055.
HSL color Cylindrical-coordinate representation of color #875366: hue angle of 338.08º 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 #875366 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 102 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.47 |
| HSL | 338.08º | 0.24% | 0.43% | - |
| HSV(B) | 338.08º | 0.39% | 0.53% | - |
| XYZ | 15.48 | 12.3 | 14.13 | - |
| YUV | 100.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 102 | 0 | 0.39 | 0.24 | 0.47 | 338.08 | 0.24 | 0.43 |
| Hex | 87 | 53 | 66 | 0 | 27 | 18 | 2F | 152 | 18 | 2B |
| Octal | 207 | 123 | 146 | 0 | 47 | 30 | 57 | 522 | 30 | 53 |
| Binary | 10000111 | 1010011 | 1100110 | 0 | 100111 | 11000 | 101111 | 101010010 | 11000 | 101011 |
Color Harmonies of #875366
Complementary color
Monochromatic Colors of #875366
Black with #875366
Text Example
Text Example
White with #875366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875366; }
p { color: rgb(135,83,102); }
H1.HeaderClassName
{
color: #875366;
}
.AnyTagClassName
{
color: #875366;
}
</style>
background-color css
<style>
a { background-color: #875366; }
a { background-color: rgb(135,83,102); }
div.DivClassName
{
background-color: #875366;
}
.BgClassName
{
background-color: #875366;
}
</style>
border-color css
<style>
span { border-color: #875366; }
span { border-color: rgb(135,83,102); }
td.TdClassName
{
border-color: #875366;
}
.TagClassName
{
border-color: #875366;
}
</style>