Shades of Cannon Pink #81505A
Tints of Cannon Pink #81505A
RGB
CMYK
RGB Variations
Color information
#81505A (or 0x81505A) is known color: Cannon Pink. HEX triplet: 81, 50 and 5A. RGB value is (129,80,90). Sum of RGB (Red+Green+Blue) = 129+80+90=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #81505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81505A is #7EAFA5. Grayscale: #5F5F5F. Windows color (decimal): -8302502 or 5918849. OLE color: 5918849.
HSL color Cylindrical-coordinate representation of color #81505A: hue angle of 347.76º 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 #81505A is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 80 | 90 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.49 |
| HSL | 347.76º | 0.23% | 0.41% | - |
| HSV(B) | 347.76º | 0.38% | 0.51% | - |
| XYZ | 13.77 | 11.14 | 11.1 | - |
| YUV | 95.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 90 | 0 | 0.38 | 0.30 | 0.49 | 347.76 | 0.23 | 0.41 |
| Hex | 81 | 50 | 5A | 0 | 26 | 1E | 31 | 15C | 17 | 29 |
| Octal | 201 | 120 | 132 | 0 | 46 | 36 | 61 | 534 | 27 | 51 |
| Binary | 10000001 | 1010000 | 1011010 | 0 | 100110 | 11110 | 110001 | 101011100 | 10111 | 101001 |
Color Harmonies of #81505A
Complementary color
Monochromatic Colors of #81505A
Black with #81505A
Text Example
Text Example
White with #81505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81505A; }
p { color: rgb(129,80,90); }
H1.HeaderClassName
{
color: #81505A;
}
.AnyTagClassName
{
color: #81505A;
}
</style>
background-color css
<style>
a { background-color: #81505A; }
a { background-color: rgb(129,80,90); }
div.DivClassName
{
background-color: #81505A;
}
.BgClassName
{
background-color: #81505A;
}
</style>
border-color css
<style>
span { border-color: #81505A; }
span { border-color: rgb(129,80,90); }
td.TdClassName
{
border-color: #81505A;
}
.TagClassName
{
border-color: #81505A;
}
</style>