Shades of Cannon Pink #8A505C
Tints of Cannon Pink #8A505C
RGB
CMYK
RGB Variations
Color information
#8A505C (or 0x8A505C) is known color: Cannon Pink. HEX triplet: 8A, 50 and 5C. RGB value is (138,80,92). Sum of RGB (Red+Green+Blue) = 138+80+92=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A505C is #75AFA3. Grayscale: #626262. Windows color (decimal): -7712676 or 6049930. OLE color: 6049930.
HSL color Cylindrical-coordinate representation of color #8A505C: hue angle of 347.59º 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 #8A505C is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 80 | 92 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.46 |
| HSL | 347.59º | 0.27% | 0.43% | - |
| HSV(B) | 347.59º | 0.42% | 0.54% | - |
| XYZ | 15.28 | 11.91 | 11.62 | - |
| YUV | 98.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 92 | 0 | 0.42 | 0.33 | 0.46 | 347.59 | 0.27 | 0.43 |
| Hex | 8A | 50 | 5C | 0 | 2A | 21 | 2E | 15C | 1B | 2B |
| Octal | 212 | 120 | 134 | 0 | 52 | 41 | 56 | 534 | 33 | 53 |
| Binary | 10001010 | 1010000 | 1011100 | 0 | 101010 | 100001 | 101110 | 101011100 | 11011 | 101011 |
Color Harmonies of #8A505C
Complementary color
Monochromatic Colors of #8A505C
Black with #8A505C
Text Example
Text Example
White with #8A505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A505C; }
p { color: rgb(138,80,92); }
H1.HeaderClassName
{
color: #8A505C;
}
.AnyTagClassName
{
color: #8A505C;
}
</style>
background-color css
<style>
a { background-color: #8A505C; }
a { background-color: rgb(138,80,92); }
div.DivClassName
{
background-color: #8A505C;
}
.BgClassName
{
background-color: #8A505C;
}
</style>
border-color css
<style>
span { border-color: #8A505C; }
span { border-color: rgb(138,80,92); }
td.TdClassName
{
border-color: #8A505C;
}
.TagClassName
{
border-color: #8A505C;
}
</style>