Shades of Cannon Pink #8B485E
Tints of Cannon Pink #8B485E
RGB
CMYK
RGB Variations
Color information
#8B485E (or 0x8B485E) is known color: Cannon Pink. HEX triplet: 8B, 48 and 5E. RGB value is (139,72,94). Sum of RGB (Red+Green+Blue) = 139+72+94=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B485E is #74B7A1. Grayscale: #5E5E5E. Windows color (decimal): -7649186 or 6178955. OLE color: 6178955.
HSL color Cylindrical-coordinate representation of color #8B485E: hue angle of 340.3º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B485E is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 94 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.45 |
| HSL | 340.3º | 0.32% | 0.41% | - |
| HSV(B) | 340.3º | 0.48% | 0.55% | - |
| XYZ | 14.99 | 10.93 | 11.91 | - |
| YUV | 94.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 94 | 0 | 0.48 | 0.32 | 0.45 | 340.3 | 0.32 | 0.41 |
| Hex | 8B | 48 | 5E | 0 | 30 | 20 | 2D | 154 | 20 | 29 |
| Octal | 213 | 110 | 136 | 0 | 60 | 40 | 55 | 524 | 40 | 51 |
| Binary | 10001011 | 1001000 | 1011110 | 0 | 110000 | 100000 | 101101 | 101010100 | 100000 | 101001 |
Color Harmonies of #8B485E
Complementary color
Monochromatic Colors of #8B485E
Black with #8B485E
Text Example
Text Example
White with #8B485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B485E; }
p { color: rgb(139,72,94); }
H1.HeaderClassName
{
color: #8B485E;
}
.AnyTagClassName
{
color: #8B485E;
}
</style>
background-color css
<style>
a { background-color: #8B485E; }
a { background-color: rgb(139,72,94); }
div.DivClassName
{
background-color: #8B485E;
}
.BgClassName
{
background-color: #8B485E;
}
</style>
border-color css
<style>
span { border-color: #8B485E; }
span { border-color: rgb(139,72,94); }
td.TdClassName
{
border-color: #8B485E;
}
.TagClassName
{
border-color: #8B485E;
}
</style>