Shades of Cannon Pink #854759
Tints of Cannon Pink #854759
RGB
CMYK
RGB Variations
Color information
#854759 (or 0x854759) is known color: Cannon Pink. HEX triplet: 85, 47 and 59. RGB value is (133,71,89). Sum of RGB (Red+Green+Blue) = 133+71+89=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #854759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854759 is #7AB8A6. Grayscale: #5B5B5B. Windows color (decimal): -8042663 or 5851013. OLE color: 5851013.
HSL color Cylindrical-coordinate representation of color #854759: hue angle of 342.58º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854759 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 71 | 89 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.48 |
| HSL | 342.58º | 0.3% | 0.4% | - |
| HSV(B) | 342.58º | 0.47% | 0.52% | - |
| XYZ | 13.73 | 10.21 | 10.7 | - |
| YUV | 91.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 89 | 0 | 0.47 | 0.33 | 0.48 | 342.58 | 0.3 | 0.4 |
| Hex | 85 | 47 | 59 | 0 | 2F | 21 | 30 | 157 | 1E | 28 |
| Octal | 205 | 107 | 131 | 0 | 57 | 41 | 60 | 527 | 36 | 50 |
| Binary | 10000101 | 1000111 | 1011001 | 0 | 101111 | 100001 | 110000 | 101010111 | 11110 | 101000 |
Color Harmonies of #854759
Complementary color
Monochromatic Colors of #854759
Black with #854759
Text Example
Text Example
White with #854759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854759; }
p { color: rgb(133,71,89); }
H1.HeaderClassName
{
color: #854759;
}
.AnyTagClassName
{
color: #854759;
}
</style>
background-color css
<style>
a { background-color: #854759; }
a { background-color: rgb(133,71,89); }
div.DivClassName
{
background-color: #854759;
}
.BgClassName
{
background-color: #854759;
}
</style>
border-color css
<style>
span { border-color: #854759; }
span { border-color: rgb(133,71,89); }
td.TdClassName
{
border-color: #854759;
}
.TagClassName
{
border-color: #854759;
}
</style>