Shades of Cannon Pink #8E526A
Tints of Cannon Pink #8E526A
RGB
CMYK
RGB Variations
Color information
#8E526A (or 0x8E526A) is known color: Cannon Pink. HEX triplet: 8E, 52 and 6A. RGB value is (142,82,106). Sum of RGB (Red+Green+Blue) = 142+82+106=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E526A is #71AD95. Grayscale: #666666. Windows color (decimal): -7450006 or 6967950. OLE color: 6967950.
HSL color Cylindrical-coordinate representation of color #8E526A: hue angle of 336º 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 #8E526A is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 106 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.44 |
| HSL | 336º | 0.27% | 0.44% | - |
| HSV(B) | 336º | 0.42% | 0.56% | - |
| XYZ | 16.77 | 12.83 | 15.23 | - |
| YUV | 102.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 106 | 0 | 0.42 | 0.25 | 0.44 | 336 | 0.27 | 0.44 |
| Hex | 8E | 52 | 6A | 0 | 2A | 19 | 2C | 150 | 1B | 2C |
| Octal | 216 | 122 | 152 | 0 | 52 | 31 | 54 | 520 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1101010 | 0 | 101010 | 11001 | 101100 | 101010000 | 11011 | 101100 |
Color Harmonies of #8E526A
Complementary color
Monochromatic Colors of #8E526A
Black with #8E526A
Text Example
Text Example
White with #8E526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E526A; }
p { color: rgb(142,82,106); }
H1.HeaderClassName
{
color: #8E526A;
}
.AnyTagClassName
{
color: #8E526A;
}
</style>
background-color css
<style>
a { background-color: #8E526A; }
a { background-color: rgb(142,82,106); }
div.DivClassName
{
background-color: #8E526A;
}
.BgClassName
{
background-color: #8E526A;
}
</style>
border-color css
<style>
span { border-color: #8E526A; }
span { border-color: rgb(142,82,106); }
td.TdClassName
{
border-color: #8E526A;
}
.TagClassName
{
border-color: #8E526A;
}
</style>