Shades of Cannon Pink #8B4268
Tints of Cannon Pink #8B4268
RGB
CMYK
RGB Variations
Color information
#8B4268 (or 0x8B4268) is known color: Cannon Pink. HEX triplet: 8B, 42 and 68. RGB value is (139,66,104). Sum of RGB (Red+Green+Blue) = 139+66+104=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4268 is #74BD97. Grayscale: #5C5C5C. Windows color (decimal): -7650712 or 6832779. OLE color: 6832779.
HSL color Cylindrical-coordinate representation of color #8B4268: hue angle of 328.77º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4268 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 104 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.45 |
| HSL | 328.77º | 0.36% | 0.4% | - |
| HSV(B) | 328.77º | 0.53% | 0.55% | - |
| XYZ | 15.09 | 10.38 | 14.31 | - |
| YUV | 92.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 104 | 0 | 0.53 | 0.25 | 0.45 | 328.77 | 0.36 | 0.4 |
| Hex | 8B | 42 | 68 | 0 | 35 | 19 | 2D | 149 | 24 | 28 |
| Octal | 213 | 102 | 150 | 0 | 65 | 31 | 55 | 511 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1101000 | 0 | 110101 | 11001 | 101101 | 101001001 | 100100 | 101000 |
Color Harmonies of #8B4268
Complementary color
Monochromatic Colors of #8B4268
Black with #8B4268
Text Example
Text Example
White with #8B4268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4268; }
p { color: rgb(139,66,104); }
H1.HeaderClassName
{
color: #8B4268;
}
.AnyTagClassName
{
color: #8B4268;
}
</style>
background-color css
<style>
a { background-color: #8B4268; }
a { background-color: rgb(139,66,104); }
div.DivClassName
{
background-color: #8B4268;
}
.BgClassName
{
background-color: #8B4268;
}
</style>
border-color css
<style>
span { border-color: #8B4268; }
span { border-color: rgb(139,66,104); }
td.TdClassName
{
border-color: #8B4268;
}
.TagClassName
{
border-color: #8B4268;
}
</style>