Shades of Cannon Pink #8F5268
Tints of Cannon Pink #8F5268
RGB
CMYK
RGB Variations
Color information
#8F5268 (or 0x8F5268) is known color: Cannon Pink. HEX triplet: 8F, 52 and 68. RGB value is (143,82,104). Sum of RGB (Red+Green+Blue) = 143+82+104=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5268 is #70AD97. Grayscale: #666666. Windows color (decimal): -7384472 or 6836879. OLE color: 6836879.
HSL color Cylindrical-coordinate representation of color #8F5268: hue angle of 338.36º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F5268 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 104 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.44 |
| HSL | 338.36º | 0.27% | 0.44% | - |
| HSV(B) | 338.36º | 0.43% | 0.56% | - |
| XYZ | 16.84 | 12.87 | 14.69 | - |
| YUV | 102.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 104 | 0 | 0.43 | 0.27 | 0.44 | 338.36 | 0.27 | 0.44 |
| Hex | 8F | 52 | 68 | 0 | 2B | 1B | 2C | 152 | 1B | 2C |
| Octal | 217 | 122 | 150 | 0 | 53 | 33 | 54 | 522 | 33 | 54 |
| Binary | 10001111 | 1010010 | 1101000 | 0 | 101011 | 11011 | 101100 | 101010010 | 11011 | 101100 |
Color Harmonies of #8F5268
Complementary color
Monochromatic Colors of #8F5268
Black with #8F5268
Text Example
Text Example
White with #8F5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5268; }
p { color: rgb(143,82,104); }
H1.HeaderClassName
{
color: #8F5268;
}
.AnyTagClassName
{
color: #8F5268;
}
</style>
background-color css
<style>
a { background-color: #8F5268; }
a { background-color: rgb(143,82,104); }
div.DivClassName
{
background-color: #8F5268;
}
.BgClassName
{
background-color: #8F5268;
}
</style>
border-color css
<style>
span { border-color: #8F5268; }
span { border-color: rgb(143,82,104); }
td.TdClassName
{
border-color: #8F5268;
}
.TagClassName
{
border-color: #8F5268;
}
</style>