Shades of Cannon Pink #8C525F
Tints of Cannon Pink #8C525F
RGB
CMYK
RGB Variations
Color information
#8C525F (or 0x8C525F) is known color: Cannon Pink. HEX triplet: 8C, 52 and 5F. RGB value is (140,82,95). Sum of RGB (Red+Green+Blue) = 140+82+95=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C525F is #73ADA0. Grayscale: #646464. Windows color (decimal): -7581089 or 6247052. OLE color: 6247052.
HSL color Cylindrical-coordinate representation of color #8C525F: hue angle of 346.55º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C525F is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 95 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.45 |
| HSL | 346.55º | 0.26% | 0.44% | - |
| HSV(B) | 346.55º | 0.41% | 0.55% | - |
| XYZ | 15.9 | 12.44 | 12.39 | - |
| YUV | 100.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 95 | 0 | 0.41 | 0.32 | 0.45 | 346.55 | 0.26 | 0.44 |
| Hex | 8C | 52 | 5F | 0 | 29 | 20 | 2D | 15B | 1A | 2C |
| Octal | 214 | 122 | 137 | 0 | 51 | 40 | 55 | 533 | 32 | 54 |
| Binary | 10001100 | 1010010 | 1011111 | 0 | 101001 | 100000 | 101101 | 101011011 | 11010 | 101100 |
Color Harmonies of #8C525F
Complementary color
Monochromatic Colors of #8C525F
Black with #8C525F
Text Example
Text Example
White with #8C525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C525F; }
p { color: rgb(140,82,95); }
H1.HeaderClassName
{
color: #8C525F;
}
.AnyTagClassName
{
color: #8C525F;
}
</style>
background-color css
<style>
a { background-color: #8C525F; }
a { background-color: rgb(140,82,95); }
div.DivClassName
{
background-color: #8C525F;
}
.BgClassName
{
background-color: #8C525F;
}
</style>
border-color css
<style>
span { border-color: #8C525F; }
span { border-color: rgb(140,82,95); }
td.TdClassName
{
border-color: #8C525F;
}
.TagClassName
{
border-color: #8C525F;
}
</style>