Shades of Cannon Pink #8B5366
Tints of Cannon Pink #8B5366
RGB
CMYK
RGB Variations
Color information
#8B5366 (or 0x8B5366) is known color: Cannon Pink. HEX triplet: 8B, 53 and 66. RGB value is (139,83,102). Sum of RGB (Red+Green+Blue) = 139+83+102=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5366 is #74AC99. Grayscale: #656565. Windows color (decimal): -7646362 or 6706059. OLE color: 6706059.
HSL color Cylindrical-coordinate representation of color #8B5366: hue angle of 339.64º 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 #8B5366 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 102 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.45 |
| HSL | 339.64º | 0.25% | 0.44% | - |
| HSV(B) | 339.64º | 0.4% | 0.55% | - |
| XYZ | 16.14 | 12.63 | 14.16 | - |
| YUV | 101.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 102 | 0 | 0.40 | 0.27 | 0.45 | 339.64 | 0.25 | 0.44 |
| Hex | 8B | 53 | 66 | 0 | 28 | 1B | 2D | 154 | 19 | 2C |
| Octal | 213 | 123 | 146 | 0 | 50 | 33 | 55 | 524 | 31 | 54 |
| Binary | 10001011 | 1010011 | 1100110 | 0 | 101000 | 11011 | 101101 | 101010100 | 11001 | 101100 |
Color Harmonies of #8B5366
Complementary color
Monochromatic Colors of #8B5366
Black with #8B5366
Text Example
Text Example
White with #8B5366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5366; }
p { color: rgb(139,83,102); }
H1.HeaderClassName
{
color: #8B5366;
}
.AnyTagClassName
{
color: #8B5366;
}
</style>
background-color css
<style>
a { background-color: #8B5366; }
a { background-color: rgb(139,83,102); }
div.DivClassName
{
background-color: #8B5366;
}
.BgClassName
{
background-color: #8B5366;
}
</style>
border-color css
<style>
span { border-color: #8B5366; }
span { border-color: rgb(139,83,102); }
td.TdClassName
{
border-color: #8B5366;
}
.TagClassName
{
border-color: #8B5366;
}
</style>