Shades of Cannon Pink #865365
Tints of Cannon Pink #865365
RGB
CMYK
RGB Variations
Color information
#865365 (or 0x865365) is known color: Cannon Pink. HEX triplet: 86, 53 and 65. RGB value is (134,83,101). Sum of RGB (Red+Green+Blue) = 134+83+101=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865365 is #79AC9A. Grayscale: #646464. Windows color (decimal): -7974043 or 6640518. OLE color: 6640518.
HSL color Cylindrical-coordinate representation of color #865365: hue angle of 338.82º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865365 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 101 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.47 |
| HSL | 338.82º | 0.24% | 0.43% | - |
| HSV(B) | 338.82º | 0.38% | 0.53% | - |
| XYZ | 15.27 | 12.19 | 13.86 | - |
| YUV | 100.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 101 | 0 | 0.38 | 0.25 | 0.47 | 338.82 | 0.24 | 0.43 |
| Hex | 86 | 53 | 65 | 0 | 26 | 19 | 2F | 153 | 18 | 2B |
| Octal | 206 | 123 | 145 | 0 | 46 | 31 | 57 | 523 | 30 | 53 |
| Binary | 10000110 | 1010011 | 1100101 | 0 | 100110 | 11001 | 101111 | 101010011 | 11000 | 101011 |
Color Harmonies of #865365
Complementary color
Monochromatic Colors of #865365
Black with #865365
Text Example
Text Example
White with #865365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865365; }
p { color: rgb(134,83,101); }
H1.HeaderClassName
{
color: #865365;
}
.AnyTagClassName
{
color: #865365;
}
</style>
background-color css
<style>
a { background-color: #865365; }
a { background-color: rgb(134,83,101); }
div.DivClassName
{
background-color: #865365;
}
.BgClassName
{
background-color: #865365;
}
</style>
border-color css
<style>
span { border-color: #865365; }
span { border-color: rgb(134,83,101); }
td.TdClassName
{
border-color: #865365;
}
.TagClassName
{
border-color: #865365;
}
</style>