Shades of Cannon Pink #8A525E
Tints of Cannon Pink #8A525E
RGB
CMYK
RGB Variations
Color information
#8A525E (or 0x8A525E) is known color: Cannon Pink. HEX triplet: 8A, 52 and 5E. RGB value is (138,82,94). Sum of RGB (Red+Green+Blue) = 138+82+94=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A525E is #75ADA1. Grayscale: #646464. Windows color (decimal): -7712162 or 6181514. OLE color: 6181514.
HSL color Cylindrical-coordinate representation of color #8A525E: hue angle of 347.14º 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 #8A525E is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 94 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.46 |
| HSL | 347.14º | 0.25% | 0.43% | - |
| HSV(B) | 347.14º | 0.41% | 0.54% | - |
| XYZ | 15.52 | 12.25 | 12.14 | - |
| YUV | 100.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 94 | 0 | 0.41 | 0.32 | 0.46 | 347.14 | 0.25 | 0.43 |
| Hex | 8A | 52 | 5E | 0 | 29 | 20 | 2E | 15B | 19 | 2B |
| Octal | 212 | 122 | 136 | 0 | 51 | 40 | 56 | 533 | 31 | 53 |
| Binary | 10001010 | 1010010 | 1011110 | 0 | 101001 | 100000 | 101110 | 101011011 | 11001 | 101011 |
Color Harmonies of #8A525E
Complementary color
Monochromatic Colors of #8A525E
Black with #8A525E
Text Example
Text Example
White with #8A525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A525E; }
p { color: rgb(138,82,94); }
H1.HeaderClassName
{
color: #8A525E;
}
.AnyTagClassName
{
color: #8A525E;
}
</style>
background-color css
<style>
a { background-color: #8A525E; }
a { background-color: rgb(138,82,94); }
div.DivClassName
{
background-color: #8A525E;
}
.BgClassName
{
background-color: #8A525E;
}
</style>
border-color css
<style>
span { border-color: #8A525E; }
span { border-color: rgb(138,82,94); }
td.TdClassName
{
border-color: #8A525E;
}
.TagClassName
{
border-color: #8A525E;
}
</style>