Shades of Cannon Pink #8E526C
Tints of Cannon Pink #8E526C
RGB
CMYK
RGB Variations
Color information
#8E526C (or 0x8E526C) is known color: Cannon Pink. HEX triplet: 8E, 52 and 6C. RGB value is (142,82,108). Sum of RGB (Red+Green+Blue) = 142+82+108=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E526C is #71AD93. Grayscale: #666666. Windows color (decimal): -7450004 or 7099022. OLE color: 7099022.
HSL color Cylindrical-coordinate representation of color #8E526C: hue angle of 334º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E526C is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 108 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.44 |
| HSL | 334º | 0.27% | 0.44% | - |
| HSV(B) | 334º | 0.42% | 0.56% | - |
| XYZ | 16.88 | 12.87 | 15.78 | - |
| YUV | 102.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 108 | 0 | 0.42 | 0.24 | 0.44 | 334 | 0.27 | 0.44 |
| Hex | 8E | 52 | 6C | 0 | 2A | 18 | 2C | 14E | 1B | 2C |
| Octal | 216 | 122 | 154 | 0 | 52 | 30 | 54 | 516 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1101100 | 0 | 101010 | 11000 | 101100 | 101001110 | 11011 | 101100 |
Color Harmonies of #8E526C
Complementary color
Monochromatic Colors of #8E526C
Black with #8E526C
Text Example
Text Example
White with #8E526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E526C; }
p { color: rgb(142,82,108); }
H1.HeaderClassName
{
color: #8E526C;
}
.AnyTagClassName
{
color: #8E526C;
}
</style>
background-color css
<style>
a { background-color: #8E526C; }
a { background-color: rgb(142,82,108); }
div.DivClassName
{
background-color: #8E526C;
}
.BgClassName
{
background-color: #8E526C;
}
</style>
border-color css
<style>
span { border-color: #8E526C; }
span { border-color: rgb(142,82,108); }
td.TdClassName
{
border-color: #8E526C;
}
.TagClassName
{
border-color: #8E526C;
}
</style>