Shades of Cannon Pink #8A566A
Tints of Cannon Pink #8A566A
RGB
CMYK
RGB Variations
Color information
#8A566A (or 0x8A566A) is known color: Cannon Pink. HEX triplet: 8A, 56 and 6A. RGB value is (138,86,106). Sum of RGB (Red+Green+Blue) = 138+86+106=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A566A is #75A995. Grayscale: #676767. Windows color (decimal): -7711126 or 6968970. OLE color: 6968970.
HSL color Cylindrical-coordinate representation of color #8A566A: hue angle of 336.92º 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 #8A566A is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 106 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.46 |
| HSL | 336.92º | 0.23% | 0.44% | - |
| HSV(B) | 336.92º | 0.38% | 0.54% | - |
| XYZ | 16.41 | 13.1 | 15.3 | - |
| YUV | 103.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 106 | 0 | 0.38 | 0.23 | 0.46 | 336.92 | 0.23 | 0.44 |
| Hex | 8A | 56 | 6A | 0 | 26 | 17 | 2E | 151 | 17 | 2C |
| Octal | 212 | 126 | 152 | 0 | 46 | 27 | 56 | 521 | 27 | 54 |
| Binary | 10001010 | 1010110 | 1101010 | 0 | 100110 | 10111 | 101110 | 101010001 | 10111 | 101100 |
Color Harmonies of #8A566A
Complementary color
Monochromatic Colors of #8A566A
Black with #8A566A
Text Example
Text Example
White with #8A566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A566A; }
p { color: rgb(138,86,106); }
H1.HeaderClassName
{
color: #8A566A;
}
.AnyTagClassName
{
color: #8A566A;
}
</style>
background-color css
<style>
a { background-color: #8A566A; }
a { background-color: rgb(138,86,106); }
div.DivClassName
{
background-color: #8A566A;
}
.BgClassName
{
background-color: #8A566A;
}
</style>
border-color css
<style>
span { border-color: #8A566A; }
span { border-color: rgb(138,86,106); }
td.TdClassName
{
border-color: #8A566A;
}
.TagClassName
{
border-color: #8A566A;
}
</style>