Shades of Cannon Pink #8B4266
Tints of Cannon Pink #8B4266
RGB
CMYK
RGB Variations
Color information
#8B4266 (or 0x8B4266) is known color: Cannon Pink. HEX triplet: 8B, 42 and 66. RGB value is (139,66,102). Sum of RGB (Red+Green+Blue) = 139+66+102=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4266 is #74BD99. Grayscale: #5B5B5B. Windows color (decimal): -7650714 or 6701707. OLE color: 6701707.
HSL color Cylindrical-coordinate representation of color #8B4266: hue angle of 330.41º 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 #8B4266 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 102 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.45 |
| HSL | 330.41º | 0.36% | 0.4% | - |
| HSV(B) | 330.41º | 0.53% | 0.55% | - |
| XYZ | 14.99 | 10.34 | 13.78 | - |
| YUV | 91.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 102 | 0 | 0.53 | 0.27 | 0.45 | 330.41 | 0.36 | 0.4 |
| Hex | 8B | 42 | 66 | 0 | 35 | 1B | 2D | 14A | 24 | 28 |
| Octal | 213 | 102 | 146 | 0 | 65 | 33 | 55 | 512 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1100110 | 0 | 110101 | 11011 | 101101 | 101001010 | 100100 | 101000 |
Color Harmonies of #8B4266
Complementary color
Monochromatic Colors of #8B4266
Black with #8B4266
Text Example
Text Example
White with #8B4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4266; }
p { color: rgb(139,66,102); }
H1.HeaderClassName
{
color: #8B4266;
}
.AnyTagClassName
{
color: #8B4266;
}
</style>
background-color css
<style>
a { background-color: #8B4266; }
a { background-color: rgb(139,66,102); }
div.DivClassName
{
background-color: #8B4266;
}
.BgClassName
{
background-color: #8B4266;
}
</style>
border-color css
<style>
span { border-color: #8B4266; }
span { border-color: rgb(139,66,102); }
td.TdClassName
{
border-color: #8B4266;
}
.TagClassName
{
border-color: #8B4266;
}
</style>