Shades of Cannon Pink #8A5068
Tints of Cannon Pink #8A5068
RGB
CMYK
RGB Variations
Color information
#8A5068 (or 0x8A5068) is known color: Cannon Pink. HEX triplet: 8A, 50 and 68. RGB value is (138,80,104). Sum of RGB (Red+Green+Blue) = 138+80+104=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5068 is #75AF97. Grayscale: #646464. Windows color (decimal): -7712664 or 6836362. OLE color: 6836362.
HSL color Cylindrical-coordinate representation of color #8A5068: hue angle of 335.17º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5068 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 80 | 104 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.46 |
| HSL | 335.17º | 0.27% | 0.43% | - |
| HSV(B) | 335.17º | 0.42% | 0.54% | - |
| XYZ | 15.85 | 12.14 | 14.6 | - |
| YUV | 100.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 104 | 0 | 0.42 | 0.25 | 0.46 | 335.17 | 0.27 | 0.43 |
| Hex | 8A | 50 | 68 | 0 | 2A | 19 | 2E | 14F | 1B | 2B |
| Octal | 212 | 120 | 150 | 0 | 52 | 31 | 56 | 517 | 33 | 53 |
| Binary | 10001010 | 1010000 | 1101000 | 0 | 101010 | 11001 | 101110 | 101001111 | 11011 | 101011 |
Color Harmonies of #8A5068
Complementary color
Monochromatic Colors of #8A5068
Black with #8A5068
Text Example
Text Example
White with #8A5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5068; }
p { color: rgb(138,80,104); }
H1.HeaderClassName
{
color: #8A5068;
}
.AnyTagClassName
{
color: #8A5068;
}
</style>
background-color css
<style>
a { background-color: #8A5068; }
a { background-color: rgb(138,80,104); }
div.DivClassName
{
background-color: #8A5068;
}
.BgClassName
{
background-color: #8A5068;
}
</style>
border-color css
<style>
span { border-color: #8A5068; }
span { border-color: rgb(138,80,104); }
td.TdClassName
{
border-color: #8A5068;
}
.TagClassName
{
border-color: #8A5068;
}
</style>