Shades of Cannon Pink #81575F
Tints of Cannon Pink #81575F
RGB
CMYK
RGB Variations
Color information
#81575F (or 0x81575F) is known color: Cannon Pink. HEX triplet: 81, 57 and 5F. RGB value is (129,87,95). Sum of RGB (Red+Green+Blue) = 129+87+95=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #81575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81575F is #7EA8A0. Grayscale: #646464. Windows color (decimal): -8300705 or 6248321. OLE color: 6248321.
HSL color Cylindrical-coordinate representation of color #81575F: hue angle of 348.57º 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 #81575F is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 87 | 95 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.49 |
| HSL | 348.57º | 0.19% | 0.42% | - |
| HSV(B) | 348.57º | 0.33% | 0.51% | - |
| XYZ | 14.53 | 12.31 | 12.44 | - |
| YUV | 100.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 95 | 0 | 0.33 | 0.26 | 0.49 | 348.57 | 0.19 | 0.42 |
| Hex | 81 | 57 | 5F | 0 | 21 | 1A | 31 | 15D | 13 | 2A |
| Octal | 201 | 127 | 137 | 0 | 41 | 32 | 61 | 535 | 23 | 52 |
| Binary | 10000001 | 1010111 | 1011111 | 0 | 100001 | 11010 | 110001 | 101011101 | 10011 | 101010 |
Color Harmonies of #81575F
Complementary color
Monochromatic Colors of #81575F
Black with #81575F
Text Example
Text Example
White with #81575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81575F; }
p { color: rgb(129,87,95); }
H1.HeaderClassName
{
color: #81575F;
}
.AnyTagClassName
{
color: #81575F;
}
</style>
background-color css
<style>
a { background-color: #81575F; }
a { background-color: rgb(129,87,95); }
div.DivClassName
{
background-color: #81575F;
}
.BgClassName
{
background-color: #81575F;
}
</style>
border-color css
<style>
span { border-color: #81575F; }
span { border-color: rgb(129,87,95); }
td.TdClassName
{
border-color: #81575F;
}
.TagClassName
{
border-color: #81575F;
}
</style>