Shades of Cannon Pink #8A486B
Tints of Cannon Pink #8A486B
RGB
CMYK
RGB Variations
Color information
#8A486B (or 0x8A486B) is known color: Cannon Pink. HEX triplet: 8A, 48 and 6B. RGB value is (138,72,107). Sum of RGB (Red+Green+Blue) = 138+72+107=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A486B is #75B794. Grayscale: #5F5F5F. Windows color (decimal): -7714709 or 7030922. OLE color: 7030922.
HSL color Cylindrical-coordinate representation of color #8A486B: hue angle of 328.18º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A486B is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 107 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.46 |
| HSL | 328.18º | 0.31% | 0.41% | - |
| HSV(B) | 328.18º | 0.48% | 0.54% | - |
| XYZ | 15.45 | 11.1 | 15.24 | - |
| YUV | 95.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 107 | 0 | 0.48 | 0.22 | 0.46 | 328.18 | 0.31 | 0.41 |
| Hex | 8A | 48 | 6B | 0 | 30 | 16 | 2E | 148 | 1F | 29 |
| Octal | 212 | 110 | 153 | 0 | 60 | 26 | 56 | 510 | 37 | 51 |
| Binary | 10001010 | 1001000 | 1101011 | 0 | 110000 | 10110 | 101110 | 101001000 | 11111 | 101001 |
Color Harmonies of #8A486B
Complementary color
Monochromatic Colors of #8A486B
Black with #8A486B
Text Example
Text Example
White with #8A486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A486B; }
p { color: rgb(138,72,107); }
H1.HeaderClassName
{
color: #8A486B;
}
.AnyTagClassName
{
color: #8A486B;
}
</style>
background-color css
<style>
a { background-color: #8A486B; }
a { background-color: rgb(138,72,107); }
div.DivClassName
{
background-color: #8A486B;
}
.BgClassName
{
background-color: #8A486B;
}
</style>
border-color css
<style>
span { border-color: #8A486B; }
span { border-color: rgb(138,72,107); }
td.TdClassName
{
border-color: #8A486B;
}
.TagClassName
{
border-color: #8A486B;
}
</style>