Shades of Cannon Pink #8B475F
Tints of Cannon Pink #8B475F
RGB
CMYK
RGB Variations
Color information
#8B475F (or 0x8B475F) is known color: Cannon Pink. HEX triplet: 8B, 47 and 5F. RGB value is (139,71,95). Sum of RGB (Red+Green+Blue) = 139+71+95=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B475F is #74B8A0. Grayscale: #5E5E5E. Windows color (decimal): -7649441 or 6244235. OLE color: 6244235.
HSL color Cylindrical-coordinate representation of color #8B475F: hue angle of 338.82º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B475F is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 71 | 95 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.45 |
| HSL | 338.82º | 0.32% | 0.41% | - |
| HSV(B) | 338.82º | 0.49% | 0.55% | - |
| XYZ | 14.97 | 10.82 | 12.13 | - |
| YUV | 94.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 95 | 0 | 0.49 | 0.32 | 0.45 | 338.82 | 0.32 | 0.41 |
| Hex | 8B | 47 | 5F | 0 | 31 | 20 | 2D | 153 | 20 | 29 |
| Octal | 213 | 107 | 137 | 0 | 61 | 40 | 55 | 523 | 40 | 51 |
| Binary | 10001011 | 1000111 | 1011111 | 0 | 110001 | 100000 | 101101 | 101010011 | 100000 | 101001 |
Color Harmonies of #8B475F
Complementary color
Monochromatic Colors of #8B475F
Black with #8B475F
Text Example
Text Example
White with #8B475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B475F; }
p { color: rgb(139,71,95); }
H1.HeaderClassName
{
color: #8B475F;
}
.AnyTagClassName
{
color: #8B475F;
}
</style>
background-color css
<style>
a { background-color: #8B475F; }
a { background-color: rgb(139,71,95); }
div.DivClassName
{
background-color: #8B475F;
}
.BgClassName
{
background-color: #8B475F;
}
</style>
border-color css
<style>
span { border-color: #8B475F; }
span { border-color: rgb(139,71,95); }
td.TdClassName
{
border-color: #8B475F;
}
.TagClassName
{
border-color: #8B475F;
}
</style>