Shades of Cannon Pink #8A5661
Tints of Cannon Pink #8A5661
RGB
CMYK
RGB Variations
Color information
#8A5661 (or 0x8A5661) is known color: Cannon Pink. HEX triplet: 8A, 56 and 61. RGB value is (138,86,97). Sum of RGB (Red+Green+Blue) = 138+86+97=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5661 is #75A99E. Grayscale: #666666. Windows color (decimal): -7711135 or 6379146. OLE color: 6379146.
HSL color Cylindrical-coordinate representation of color #8A5661: hue angle of 347.31º 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 #8A5661 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 97 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.46 |
| HSL | 347.31º | 0.23% | 0.44% | - |
| HSV(B) | 347.31º | 0.38% | 0.54% | - |
| XYZ | 15.97 | 12.92 | 12.96 | - |
| YUV | 102.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 97 | 0 | 0.38 | 0.30 | 0.46 | 347.31 | 0.23 | 0.44 |
| Hex | 8A | 56 | 61 | 0 | 26 | 1E | 2E | 15B | 17 | 2C |
| Octal | 212 | 126 | 141 | 0 | 46 | 36 | 56 | 533 | 27 | 54 |
| Binary | 10001010 | 1010110 | 1100001 | 0 | 100110 | 11110 | 101110 | 101011011 | 10111 | 101100 |
Color Harmonies of #8A5661
Complementary color
Monochromatic Colors of #8A5661
Black with #8A5661
Text Example
Text Example
White with #8A5661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5661; }
p { color: rgb(138,86,97); }
H1.HeaderClassName
{
color: #8A5661;
}
.AnyTagClassName
{
color: #8A5661;
}
</style>
background-color css
<style>
a { background-color: #8A5661; }
a { background-color: rgb(138,86,97); }
div.DivClassName
{
background-color: #8A5661;
}
.BgClassName
{
background-color: #8A5661;
}
</style>
border-color css
<style>
span { border-color: #8A5661; }
span { border-color: rgb(138,86,97); }
td.TdClassName
{
border-color: #8A5661;
}
.TagClassName
{
border-color: #8A5661;
}
</style>