Shades of Cannon Pink #865A69
Tints of Cannon Pink #865A69
RGB
CMYK
RGB Variations
Color information
#865A69 (or 0x865A69) is known color: Cannon Pink. HEX triplet: 86, 5A and 69. RGB value is (134,90,105). Sum of RGB (Red+Green+Blue) = 134+90+105=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #865A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A69 is #79A596. Grayscale: #686868. Windows color (decimal): -7972247 or 6904454. OLE color: 6904454.
HSL color Cylindrical-coordinate representation of color #865A69: hue angle of 339.55º 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 #865A69 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 90 | 105 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.47 |
| HSL | 339.55º | 0.2% | 0.44% | - |
| HSV(B) | 339.55º | 0.33% | 0.53% | - |
| XYZ | 16.04 | 13.4 | 15.11 | - |
| YUV | 104.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 105 | 0 | 0.33 | 0.22 | 0.47 | 339.55 | 0.2 | 0.44 |
| Hex | 86 | 5A | 69 | 0 | 21 | 16 | 2F | 154 | 14 | 2C |
| Octal | 206 | 132 | 151 | 0 | 41 | 26 | 57 | 524 | 24 | 54 |
| Binary | 10000110 | 1011010 | 1101001 | 0 | 100001 | 10110 | 101111 | 101010100 | 10100 | 101100 |
Color Harmonies of #865A69
Complementary color
Monochromatic Colors of #865A69
Black with #865A69
Text Example
Text Example
White with #865A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A69; }
p { color: rgb(134,90,105); }
H1.HeaderClassName
{
color: #865A69;
}
.AnyTagClassName
{
color: #865A69;
}
</style>
background-color css
<style>
a { background-color: #865A69; }
a { background-color: rgb(134,90,105); }
div.DivClassName
{
background-color: #865A69;
}
.BgClassName
{
background-color: #865A69;
}
</style>
border-color css
<style>
span { border-color: #865A69; }
span { border-color: rgb(134,90,105); }
td.TdClassName
{
border-color: #865A69;
}
.TagClassName
{
border-color: #865A69;
}
</style>