Shades of Cannon Pink #8A535B
Tints of Cannon Pink #8A535B
RGB
CMYK
RGB Variations
Color information
#8A535B (or 0x8A535B) is known color: Cannon Pink. HEX triplet: 8A, 53 and 5B. RGB value is (138,83,91). Sum of RGB (Red+Green+Blue) = 138+83+91=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A535B is #75ACA4. Grayscale: #646464. Windows color (decimal): -7711909 or 5985162. OLE color: 5985162.
HSL color Cylindrical-coordinate representation of color #8A535B: hue angle of 351.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A535B is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 83 | 91 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.46 |
| HSL | 351.27º | 0.25% | 0.43% | - |
| HSV(B) | 351.27º | 0.4% | 0.54% | - |
| XYZ | 15.46 | 12.35 | 11.47 | - |
| YUV | 100.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 91 | 0 | 0.40 | 0.34 | 0.46 | 351.27 | 0.25 | 0.43 |
| Hex | 8A | 53 | 5B | 0 | 28 | 22 | 2E | 15F | 19 | 2B |
| Octal | 212 | 123 | 133 | 0 | 50 | 42 | 56 | 537 | 31 | 53 |
| Binary | 10001010 | 1010011 | 1011011 | 0 | 101000 | 100010 | 101110 | 101011111 | 11001 | 101011 |
Color Harmonies of #8A535B
Complementary color
Monochromatic Colors of #8A535B
Black with #8A535B
Text Example
Text Example
White with #8A535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A535B; }
p { color: rgb(138,83,91); }
H1.HeaderClassName
{
color: #8A535B;
}
.AnyTagClassName
{
color: #8A535B;
}
</style>
background-color css
<style>
a { background-color: #8A535B; }
a { background-color: rgb(138,83,91); }
div.DivClassName
{
background-color: #8A535B;
}
.BgClassName
{
background-color: #8A535B;
}
</style>
border-color css
<style>
span { border-color: #8A535B; }
span { border-color: rgb(138,83,91); }
td.TdClassName
{
border-color: #8A535B;
}
.TagClassName
{
border-color: #8A535B;
}
</style>