Shades of Cannon Pink #805963
Tints of Cannon Pink #805963
RGB
CMYK
RGB Variations
Color information
#805963 (or 0x805963) is known color: Cannon Pink. HEX triplet: 80, 59 and 63. RGB value is (128,89,99). Sum of RGB (Red+Green+Blue) = 128+89+99=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #805963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805963 is #7FA69C. Grayscale: #656565. Windows color (decimal): -8365725 or 6510976. OLE color: 6510976.
HSL color Cylindrical-coordinate representation of color #805963: hue angle of 344.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805963 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 99 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.50 |
| HSL | 344.62º | 0.18% | 0.43% | - |
| HSV(B) | 344.62º | 0.3% | 0.5% | - |
| XYZ | 14.73 | 12.63 | 13.47 | - |
| YUV | 101.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 99 | 0 | 0.30 | 0.23 | 0.50 | 344.62 | 0.18 | 0.43 |
| Hex | 80 | 59 | 63 | 0 | 1E | 17 | 32 | 159 | 12 | 2B |
| Octal | 200 | 131 | 143 | 0 | 36 | 27 | 62 | 531 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1100011 | 0 | 11110 | 10111 | 110010 | 101011001 | 10010 | 101011 |
Color Harmonies of #805963
Complementary color
Monochromatic Colors of #805963
Black with #805963
Text Example
Text Example
White with #805963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805963; }
p { color: rgb(128,89,99); }
H1.HeaderClassName
{
color: #805963;
}
.AnyTagClassName
{
color: #805963;
}
</style>
background-color css
<style>
a { background-color: #805963; }
a { background-color: rgb(128,89,99); }
div.DivClassName
{
background-color: #805963;
}
.BgClassName
{
background-color: #805963;
}
</style>
border-color css
<style>
span { border-color: #805963; }
span { border-color: rgb(128,89,99); }
td.TdClassName
{
border-color: #805963;
}
.TagClassName
{
border-color: #805963;
}
</style>