Shades of Cannon Pink #8A566F
Tints of Cannon Pink #8A566F
RGB
CMYK
RGB Variations
Color information
#8A566F (or 0x8A566F) is known color: Cannon Pink. HEX triplet: 8A, 56 and 6F. RGB value is (138,86,111). Sum of RGB (Red+Green+Blue) = 138+86+111=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 138 - color contains mainly: red. Hex color #8A566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A566F is #75A990. Grayscale: #686868. Windows color (decimal): -7711121 or 7296650. OLE color: 7296650.
HSL color Cylindrical-coordinate representation of color #8A566F: hue angle of 331.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A566F is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 111 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.46 |
| HSL | 331.15º | 0.23% | 0.44% | - |
| HSV(B) | 331.15º | 0.38% | 0.54% | - |
| XYZ | 16.68 | 13.21 | 16.71 | - |
| YUV | 104.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 111 | 0 | 0.38 | 0.20 | 0.46 | 331.15 | 0.23 | 0.44 |
| Hex | 8A | 56 | 6F | 0 | 26 | 14 | 2E | 14B | 17 | 2C |
| Octal | 212 | 126 | 157 | 0 | 46 | 24 | 56 | 513 | 27 | 54 |
| Binary | 10001010 | 1010110 | 1101111 | 0 | 100110 | 10100 | 101110 | 101001011 | 10111 | 101100 |
Color Harmonies of #8A566F
Complementary color
Monochromatic Colors of #8A566F
Black with #8A566F
Text Example
Text Example
White with #8A566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A566F; }
p { color: rgb(138,86,111); }
H1.HeaderClassName
{
color: #8A566F;
}
.AnyTagClassName
{
color: #8A566F;
}
</style>
background-color css
<style>
a { background-color: #8A566F; }
a { background-color: rgb(138,86,111); }
div.DivClassName
{
background-color: #8A566F;
}
.BgClassName
{
background-color: #8A566F;
}
</style>
border-color css
<style>
span { border-color: #8A566F; }
span { border-color: rgb(138,86,111); }
td.TdClassName
{
border-color: #8A566F;
}
.TagClassName
{
border-color: #8A566F;
}
</style>