Shades of Cannon Pink #805461
Tints of Cannon Pink #805461
RGB
CMYK
RGB Variations
Color information
#805461 (or 0x805461) is known color: Cannon Pink. HEX triplet: 80, 54 and 61. RGB value is (128,84,97). Sum of RGB (Red+Green+Blue) = 128+84+97=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #805461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805461 is #7FAB9E. Grayscale: #626262. Windows color (decimal): -8367007 or 6378624. OLE color: 6378624.
HSL color Cylindrical-coordinate representation of color #805461: hue angle of 342.27º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805461 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 97 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.50 |
| HSL | 342.27º | 0.21% | 0.42% | - |
| HSV(B) | 342.27º | 0.34% | 0.5% | - |
| XYZ | 14.23 | 11.79 | 12.84 | - |
| YUV | 98.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 97 | 0 | 0.34 | 0.24 | 0.50 | 342.27 | 0.21 | 0.42 |
| Hex | 80 | 54 | 61 | 0 | 22 | 18 | 32 | 156 | 15 | 2A |
| Octal | 200 | 124 | 141 | 0 | 42 | 30 | 62 | 526 | 25 | 52 |
| Binary | 10000000 | 1010100 | 1100001 | 0 | 100010 | 11000 | 110010 | 101010110 | 10101 | 101010 |
Color Harmonies of #805461
Complementary color
Monochromatic Colors of #805461
Black with #805461
Text Example
Text Example
White with #805461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805461; }
p { color: rgb(128,84,97); }
H1.HeaderClassName
{
color: #805461;
}
.AnyTagClassName
{
color: #805461;
}
</style>
background-color css
<style>
a { background-color: #805461; }
a { background-color: rgb(128,84,97); }
div.DivClassName
{
background-color: #805461;
}
.BgClassName
{
background-color: #805461;
}
</style>
border-color css
<style>
span { border-color: #805461; }
span { border-color: rgb(128,84,97); }
td.TdClassName
{
border-color: #805461;
}
.TagClassName
{
border-color: #805461;
}
</style>