Shades of Cannon Pink #8B526C
Tints of Cannon Pink #8B526C
RGB
CMYK
RGB Variations
Color information
#8B526C (or 0x8B526C) is known color: Cannon Pink. HEX triplet: 8B, 52 and 6C. RGB value is (139,82,108). Sum of RGB (Red+Green+Blue) = 139+82+108=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B526C is #74AD93. Grayscale: #656565. Windows color (decimal): -7646612 or 7099019. OLE color: 7099019.
HSL color Cylindrical-coordinate representation of color #8B526C: hue angle of 332.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B526C is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 108 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.45 |
| HSL | 332.63º | 0.26% | 0.43% | - |
| HSV(B) | 332.63º | 0.41% | 0.55% | - |
| XYZ | 16.37 | 12.61 | 15.76 | - |
| YUV | 102.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 108 | 0 | 0.41 | 0.22 | 0.45 | 332.63 | 0.26 | 0.43 |
| Hex | 8B | 52 | 6C | 0 | 29 | 16 | 2D | 14D | 1A | 2B |
| Octal | 213 | 122 | 154 | 0 | 51 | 26 | 55 | 515 | 32 | 53 |
| Binary | 10001011 | 1010010 | 1101100 | 0 | 101001 | 10110 | 101101 | 101001101 | 11010 | 101011 |
Color Harmonies of #8B526C
Complementary color
Monochromatic Colors of #8B526C
Black with #8B526C
Text Example
Text Example
White with #8B526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B526C; }
p { color: rgb(139,82,108); }
H1.HeaderClassName
{
color: #8B526C;
}
.AnyTagClassName
{
color: #8B526C;
}
</style>
background-color css
<style>
a { background-color: #8B526C; }
a { background-color: rgb(139,82,108); }
div.DivClassName
{
background-color: #8B526C;
}
.BgClassName
{
background-color: #8B526C;
}
</style>
border-color css
<style>
span { border-color: #8B526C; }
span { border-color: rgb(139,82,108); }
td.TdClassName
{
border-color: #8B526C;
}
.TagClassName
{
border-color: #8B526C;
}
</style>