Shades of Cannon Pink #85566A
Tints of Cannon Pink #85566A
RGB
CMYK
RGB Variations
Color information
#85566A (or 0x85566A) is known color: Cannon Pink. HEX triplet: 85, 56 and 6A. RGB value is (133,86,106). Sum of RGB (Red+Green+Blue) = 133+86+106=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85566A is #7AA995. Grayscale: #666666. Windows color (decimal): -8038806 or 6968965. OLE color: 6968965.
HSL color Cylindrical-coordinate representation of color #85566A: hue angle of 334.47º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85566A is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 106 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.48 |
| HSL | 334.47º | 0.21% | 0.43% | - |
| HSV(B) | 334.47º | 0.35% | 0.52% | - |
| XYZ | 15.6 | 12.68 | 15.26 | - |
| YUV | 102.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 106 | 0 | 0.35 | 0.20 | 0.48 | 334.47 | 0.21 | 0.43 |
| Hex | 85 | 56 | 6A | 0 | 23 | 14 | 30 | 14E | 15 | 2B |
| Octal | 205 | 126 | 152 | 0 | 43 | 24 | 60 | 516 | 25 | 53 |
| Binary | 10000101 | 1010110 | 1101010 | 0 | 100011 | 10100 | 110000 | 101001110 | 10101 | 101011 |
Color Harmonies of #85566A
Complementary color
Monochromatic Colors of #85566A
Black with #85566A
Text Example
Text Example
White with #85566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85566A; }
p { color: rgb(133,86,106); }
H1.HeaderClassName
{
color: #85566A;
}
.AnyTagClassName
{
color: #85566A;
}
</style>
background-color css
<style>
a { background-color: #85566A; }
a { background-color: rgb(133,86,106); }
div.DivClassName
{
background-color: #85566A;
}
.BgClassName
{
background-color: #85566A;
}
</style>
border-color css
<style>
span { border-color: #85566A; }
span { border-color: rgb(133,86,106); }
td.TdClassName
{
border-color: #85566A;
}
.TagClassName
{
border-color: #85566A;
}
</style>