Shades of Cannon Pink #8B476C
Tints of Cannon Pink #8B476C
RGB
CMYK
RGB Variations
Color information
#8B476C (or 0x8B476C) is known color: Cannon Pink. HEX triplet: 8B, 47 and 6C. RGB value is (139,71,108). Sum of RGB (Red+Green+Blue) = 139+71+108=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B476C is #74B893. Grayscale: #5F5F5F. Windows color (decimal): -7649428 or 7096203. OLE color: 7096203.
HSL color Cylindrical-coordinate representation of color #8B476C: hue angle of 327.35º 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 #8B476C is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 71 | 108 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.45 |
| HSL | 327.35º | 0.32% | 0.41% | - |
| HSV(B) | 327.35º | 0.49% | 0.55% | - |
| XYZ | 15.61 | 11.08 | 15.5 | - |
| YUV | 95.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 108 | 0 | 0.49 | 0.22 | 0.45 | 327.35 | 0.32 | 0.41 |
| Hex | 8B | 47 | 6C | 0 | 31 | 16 | 2D | 147 | 20 | 29 |
| Octal | 213 | 107 | 154 | 0 | 61 | 26 | 55 | 507 | 40 | 51 |
| Binary | 10001011 | 1000111 | 1101100 | 0 | 110001 | 10110 | 101101 | 101000111 | 100000 | 101001 |
Color Harmonies of #8B476C
Complementary color
Monochromatic Colors of #8B476C
Black with #8B476C
Text Example
Text Example
White with #8B476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B476C; }
p { color: rgb(139,71,108); }
H1.HeaderClassName
{
color: #8B476C;
}
.AnyTagClassName
{
color: #8B476C;
}
</style>
background-color css
<style>
a { background-color: #8B476C; }
a { background-color: rgb(139,71,108); }
div.DivClassName
{
background-color: #8B476C;
}
.BgClassName
{
background-color: #8B476C;
}
</style>
border-color css
<style>
span { border-color: #8B476C; }
span { border-color: rgb(139,71,108); }
td.TdClassName
{
border-color: #8B476C;
}
.TagClassName
{
border-color: #8B476C;
}
</style>