Shades of Cannon Pink #87455A
Tints of Cannon Pink #87455A
RGB
CMYK
RGB Variations
Color information
#87455A (or 0x87455A) is known color: Cannon Pink. HEX triplet: 87, 45 and 5A. RGB value is (135,69,90). Sum of RGB (Red+Green+Blue) = 135+69+90=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87455A is #78BAA5. Grayscale: #5B5B5B. Windows color (decimal): -7912102 or 5916039. OLE color: 5916039.
HSL color Cylindrical-coordinate representation of color #87455A: hue angle of 340.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87455A is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 90 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.47 |
| HSL | 340.91º | 0.32% | 0.4% | - |
| HSV(B) | 340.91º | 0.49% | 0.53% | - |
| XYZ | 13.97 | 10.15 | 10.9 | - |
| YUV | 91.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 90 | 0 | 0.49 | 0.33 | 0.47 | 340.91 | 0.32 | 0.4 |
| Hex | 87 | 45 | 5A | 0 | 31 | 21 | 2F | 155 | 20 | 28 |
| Octal | 207 | 105 | 132 | 0 | 61 | 41 | 57 | 525 | 40 | 50 |
| Binary | 10000111 | 1000101 | 1011010 | 0 | 110001 | 100001 | 101111 | 101010101 | 100000 | 101000 |
Color Harmonies of #87455A
Complementary color
Monochromatic Colors of #87455A
Black with #87455A
Text Example
Text Example
White with #87455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87455A; }
p { color: rgb(135,69,90); }
H1.HeaderClassName
{
color: #87455A;
}
.AnyTagClassName
{
color: #87455A;
}
</style>
background-color css
<style>
a { background-color: #87455A; }
a { background-color: rgb(135,69,90); }
div.DivClassName
{
background-color: #87455A;
}
.BgClassName
{
background-color: #87455A;
}
</style>
border-color css
<style>
span { border-color: #87455A; }
span { border-color: rgb(135,69,90); }
td.TdClassName
{
border-color: #87455A;
}
.TagClassName
{
border-color: #87455A;
}
</style>