Shades of Cannon Pink #8B5568
Tints of Cannon Pink #8B5568
RGB
CMYK
RGB Variations
Color information
#8B5568 (or 0x8B5568) is known color: Cannon Pink. HEX triplet: 8B, 55 and 68. RGB value is (139,85,104). Sum of RGB (Red+Green+Blue) = 139+85+104=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5568 is #74AA97. Grayscale: #676767. Windows color (decimal): -7645848 or 6837643. OLE color: 6837643.
HSL color Cylindrical-coordinate representation of color #8B5568: hue angle of 338.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5568 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 104 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.45 |
| HSL | 338.89º | 0.24% | 0.44% | - |
| HSV(B) | 338.89º | 0.39% | 0.55% | - |
| XYZ | 16.39 | 12.99 | 14.74 | - |
| YUV | 103.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 104 | 0 | 0.39 | 0.25 | 0.45 | 338.89 | 0.24 | 0.44 |
| Hex | 8B | 55 | 68 | 0 | 27 | 19 | 2D | 153 | 18 | 2C |
| Octal | 213 | 125 | 150 | 0 | 47 | 31 | 55 | 523 | 30 | 54 |
| Binary | 10001011 | 1010101 | 1101000 | 0 | 100111 | 11001 | 101101 | 101010011 | 11000 | 101100 |
Color Harmonies of #8B5568
Complementary color
Monochromatic Colors of #8B5568
Black with #8B5568
Text Example
Text Example
White with #8B5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5568; }
p { color: rgb(139,85,104); }
H1.HeaderClassName
{
color: #8B5568;
}
.AnyTagClassName
{
color: #8B5568;
}
</style>
background-color css
<style>
a { background-color: #8B5568; }
a { background-color: rgb(139,85,104); }
div.DivClassName
{
background-color: #8B5568;
}
.BgClassName
{
background-color: #8B5568;
}
</style>
border-color css
<style>
span { border-color: #8B5568; }
span { border-color: rgb(139,85,104); }
td.TdClassName
{
border-color: #8B5568;
}
.TagClassName
{
border-color: #8B5568;
}
</style>