Shades of Cannon Pink #8A5965
Tints of Cannon Pink #8A5965
RGB
CMYK
RGB Variations
Color information
#8A5965 (or 0x8A5965) is known color: Cannon Pink. HEX triplet: 8A, 59 and 65. RGB value is (138,89,101). Sum of RGB (Red+Green+Blue) = 138+89+101=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5965 is #75A69A. Grayscale: #696969. Windows color (decimal): -7710363 or 6642058. OLE color: 6642058.
HSL color Cylindrical-coordinate representation of color #8A5965: hue angle of 345.31º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5965 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 89 | 101 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.46 |
| HSL | 345.31º | 0.22% | 0.45% | - |
| HSV(B) | 345.31º | 0.36% | 0.54% | - |
| XYZ | 16.4 | 13.49 | 14.05 | - |
| YUV | 105.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 101 | 0 | 0.36 | 0.27 | 0.46 | 345.31 | 0.22 | 0.45 |
| Hex | 8A | 59 | 65 | 0 | 24 | 1B | 2E | 159 | 16 | 2D |
| Octal | 212 | 131 | 145 | 0 | 44 | 33 | 56 | 531 | 26 | 55 |
| Binary | 10001010 | 1011001 | 1100101 | 0 | 100100 | 11011 | 101110 | 101011001 | 10110 | 101101 |
Color Harmonies of #8A5965
Complementary color
Monochromatic Colors of #8A5965
Black with #8A5965
Text Example
Text Example
White with #8A5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5965; }
p { color: rgb(138,89,101); }
H1.HeaderClassName
{
color: #8A5965;
}
.AnyTagClassName
{
color: #8A5965;
}
</style>
background-color css
<style>
a { background-color: #8A5965; }
a { background-color: rgb(138,89,101); }
div.DivClassName
{
background-color: #8A5965;
}
.BgClassName
{
background-color: #8A5965;
}
</style>
border-color css
<style>
span { border-color: #8A5965; }
span { border-color: rgb(138,89,101); }
td.TdClassName
{
border-color: #8A5965;
}
.TagClassName
{
border-color: #8A5965;
}
</style>