Shades of Cannon Pink #8B5367
Tints of Cannon Pink #8B5367
RGB
CMYK
RGB Variations
Color information
#8B5367 (or 0x8B5367) is known color: Cannon Pink. HEX triplet: 8B, 53 and 67. RGB value is (139,83,103). Sum of RGB (Red+Green+Blue) = 139+83+103=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5367 is #74AC98. Grayscale: #656565. Windows color (decimal): -7646361 or 6771595. OLE color: 6771595.
HSL color Cylindrical-coordinate representation of color #8B5367: hue angle of 338.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5367 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 103 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.45 |
| HSL | 338.57º | 0.25% | 0.44% | - |
| HSV(B) | 338.57º | 0.4% | 0.55% | - |
| XYZ | 16.19 | 12.65 | 14.42 | - |
| YUV | 102.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 103 | 0 | 0.40 | 0.26 | 0.45 | 338.57 | 0.25 | 0.44 |
| Hex | 8B | 53 | 67 | 0 | 28 | 1A | 2D | 153 | 19 | 2C |
| Octal | 213 | 123 | 147 | 0 | 50 | 32 | 55 | 523 | 31 | 54 |
| Binary | 10001011 | 1010011 | 1100111 | 0 | 101000 | 11010 | 101101 | 101010011 | 11001 | 101100 |
Color Harmonies of #8B5367
Complementary color
Monochromatic Colors of #8B5367
Black with #8B5367
Text Example
Text Example
White with #8B5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5367; }
p { color: rgb(139,83,103); }
H1.HeaderClassName
{
color: #8B5367;
}
.AnyTagClassName
{
color: #8B5367;
}
</style>
background-color css
<style>
a { background-color: #8B5367; }
a { background-color: rgb(139,83,103); }
div.DivClassName
{
background-color: #8B5367;
}
.BgClassName
{
background-color: #8B5367;
}
</style>
border-color css
<style>
span { border-color: #8B5367; }
span { border-color: rgb(139,83,103); }
td.TdClassName
{
border-color: #8B5367;
}
.TagClassName
{
border-color: #8B5367;
}
</style>