Shades of Cannon Pink #8A5764
Tints of Cannon Pink #8A5764
RGB
CMYK
RGB Variations
Color information
#8A5764 (or 0x8A5764) is known color: Cannon Pink. HEX triplet: 8A, 57 and 64. RGB value is (138,87,100). Sum of RGB (Red+Green+Blue) = 138+87+100=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5764 is #75A89B. Grayscale: #676767. Windows color (decimal): -7710876 or 6576010. OLE color: 6576010.
HSL color Cylindrical-coordinate representation of color #8A5764: hue angle of 344.71º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A5764 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 100 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.46 |
| HSL | 344.71º | 0.23% | 0.44% | - |
| HSV(B) | 344.71º | 0.37% | 0.54% | - |
| XYZ | 16.19 | 13.14 | 13.74 | - |
| YUV | 103.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 100 | 0 | 0.37 | 0.28 | 0.46 | 344.71 | 0.23 | 0.44 |
| Hex | 8A | 57 | 64 | 0 | 25 | 1C | 2E | 159 | 17 | 2C |
| Octal | 212 | 127 | 144 | 0 | 45 | 34 | 56 | 531 | 27 | 54 |
| Binary | 10001010 | 1010111 | 1100100 | 0 | 100101 | 11100 | 101110 | 101011001 | 10111 | 101100 |
Color Harmonies of #8A5764
Complementary color
Monochromatic Colors of #8A5764
Black with #8A5764
Text Example
Text Example
White with #8A5764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5764; }
p { color: rgb(138,87,100); }
H1.HeaderClassName
{
color: #8A5764;
}
.AnyTagClassName
{
color: #8A5764;
}
</style>
background-color css
<style>
a { background-color: #8A5764; }
a { background-color: rgb(138,87,100); }
div.DivClassName
{
background-color: #8A5764;
}
.BgClassName
{
background-color: #8A5764;
}
</style>
border-color css
<style>
span { border-color: #8A5764; }
span { border-color: rgb(138,87,100); }
td.TdClassName
{
border-color: #8A5764;
}
.TagClassName
{
border-color: #8A5764;
}
</style>