Shades of Cannon Pink #864A62
Tints of Cannon Pink #864A62
RGB
CMYK
RGB Variations
Color information
#864A62 (or 0x864A62) is known color: Cannon Pink. HEX triplet: 86, 4A and 62. RGB value is (134,74,98). Sum of RGB (Red+Green+Blue) = 134+74+98=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #864A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864A62 is #79B59D. Grayscale: #5E5E5E. Windows color (decimal): -7976350 or 6441606. OLE color: 6441606.
HSL color Cylindrical-coordinate representation of color #864A62: hue angle of 336º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #864A62 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 98 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.47 |
| HSL | 336º | 0.29% | 0.41% | - |
| HSV(B) | 336º | 0.45% | 0.53% | - |
| XYZ | 14.48 | 10.85 | 12.89 | - |
| YUV | 94.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 98 | 0 | 0.45 | 0.27 | 0.47 | 336 | 0.29 | 0.41 |
| Hex | 86 | 4A | 62 | 0 | 2D | 1B | 2F | 150 | 1D | 29 |
| Octal | 206 | 112 | 142 | 0 | 55 | 33 | 57 | 520 | 35 | 51 |
| Binary | 10000110 | 1001010 | 1100010 | 0 | 101101 | 11011 | 101111 | 101010000 | 11101 | 101001 |
Color Harmonies of #864A62
Complementary color
Monochromatic Colors of #864A62
Black with #864A62
Text Example
Text Example
White with #864A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A62; }
p { color: rgb(134,74,98); }
H1.HeaderClassName
{
color: #864A62;
}
.AnyTagClassName
{
color: #864A62;
}
</style>
background-color css
<style>
a { background-color: #864A62; }
a { background-color: rgb(134,74,98); }
div.DivClassName
{
background-color: #864A62;
}
.BgClassName
{
background-color: #864A62;
}
</style>
border-color css
<style>
span { border-color: #864A62; }
span { border-color: rgb(134,74,98); }
td.TdClassName
{
border-color: #864A62;
}
.TagClassName
{
border-color: #864A62;
}
</style>