Shades of Cannon Pink #8A526A
Tints of Cannon Pink #8A526A
RGB
CMYK
RGB Variations
Color information
#8A526A (or 0x8A526A) is known color: Cannon Pink. HEX triplet: 8A, 52 and 6A. RGB value is (138,82,106). Sum of RGB (Red+Green+Blue) = 138+82+106=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A526A is #75AD95. Grayscale: #656565. Windows color (decimal): -7712150 or 6967946. OLE color: 6967946.
HSL color Cylindrical-coordinate representation of color #8A526A: hue angle of 334.29º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A526A is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 106 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.46 |
| HSL | 334.29º | 0.25% | 0.43% | - |
| HSV(B) | 334.29º | 0.41% | 0.54% | - |
| XYZ | 16.1 | 12.48 | 15.2 | - |
| YUV | 101.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 106 | 0 | 0.41 | 0.23 | 0.46 | 334.29 | 0.25 | 0.43 |
| Hex | 8A | 52 | 6A | 0 | 29 | 17 | 2E | 14E | 19 | 2B |
| Octal | 212 | 122 | 152 | 0 | 51 | 27 | 56 | 516 | 31 | 53 |
| Binary | 10001010 | 1010010 | 1101010 | 0 | 101001 | 10111 | 101110 | 101001110 | 11001 | 101011 |
Color Harmonies of #8A526A
Complementary color
Monochromatic Colors of #8A526A
Black with #8A526A
Text Example
Text Example
White with #8A526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A526A; }
p { color: rgb(138,82,106); }
H1.HeaderClassName
{
color: #8A526A;
}
.AnyTagClassName
{
color: #8A526A;
}
</style>
background-color css
<style>
a { background-color: #8A526A; }
a { background-color: rgb(138,82,106); }
div.DivClassName
{
background-color: #8A526A;
}
.BgClassName
{
background-color: #8A526A;
}
</style>
border-color css
<style>
span { border-color: #8A526A; }
span { border-color: rgb(138,82,106); }
td.TdClassName
{
border-color: #8A526A;
}
.TagClassName
{
border-color: #8A526A;
}
</style>