Shades of Cannon Pink #8E536B
Tints of Cannon Pink #8E536B
RGB
CMYK
RGB Variations
Color information
#8E536B (or 0x8E536B) is known color: Cannon Pink. HEX triplet: 8E, 53 and 6B. RGB value is (142,83,107). Sum of RGB (Red+Green+Blue) = 142+83+107=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E536B is #71AC94. Grayscale: #676767. Windows color (decimal): -7449749 or 7033742. OLE color: 7033742.
HSL color Cylindrical-coordinate representation of color #8E536B: hue angle of 335.59º degrees, saturation: 0.26, 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 #8E536B is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 83 | 107 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.44 |
| HSL | 335.59º | 0.26% | 0.44% | - |
| HSV(B) | 335.59º | 0.42% | 0.56% | - |
| XYZ | 16.9 | 13 | 15.53 | - |
| YUV | 103.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 107 | 0 | 0.42 | 0.25 | 0.44 | 335.59 | 0.26 | 0.44 |
| Hex | 8E | 53 | 6B | 0 | 2A | 19 | 2C | 150 | 1A | 2C |
| Octal | 216 | 123 | 153 | 0 | 52 | 31 | 54 | 520 | 32 | 54 |
| Binary | 10001110 | 1010011 | 1101011 | 0 | 101010 | 11001 | 101100 | 101010000 | 11010 | 101100 |
Color Harmonies of #8E536B
Complementary color
Monochromatic Colors of #8E536B
Black with #8E536B
Text Example
Text Example
White with #8E536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E536B; }
p { color: rgb(142,83,107); }
H1.HeaderClassName
{
color: #8E536B;
}
.AnyTagClassName
{
color: #8E536B;
}
</style>
background-color css
<style>
a { background-color: #8E536B; }
a { background-color: rgb(142,83,107); }
div.DivClassName
{
background-color: #8E536B;
}
.BgClassName
{
background-color: #8E536B;
}
</style>
border-color css
<style>
span { border-color: #8E536B; }
span { border-color: rgb(142,83,107); }
td.TdClassName
{
border-color: #8E536B;
}
.TagClassName
{
border-color: #8E536B;
}
</style>