Shades of Cannon Pink #805360
Tints of Cannon Pink #805360
RGB
CMYK
RGB Variations
Color information
#805360 (or 0x805360) is known color: Cannon Pink. HEX triplet: 80, 53 and 60. RGB value is (128,83,96). Sum of RGB (Red+Green+Blue) = 128+83+96=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #805360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805360 is #7FAC9F. Grayscale: #616161. Windows color (decimal): -8367264 or 6312832. OLE color: 6312832.
HSL color Cylindrical-coordinate representation of color #805360: hue angle of 342.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #805360 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 96 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.50 |
| HSL | 342.67º | 0.21% | 0.41% | - |
| HSV(B) | 342.67º | 0.35% | 0.5% | - |
| XYZ | 14.11 | 11.62 | 12.57 | - |
| YUV | 97.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 96 | 0 | 0.35 | 0.25 | 0.50 | 342.67 | 0.21 | 0.41 |
| Hex | 80 | 53 | 60 | 0 | 23 | 19 | 32 | 157 | 15 | 29 |
| Octal | 200 | 123 | 140 | 0 | 43 | 31 | 62 | 527 | 25 | 51 |
| Binary | 10000000 | 1010011 | 1100000 | 0 | 100011 | 11001 | 110010 | 101010111 | 10101 | 101001 |
Color Harmonies of #805360
Complementary color
Monochromatic Colors of #805360
Black with #805360
Text Example
Text Example
White with #805360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805360; }
p { color: rgb(128,83,96); }
H1.HeaderClassName
{
color: #805360;
}
.AnyTagClassName
{
color: #805360;
}
</style>
background-color css
<style>
a { background-color: #805360; }
a { background-color: rgb(128,83,96); }
div.DivClassName
{
background-color: #805360;
}
.BgClassName
{
background-color: #805360;
}
</style>
border-color css
<style>
span { border-color: #805360; }
span { border-color: rgb(128,83,96); }
td.TdClassName
{
border-color: #805360;
}
.TagClassName
{
border-color: #805360;
}
</style>