Shades of Cannon Pink #815764
Tints of Cannon Pink #815764
RGB
CMYK
RGB Variations
Color information
#815764 (or 0x815764) is known color: Cannon Pink. HEX triplet: 81, 57 and 64. RGB value is (129,87,100). Sum of RGB (Red+Green+Blue) = 129+87+100=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #815764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815764 is #7EA89B. Grayscale: #656565. Windows color (decimal): -8300700 or 6576001. OLE color: 6576001.
HSL color Cylindrical-coordinate representation of color #815764: hue angle of 341.43º degrees, saturation: 0.19, 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 #815764 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 87 | 100 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.49 |
| HSL | 341.43º | 0.19% | 0.42% | - |
| HSV(B) | 341.43º | 0.33% | 0.51% | - |
| XYZ | 14.76 | 12.4 | 13.67 | - |
| YUV | 101.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 100 | 0 | 0.33 | 0.22 | 0.49 | 341.43 | 0.19 | 0.42 |
| Hex | 81 | 57 | 64 | 0 | 21 | 16 | 31 | 155 | 13 | 2A |
| Octal | 201 | 127 | 144 | 0 | 41 | 26 | 61 | 525 | 23 | 52 |
| Binary | 10000001 | 1010111 | 1100100 | 0 | 100001 | 10110 | 110001 | 101010101 | 10011 | 101010 |
Color Harmonies of #815764
Complementary color
Monochromatic Colors of #815764
Black with #815764
Text Example
Text Example
White with #815764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815764; }
p { color: rgb(129,87,100); }
H1.HeaderClassName
{
color: #815764;
}
.AnyTagClassName
{
color: #815764;
}
</style>
background-color css
<style>
a { background-color: #815764; }
a { background-color: rgb(129,87,100); }
div.DivClassName
{
background-color: #815764;
}
.BgClassName
{
background-color: #815764;
}
</style>
border-color css
<style>
span { border-color: #815764; }
span { border-color: rgb(129,87,100); }
td.TdClassName
{
border-color: #815764;
}
.TagClassName
{
border-color: #815764;
}
</style>