Shades of Cannon Pink #8A5362
Tints of Cannon Pink #8A5362
RGB
CMYK
RGB Variations
Color information
#8A5362 (or 0x8A5362) is known color: Cannon Pink. HEX triplet: 8A, 53 and 62. RGB value is (138,83,98). Sum of RGB (Red+Green+Blue) = 138+83+98=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5362 is #75AC9D. Grayscale: #656565. Windows color (decimal): -7711902 or 6443914. OLE color: 6443914.
HSL color Cylindrical-coordinate representation of color #8A5362: hue angle of 343.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A5362 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 83 | 98 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.46 |
| HSL | 343.64º | 0.25% | 0.43% | - |
| HSV(B) | 343.64º | 0.4% | 0.54% | - |
| XYZ | 15.78 | 12.47 | 13.13 | - |
| YUV | 101.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 98 | 0 | 0.40 | 0.29 | 0.46 | 343.64 | 0.25 | 0.43 |
| Hex | 8A | 53 | 62 | 0 | 28 | 1D | 2E | 158 | 19 | 2B |
| Octal | 212 | 123 | 142 | 0 | 50 | 35 | 56 | 530 | 31 | 53 |
| Binary | 10001010 | 1010011 | 1100010 | 0 | 101000 | 11101 | 101110 | 101011000 | 11001 | 101011 |
Color Harmonies of #8A5362
Complementary color
Monochromatic Colors of #8A5362
Black with #8A5362
Text Example
Text Example
White with #8A5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5362; }
p { color: rgb(138,83,98); }
H1.HeaderClassName
{
color: #8A5362;
}
.AnyTagClassName
{
color: #8A5362;
}
</style>
background-color css
<style>
a { background-color: #8A5362; }
a { background-color: rgb(138,83,98); }
div.DivClassName
{
background-color: #8A5362;
}
.BgClassName
{
background-color: #8A5362;
}
</style>
border-color css
<style>
span { border-color: #8A5362; }
span { border-color: rgb(138,83,98); }
td.TdClassName
{
border-color: #8A5362;
}
.TagClassName
{
border-color: #8A5362;
}
</style>