Shades of Cannon Pink #8A495C
Tints of Cannon Pink #8A495C
RGB
CMYK
RGB Variations
Color information
#8A495C (or 0x8A495C) is known color: Cannon Pink. HEX triplet: 8A, 49 and 5C. RGB value is (138,73,92). Sum of RGB (Red+Green+Blue) = 138+73+92=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A495C is #75B6A3. Grayscale: #5E5E5E. Windows color (decimal): -7714468 or 6048138. OLE color: 6048138.
HSL color Cylindrical-coordinate representation of color #8A495C: hue angle of 342.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A495C is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 92 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.46 |
| HSL | 342.46º | 0.31% | 0.41% | - |
| HSV(B) | 342.46º | 0.47% | 0.54% | - |
| XYZ | 14.8 | 10.94 | 11.46 | - |
| YUV | 94.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 92 | 0 | 0.47 | 0.33 | 0.46 | 342.46 | 0.31 | 0.41 |
| Hex | 8A | 49 | 5C | 0 | 2F | 21 | 2E | 156 | 1F | 29 |
| Octal | 212 | 111 | 134 | 0 | 57 | 41 | 56 | 526 | 37 | 51 |
| Binary | 10001010 | 1001001 | 1011100 | 0 | 101111 | 100001 | 101110 | 101010110 | 11111 | 101001 |
Color Harmonies of #8A495C
Complementary color
Monochromatic Colors of #8A495C
Black with #8A495C
Text Example
Text Example
White with #8A495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A495C; }
p { color: rgb(138,73,92); }
H1.HeaderClassName
{
color: #8A495C;
}
.AnyTagClassName
{
color: #8A495C;
}
</style>
background-color css
<style>
a { background-color: #8A495C; }
a { background-color: rgb(138,73,92); }
div.DivClassName
{
background-color: #8A495C;
}
.BgClassName
{
background-color: #8A495C;
}
</style>
border-color css
<style>
span { border-color: #8A495C; }
span { border-color: rgb(138,73,92); }
td.TdClassName
{
border-color: #8A495C;
}
.TagClassName
{
border-color: #8A495C;
}
</style>