Shades of Cannon Pink #81505E
Tints of Cannon Pink #81505E
RGB
CMYK
RGB Variations
Color information
#81505E (or 0x81505E) is known color: Cannon Pink. HEX triplet: 81, 50 and 5E. RGB value is (129,80,94). Sum of RGB (Red+Green+Blue) = 129+80+94=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #81505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81505E is #7EAFA1. Grayscale: #606060. Windows color (decimal): -8302498 or 6180993. OLE color: 6180993.
HSL color Cylindrical-coordinate representation of color #81505E: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81505E is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 80 | 94 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.49 |
| HSL | 342.86º | 0.23% | 0.41% | - |
| HSV(B) | 342.86º | 0.38% | 0.51% | - |
| XYZ | 13.94 | 11.21 | 12.02 | - |
| YUV | 96.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 94 | 0 | 0.38 | 0.27 | 0.49 | 342.86 | 0.23 | 0.41 |
| Hex | 81 | 50 | 5E | 0 | 26 | 1B | 31 | 157 | 17 | 29 |
| Octal | 201 | 120 | 136 | 0 | 46 | 33 | 61 | 527 | 27 | 51 |
| Binary | 10000001 | 1010000 | 1011110 | 0 | 100110 | 11011 | 110001 | 101010111 | 10111 | 101001 |
Color Harmonies of #81505E
Complementary color
Monochromatic Colors of #81505E
Black with #81505E
Text Example
Text Example
White with #81505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81505E; }
p { color: rgb(129,80,94); }
H1.HeaderClassName
{
color: #81505E;
}
.AnyTagClassName
{
color: #81505E;
}
</style>
background-color css
<style>
a { background-color: #81505E; }
a { background-color: rgb(129,80,94); }
div.DivClassName
{
background-color: #81505E;
}
.BgClassName
{
background-color: #81505E;
}
</style>
border-color css
<style>
span { border-color: #81505E; }
span { border-color: rgb(129,80,94); }
td.TdClassName
{
border-color: #81505E;
}
.TagClassName
{
border-color: #81505E;
}
</style>