Shades of Cannon Pink #815864
Tints of Cannon Pink #815864
RGB
CMYK
RGB Variations
Color information
#815864 (or 0x815864) is known color: Cannon Pink. HEX triplet: 81, 58 and 64. RGB value is (129,88,100). Sum of RGB (Red+Green+Blue) = 129+88+100=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #815864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815864 is #7EA79B. Grayscale: #656565. Windows color (decimal): -8300444 or 6576257. OLE color: 6576257.
HSL color Cylindrical-coordinate representation of color #815864: hue angle of 342.44º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #815864 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 88 | 100 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.49 |
| HSL | 342.44º | 0.19% | 0.43% | - |
| HSV(B) | 342.44º | 0.32% | 0.51% | - |
| XYZ | 14.84 | 12.57 | 13.7 | - |
| YUV | 101.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 100 | 0 | 0.32 | 0.22 | 0.49 | 342.44 | 0.19 | 0.43 |
| Hex | 81 | 58 | 64 | 0 | 20 | 16 | 31 | 156 | 13 | 2B |
| Octal | 201 | 130 | 144 | 0 | 40 | 26 | 61 | 526 | 23 | 53 |
| Binary | 10000001 | 1011000 | 1100100 | 0 | 100000 | 10110 | 110001 | 101010110 | 10011 | 101011 |
Color Harmonies of #815864
Complementary color
Monochromatic Colors of #815864
Black with #815864
Text Example
Text Example
White with #815864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815864; }
p { color: rgb(129,88,100); }
H1.HeaderClassName
{
color: #815864;
}
.AnyTagClassName
{
color: #815864;
}
</style>
background-color css
<style>
a { background-color: #815864; }
a { background-color: rgb(129,88,100); }
div.DivClassName
{
background-color: #815864;
}
.BgClassName
{
background-color: #815864;
}
</style>
border-color css
<style>
span { border-color: #815864; }
span { border-color: rgb(129,88,100); }
td.TdClassName
{
border-color: #815864;
}
.TagClassName
{
border-color: #815864;
}
</style>