Shades of Cannon Pink #81515C
Tints of Cannon Pink #81515C
RGB
CMYK
RGB Variations
Color information
#81515C (or 0x81515C) is known color: Cannon Pink. HEX triplet: 81, 51 and 5C. RGB value is (129,81,92). Sum of RGB (Red+Green+Blue) = 129+81+92=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #81515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81515C is #7EAEA3. Grayscale: #606060. Windows color (decimal): -8302244 or 6050177. OLE color: 6050177.
HSL color Cylindrical-coordinate representation of color #81515C: hue angle of 346.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81515C is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 92 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.49 |
| HSL | 346.25º | 0.23% | 0.41% | - |
| HSV(B) | 346.25º | 0.37% | 0.51% | - |
| XYZ | 13.93 | 11.32 | 11.58 | - |
| YUV | 96.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 92 | 0 | 0.37 | 0.29 | 0.49 | 346.25 | 0.23 | 0.41 |
| Hex | 81 | 51 | 5C | 0 | 25 | 1D | 31 | 15A | 17 | 29 |
| Octal | 201 | 121 | 134 | 0 | 45 | 35 | 61 | 532 | 27 | 51 |
| Binary | 10000001 | 1010001 | 1011100 | 0 | 100101 | 11101 | 110001 | 101011010 | 10111 | 101001 |
Color Harmonies of #81515C
Complementary color
Monochromatic Colors of #81515C
Black with #81515C
Text Example
Text Example
White with #81515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81515C; }
p { color: rgb(129,81,92); }
H1.HeaderClassName
{
color: #81515C;
}
.AnyTagClassName
{
color: #81515C;
}
</style>
background-color css
<style>
a { background-color: #81515C; }
a { background-color: rgb(129,81,92); }
div.DivClassName
{
background-color: #81515C;
}
.BgClassName
{
background-color: #81515C;
}
</style>
border-color css
<style>
span { border-color: #81515C; }
span { border-color: rgb(129,81,92); }
td.TdClassName
{
border-color: #81515C;
}
.TagClassName
{
border-color: #81515C;
}
</style>