Shades of Cannon Pink #815664
Tints of Cannon Pink #815664
RGB
CMYK
RGB Variations
Color information
#815664 (or 0x815664) is known color: Cannon Pink. HEX triplet: 81, 56 and 64. RGB value is (129,86,100). Sum of RGB (Red+Green+Blue) = 129+86+100=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #815664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815664 is #7EA99B. Grayscale: #646464. Windows color (decimal): -8300956 or 6575745. OLE color: 6575745.
HSL color Cylindrical-coordinate representation of color #815664: hue angle of 340.47º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815664 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 86 | 100 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.49 |
| HSL | 340.47º | 0.2% | 0.42% | - |
| HSV(B) | 340.47º | 0.33% | 0.51% | - |
| XYZ | 14.68 | 12.24 | 13.65 | - |
| YUV | 100.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 100 | 0 | 0.33 | 0.22 | 0.49 | 340.47 | 0.2 | 0.42 |
| Hex | 81 | 56 | 64 | 0 | 21 | 16 | 31 | 154 | 14 | 2A |
| Octal | 201 | 126 | 144 | 0 | 41 | 26 | 61 | 524 | 24 | 52 |
| Binary | 10000001 | 1010110 | 1100100 | 0 | 100001 | 10110 | 110001 | 101010100 | 10100 | 101010 |
Color Harmonies of #815664
Complementary color
Monochromatic Colors of #815664
Black with #815664
Text Example
Text Example
White with #815664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815664; }
p { color: rgb(129,86,100); }
H1.HeaderClassName
{
color: #815664;
}
.AnyTagClassName
{
color: #815664;
}
</style>
background-color css
<style>
a { background-color: #815664; }
a { background-color: rgb(129,86,100); }
div.DivClassName
{
background-color: #815664;
}
.BgClassName
{
background-color: #815664;
}
</style>
border-color css
<style>
span { border-color: #815664; }
span { border-color: rgb(129,86,100); }
td.TdClassName
{
border-color: #815664;
}
.TagClassName
{
border-color: #815664;
}
</style>