Shades of Cannon Pink #865A66
Tints of Cannon Pink #865A66
RGB
CMYK
RGB Variations
Color information
#865A66 (or 0x865A66) is known color: Cannon Pink. HEX triplet: 86, 5A and 66. RGB value is (134,90,102). Sum of RGB (Red+Green+Blue) = 134+90+102=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #865A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A66 is #79A599. Grayscale: #686868. Windows color (decimal): -7972250 or 6707846. OLE color: 6707846.
HSL color Cylindrical-coordinate representation of color #865A66: hue angle of 343.64º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865A66 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 90 | 102 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.47 |
| HSL | 343.64º | 0.2% | 0.44% | - |
| HSV(B) | 343.64º | 0.33% | 0.53% | - |
| XYZ | 15.89 | 13.34 | 14.31 | - |
| YUV | 104.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 102 | 0 | 0.33 | 0.24 | 0.47 | 343.64 | 0.2 | 0.44 |
| Hex | 86 | 5A | 66 | 0 | 21 | 18 | 2F | 158 | 14 | 2C |
| Octal | 206 | 132 | 146 | 0 | 41 | 30 | 57 | 530 | 24 | 54 |
| Binary | 10000110 | 1011010 | 1100110 | 0 | 100001 | 11000 | 101111 | 101011000 | 10100 | 101100 |
Color Harmonies of #865A66
Complementary color
Monochromatic Colors of #865A66
Black with #865A66
Text Example
Text Example
White with #865A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A66; }
p { color: rgb(134,90,102); }
H1.HeaderClassName
{
color: #865A66;
}
.AnyTagClassName
{
color: #865A66;
}
</style>
background-color css
<style>
a { background-color: #865A66; }
a { background-color: rgb(134,90,102); }
div.DivClassName
{
background-color: #865A66;
}
.BgClassName
{
background-color: #865A66;
}
</style>
border-color css
<style>
span { border-color: #865A66; }
span { border-color: rgb(134,90,102); }
td.TdClassName
{
border-color: #865A66;
}
.TagClassName
{
border-color: #865A66;
}
</style>