Shades of Cannon Pink #81555D
Tints of Cannon Pink #81555D
RGB
CMYK
RGB Variations
Color information
#81555D (or 0x81555D) is known color: Cannon Pink. HEX triplet: 81, 55 and 5D. RGB value is (129,85,93). Sum of RGB (Red+Green+Blue) = 129+85+93=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #81555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81555D is #7EAAA2. Grayscale: #636363. Windows color (decimal): -8301219 or 6116737. OLE color: 6116737.
HSL color Cylindrical-coordinate representation of color #81555D: hue angle of 349.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81555D is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 85 | 93 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.49 |
| HSL | 349.09º | 0.21% | 0.42% | - |
| HSV(B) | 349.09º | 0.34% | 0.51% | - |
| XYZ | 14.28 | 11.95 | 11.91 | - |
| YUV | 99.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 93 | 0 | 0.34 | 0.28 | 0.49 | 349.09 | 0.21 | 0.42 |
| Hex | 81 | 55 | 5D | 0 | 22 | 1C | 31 | 15D | 15 | 2A |
| Octal | 201 | 125 | 135 | 0 | 42 | 34 | 61 | 535 | 25 | 52 |
| Binary | 10000001 | 1010101 | 1011101 | 0 | 100010 | 11100 | 110001 | 101011101 | 10101 | 101010 |
Color Harmonies of #81555D
Complementary color
Monochromatic Colors of #81555D
Black with #81555D
Text Example
Text Example
White with #81555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81555D; }
p { color: rgb(129,85,93); }
H1.HeaderClassName
{
color: #81555D;
}
.AnyTagClassName
{
color: #81555D;
}
</style>
background-color css
<style>
a { background-color: #81555D; }
a { background-color: rgb(129,85,93); }
div.DivClassName
{
background-color: #81555D;
}
.BgClassName
{
background-color: #81555D;
}
</style>
border-color css
<style>
span { border-color: #81555D; }
span { border-color: rgb(129,85,93); }
td.TdClassName
{
border-color: #81555D;
}
.TagClassName
{
border-color: #81555D;
}
</style>