Shades of Cannon Pink #8B536F
Tints of Cannon Pink #8B536F
RGB
CMYK
RGB Variations
Color information
#8B536F (or 0x8B536F) is known color: Cannon Pink. HEX triplet: 8B, 53 and 6F. RGB value is (139,83,111). Sum of RGB (Red+Green+Blue) = 139+83+111=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B536F is #74AC90. Grayscale: #666666. Windows color (decimal): -7646353 or 7295883. OLE color: 7295883.
HSL color Cylindrical-coordinate representation of color #8B536F: hue angle of 330º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B536F is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 111 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.45 |
| HSL | 330º | 0.25% | 0.44% | - |
| HSV(B) | 330º | 0.4% | 0.55% | - |
| XYZ | 16.61 | 12.82 | 16.64 | - |
| YUV | 102.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 111 | 0 | 0.40 | 0.20 | 0.45 | 330 | 0.25 | 0.44 |
| Hex | 8B | 53 | 6F | 0 | 28 | 14 | 2D | 14A | 19 | 2C |
| Octal | 213 | 123 | 157 | 0 | 50 | 24 | 55 | 512 | 31 | 54 |
| Binary | 10001011 | 1010011 | 1101111 | 0 | 101000 | 10100 | 101101 | 101001010 | 11001 | 101100 |
Color Harmonies of #8B536F
Complementary color
Monochromatic Colors of #8B536F
Black with #8B536F
Text Example
Text Example
White with #8B536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B536F; }
p { color: rgb(139,83,111); }
H1.HeaderClassName
{
color: #8B536F;
}
.AnyTagClassName
{
color: #8B536F;
}
</style>
background-color css
<style>
a { background-color: #8B536F; }
a { background-color: rgb(139,83,111); }
div.DivClassName
{
background-color: #8B536F;
}
.BgClassName
{
background-color: #8B536F;
}
</style>
border-color css
<style>
span { border-color: #8B536F; }
span { border-color: rgb(139,83,111); }
td.TdClassName
{
border-color: #8B536F;
}
.TagClassName
{
border-color: #8B536F;
}
</style>