Shades of Cannon Pink #8B4368
Tints of Cannon Pink #8B4368
RGB
CMYK
RGB Variations
Color information
#8B4368 (or 0x8B4368) is known color: Cannon Pink. HEX triplet: 8B, 43 and 68. RGB value is (139,67,104). Sum of RGB (Red+Green+Blue) = 139+67+104=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4368 is #74BC97. Grayscale: #5C5C5C. Windows color (decimal): -7650456 or 6833035. OLE color: 6833035.
HSL color Cylindrical-coordinate representation of color #8B4368: hue angle of 329.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B4368 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 67 | 104 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.45 |
| HSL | 329.17º | 0.35% | 0.4% | - |
| HSV(B) | 329.17º | 0.52% | 0.55% | - |
| XYZ | 15.15 | 10.5 | 14.33 | - |
| YUV | 92.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 67 | 104 | 0 | 0.52 | 0.25 | 0.45 | 329.17 | 0.35 | 0.4 |
| Hex | 8B | 43 | 68 | 0 | 34 | 19 | 2D | 149 | 23 | 28 |
| Octal | 213 | 103 | 150 | 0 | 64 | 31 | 55 | 511 | 43 | 50 |
| Binary | 10001011 | 1000011 | 1101000 | 0 | 110100 | 11001 | 101101 | 101001001 | 100011 | 101000 |
Color Harmonies of #8B4368
Complementary color
Monochromatic Colors of #8B4368
Black with #8B4368
Text Example
Text Example
White with #8B4368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4368; }
p { color: rgb(139,67,104); }
H1.HeaderClassName
{
color: #8B4368;
}
.AnyTagClassName
{
color: #8B4368;
}
</style>
background-color css
<style>
a { background-color: #8B4368; }
a { background-color: rgb(139,67,104); }
div.DivClassName
{
background-color: #8B4368;
}
.BgClassName
{
background-color: #8B4368;
}
</style>
border-color css
<style>
span { border-color: #8B4368; }
span { border-color: rgb(139,67,104); }
td.TdClassName
{
border-color: #8B4368;
}
.TagClassName
{
border-color: #8B4368;
}
</style>