Shades of Cannon Pink #8C526C
Tints of Cannon Pink #8C526C
RGB
CMYK
RGB Variations
Color information
#8C526C (or 0x8C526C) is known color: Cannon Pink. HEX triplet: 8C, 52 and 6C. RGB value is (140,82,108). Sum of RGB (Red+Green+Blue) = 140+82+108=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C526C is #73AD93. Grayscale: #666666. Windows color (decimal): -7581076 or 7099020. OLE color: 7099020.
HSL color Cylindrical-coordinate representation of color #8C526C: hue angle of 333.1º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C526C is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 108 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.45 |
| HSL | 333.1º | 0.26% | 0.44% | - |
| HSV(B) | 333.1º | 0.41% | 0.55% | - |
| XYZ | 16.54 | 12.69 | 15.77 | - |
| YUV | 102.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 108 | 0 | 0.41 | 0.23 | 0.45 | 333.1 | 0.26 | 0.44 |
| Hex | 8C | 52 | 6C | 0 | 29 | 17 | 2D | 14D | 1A | 2C |
| Octal | 214 | 122 | 154 | 0 | 51 | 27 | 55 | 515 | 32 | 54 |
| Binary | 10001100 | 1010010 | 1101100 | 0 | 101001 | 10111 | 101101 | 101001101 | 11010 | 101100 |
Color Harmonies of #8C526C
Complementary color
Monochromatic Colors of #8C526C
Black with #8C526C
Text Example
Text Example
White with #8C526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C526C; }
p { color: rgb(140,82,108); }
H1.HeaderClassName
{
color: #8C526C;
}
.AnyTagClassName
{
color: #8C526C;
}
</style>
background-color css
<style>
a { background-color: #8C526C; }
a { background-color: rgb(140,82,108); }
div.DivClassName
{
background-color: #8C526C;
}
.BgClassName
{
background-color: #8C526C;
}
</style>
border-color css
<style>
span { border-color: #8C526C; }
span { border-color: rgb(140,82,108); }
td.TdClassName
{
border-color: #8C526C;
}
.TagClassName
{
border-color: #8C526C;
}
</style>