Shades of Cannon Pink #8A5762
Tints of Cannon Pink #8A5762
RGB
CMYK
RGB Variations
Color information
#8A5762 (or 0x8A5762) is known color: Cannon Pink. HEX triplet: 8A, 57 and 62. RGB value is (138,87,98). Sum of RGB (Red+Green+Blue) = 138+87+98=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5762 is #75A89D. Grayscale: #676767. Windows color (decimal): -7710878 or 6444938. OLE color: 6444938.
HSL color Cylindrical-coordinate representation of color #8A5762: hue angle of 347.06º 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 #8A5762 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 98 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.46 |
| HSL | 347.06º | 0.23% | 0.44% | - |
| HSV(B) | 347.06º | 0.37% | 0.54% | - |
| XYZ | 16.09 | 13.1 | 13.24 | - |
| YUV | 103.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 98 | 0 | 0.37 | 0.29 | 0.46 | 347.06 | 0.23 | 0.44 |
| Hex | 8A | 57 | 62 | 0 | 25 | 1D | 2E | 15B | 17 | 2C |
| Octal | 212 | 127 | 142 | 0 | 45 | 35 | 56 | 533 | 27 | 54 |
| Binary | 10001010 | 1010111 | 1100010 | 0 | 100101 | 11101 | 101110 | 101011011 | 10111 | 101100 |
Color Harmonies of #8A5762
Complementary color
Monochromatic Colors of #8A5762
Black with #8A5762
Text Example
Text Example
White with #8A5762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5762; }
p { color: rgb(138,87,98); }
H1.HeaderClassName
{
color: #8A5762;
}
.AnyTagClassName
{
color: #8A5762;
}
</style>
background-color css
<style>
a { background-color: #8A5762; }
a { background-color: rgb(138,87,98); }
div.DivClassName
{
background-color: #8A5762;
}
.BgClassName
{
background-color: #8A5762;
}
</style>
border-color css
<style>
span { border-color: #8A5762; }
span { border-color: rgb(138,87,98); }
td.TdClassName
{
border-color: #8A5762;
}
.TagClassName
{
border-color: #8A5762;
}
</style>