Shades of Cannon Pink #8F4D5C
Tints of Cannon Pink #8F4D5C
RGB
CMYK
RGB Variations
Color information
#8F4D5C (or 0x8F4D5C) is known color: Cannon Pink. HEX triplet: 8F, 4D and 5C. RGB value is (143,77,92). Sum of RGB (Red+Green+Blue) = 143+77+92=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D5C is #70B2A3. Grayscale: #626262. Windows color (decimal): -7385764 or 6049167. OLE color: 6049167.
HSL color Cylindrical-coordinate representation of color #8F4D5C: hue angle of 346.36º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F4D5C is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 77 | 92 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.44 |
| HSL | 346.36º | 0.3% | 0.43% | - |
| HSV(B) | 346.36º | 0.46% | 0.56% | - |
| XYZ | 15.91 | 11.92 | 11.59 | - |
| YUV | 98.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 92 | 0 | 0.46 | 0.36 | 0.44 | 346.36 | 0.3 | 0.43 |
| Hex | 8F | 4D | 5C | 0 | 2E | 24 | 2C | 15A | 1E | 2B |
| Octal | 217 | 115 | 134 | 0 | 56 | 44 | 54 | 532 | 36 | 53 |
| Binary | 10001111 | 1001101 | 1011100 | 0 | 101110 | 100100 | 101100 | 101011010 | 11110 | 101011 |
Color Harmonies of #8F4D5C
Complementary color
Monochromatic Colors of #8F4D5C
Black with #8F4D5C
Text Example
Text Example
White with #8F4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4D5C; }
p { color: rgb(143,77,92); }
H1.HeaderClassName
{
color: #8F4D5C;
}
.AnyTagClassName
{
color: #8F4D5C;
}
</style>
background-color css
<style>
a { background-color: #8F4D5C; }
a { background-color: rgb(143,77,92); }
div.DivClassName
{
background-color: #8F4D5C;
}
.BgClassName
{
background-color: #8F4D5C;
}
</style>
border-color css
<style>
span { border-color: #8F4D5C; }
span { border-color: rgb(143,77,92); }
td.TdClassName
{
border-color: #8F4D5C;
}
.TagClassName
{
border-color: #8F4D5C;
}
</style>