Shades of Cannon Pink #86525A
Tints of Cannon Pink #86525A
RGB
CMYK
RGB Variations
Color information
#86525A (or 0x86525A) is known color: Cannon Pink. HEX triplet: 86, 52 and 5A. RGB value is (134,82,90). Sum of RGB (Red+Green+Blue) = 134+82+90=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #86525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86525A is #79ADA5. Grayscale: #626262. Windows color (decimal): -7974310 or 5919366. OLE color: 5919366.
HSL color Cylindrical-coordinate representation of color #86525A: hue angle of 350.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86525A is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 90 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.47 |
| HSL | 350.77º | 0.24% | 0.42% | - |
| HSV(B) | 350.77º | 0.39% | 0.53% | - |
| XYZ | 14.69 | 11.84 | 11.18 | - |
| YUV | 98.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 90 | 0 | 0.39 | 0.33 | 0.47 | 350.77 | 0.24 | 0.42 |
| Hex | 86 | 52 | 5A | 0 | 27 | 21 | 2F | 15F | 18 | 2A |
| Octal | 206 | 122 | 132 | 0 | 47 | 41 | 57 | 537 | 30 | 52 |
| Binary | 10000110 | 1010010 | 1011010 | 0 | 100111 | 100001 | 101111 | 101011111 | 11000 | 101010 |
Color Harmonies of #86525A
Complementary color
Monochromatic Colors of #86525A
Black with #86525A
Text Example
Text Example
White with #86525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86525A; }
p { color: rgb(134,82,90); }
H1.HeaderClassName
{
color: #86525A;
}
.AnyTagClassName
{
color: #86525A;
}
</style>
background-color css
<style>
a { background-color: #86525A; }
a { background-color: rgb(134,82,90); }
div.DivClassName
{
background-color: #86525A;
}
.BgClassName
{
background-color: #86525A;
}
</style>
border-color css
<style>
span { border-color: #86525A; }
span { border-color: rgb(134,82,90); }
td.TdClassName
{
border-color: #86525A;
}
.TagClassName
{
border-color: #86525A;
}
</style>