Shades of Cannon Pink #805961
Tints of Cannon Pink #805961
RGB
CMYK
RGB Variations
Color information
#805961 (or 0x805961) is known color: Cannon Pink. HEX triplet: 80, 59 and 61. RGB value is (128,89,97). Sum of RGB (Red+Green+Blue) = 128+89+97=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 128 - color contains mainly: red. Hex color #805961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805961 is #7FA69E. Grayscale: #656565. Windows color (decimal): -8365727 or 6379904. OLE color: 6379904.
HSL color Cylindrical-coordinate representation of color #805961: hue angle of 347.69º 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 #805961 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 97 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.50 |
| HSL | 347.69º | 0.18% | 0.43% | - |
| HSV(B) | 347.69º | 0.3% | 0.5% | - |
| XYZ | 14.63 | 12.6 | 12.97 | - |
| YUV | 101.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 97 | 0 | 0.30 | 0.24 | 0.50 | 347.69 | 0.18 | 0.43 |
| Hex | 80 | 59 | 61 | 0 | 1E | 18 | 32 | 15C | 12 | 2B |
| Octal | 200 | 131 | 141 | 0 | 36 | 30 | 62 | 534 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1100001 | 0 | 11110 | 11000 | 110010 | 101011100 | 10010 | 101011 |
Color Harmonies of #805961
Complementary color
Monochromatic Colors of #805961
Black with #805961
Text Example
Text Example
White with #805961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805961; }
p { color: rgb(128,89,97); }
H1.HeaderClassName
{
color: #805961;
}
.AnyTagClassName
{
color: #805961;
}
</style>
background-color css
<style>
a { background-color: #805961; }
a { background-color: rgb(128,89,97); }
div.DivClassName
{
background-color: #805961;
}
.BgClassName
{
background-color: #805961;
}
</style>
border-color css
<style>
span { border-color: #805961; }
span { border-color: rgb(128,89,97); }
td.TdClassName
{
border-color: #805961;
}
.TagClassName
{
border-color: #805961;
}
</style>