Shades of Cannon Pink #8E526E
Tints of Cannon Pink #8E526E
RGB
CMYK
RGB Variations
Color information
#8E526E (or 0x8E526E) is known color: Cannon Pink. HEX triplet: 8E, 52 and 6E. RGB value is (142,82,110). Sum of RGB (Red+Green+Blue) = 142+82+110=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E526E is #71AD91. Grayscale: #676767. Windows color (decimal): -7450002 or 7230094. OLE color: 7230094.
HSL color Cylindrical-coordinate representation of color #8E526E: hue angle of 332º 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 #8E526E is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 110 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.44 |
| HSL | 332º | 0.27% | 0.44% | - |
| HSV(B) | 332º | 0.42% | 0.56% | - |
| XYZ | 16.99 | 12.91 | 16.35 | - |
| YUV | 103.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 110 | 0 | 0.42 | 0.23 | 0.44 | 332 | 0.27 | 0.44 |
| Hex | 8E | 52 | 6E | 0 | 2A | 17 | 2C | 14C | 1B | 2C |
| Octal | 216 | 122 | 156 | 0 | 52 | 27 | 54 | 514 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1101110 | 0 | 101010 | 10111 | 101100 | 101001100 | 11011 | 101100 |
Color Harmonies of #8E526E
Complementary color
Monochromatic Colors of #8E526E
Black with #8E526E
Text Example
Text Example
White with #8E526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E526E; }
p { color: rgb(142,82,110); }
H1.HeaderClassName
{
color: #8E526E;
}
.AnyTagClassName
{
color: #8E526E;
}
</style>
background-color css
<style>
a { background-color: #8E526E; }
a { background-color: rgb(142,82,110); }
div.DivClassName
{
background-color: #8E526E;
}
.BgClassName
{
background-color: #8E526E;
}
</style>
border-color css
<style>
span { border-color: #8E526E; }
span { border-color: rgb(142,82,110); }
td.TdClassName
{
border-color: #8E526E;
}
.TagClassName
{
border-color: #8E526E;
}
</style>