Shades of Cannon Pink #8C555F
Tints of Cannon Pink #8C555F
RGB
CMYK
RGB Variations
Color information
#8C555F (or 0x8C555F) is known color: Cannon Pink. HEX triplet: 8C, 55 and 5F. RGB value is (140,85,95). Sum of RGB (Red+Green+Blue) = 140+85+95=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C555F is #73AAA0. Grayscale: #666666. Windows color (decimal): -7580321 or 6247820. OLE color: 6247820.
HSL color Cylindrical-coordinate representation of color #8C555F: hue angle of 349.09º 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 #8C555F is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 95 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.45 |
| HSL | 349.09º | 0.24% | 0.44% | - |
| HSV(B) | 349.09º | 0.39% | 0.55% | - |
| XYZ | 16.13 | 12.9 | 12.47 | - |
| YUV | 102.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 95 | 0 | 0.39 | 0.32 | 0.45 | 349.09 | 0.24 | 0.44 |
| Hex | 8C | 55 | 5F | 0 | 27 | 20 | 2D | 15D | 18 | 2C |
| Octal | 214 | 125 | 137 | 0 | 47 | 40 | 55 | 535 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1011111 | 0 | 100111 | 100000 | 101101 | 101011101 | 11000 | 101100 |
Color Harmonies of #8C555F
Complementary color
Monochromatic Colors of #8C555F
Black with #8C555F
Text Example
Text Example
White with #8C555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C555F; }
p { color: rgb(140,85,95); }
H1.HeaderClassName
{
color: #8C555F;
}
.AnyTagClassName
{
color: #8C555F;
}
</style>
background-color css
<style>
a { background-color: #8C555F; }
a { background-color: rgb(140,85,95); }
div.DivClassName
{
background-color: #8C555F;
}
.BgClassName
{
background-color: #8C555F;
}
</style>
border-color css
<style>
span { border-color: #8C555F; }
span { border-color: rgb(140,85,95); }
td.TdClassName
{
border-color: #8C555F;
}
.TagClassName
{
border-color: #8C555F;
}
</style>