Shades of Cannon Pink #81575E
Tints of Cannon Pink #81575E
RGB
CMYK
RGB Variations
Color information
#81575E (or 0x81575E) is known color: Cannon Pink. HEX triplet: 81, 57 and 5E. RGB value is (129,87,94). Sum of RGB (Red+Green+Blue) = 129+87+94=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81575E is #7EA8A1. Grayscale: #646464. Windows color (decimal): -8300706 or 6182785. OLE color: 6182785.
HSL color Cylindrical-coordinate representation of color #81575E: hue angle of 350º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81575E is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 87 | 94 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.49 |
| HSL | 350º | 0.19% | 0.42% | - |
| HSV(B) | 350º | 0.33% | 0.51% | - |
| XYZ | 14.48 | 12.29 | 12.2 | - |
| YUV | 100.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 94 | 0 | 0.33 | 0.27 | 0.49 | 350 | 0.19 | 0.42 |
| Hex | 81 | 57 | 5E | 0 | 21 | 1B | 31 | 15E | 13 | 2A |
| Octal | 201 | 127 | 136 | 0 | 41 | 33 | 61 | 536 | 23 | 52 |
| Binary | 10000001 | 1010111 | 1011110 | 0 | 100001 | 11011 | 110001 | 101011110 | 10011 | 101010 |
Color Harmonies of #81575E
Complementary color
Monochromatic Colors of #81575E
Black with #81575E
Text Example
Text Example
White with #81575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81575E; }
p { color: rgb(129,87,94); }
H1.HeaderClassName
{
color: #81575E;
}
.AnyTagClassName
{
color: #81575E;
}
</style>
background-color css
<style>
a { background-color: #81575E; }
a { background-color: rgb(129,87,94); }
div.DivClassName
{
background-color: #81575E;
}
.BgClassName
{
background-color: #81575E;
}
</style>
border-color css
<style>
span { border-color: #81575E; }
span { border-color: rgb(129,87,94); }
td.TdClassName
{
border-color: #81575E;
}
.TagClassName
{
border-color: #81575E;
}
</style>