Shades of Cannon Pink #855A67
Tints of Cannon Pink #855A67
RGB
CMYK
RGB Variations
Color information
#855A67 (or 0x855A67) is known color: Cannon Pink. HEX triplet: 85, 5A and 67. RGB value is (133,90,103). Sum of RGB (Red+Green+Blue) = 133+90+103=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #855A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A67 is #7AA598. Grayscale: #686868. Windows color (decimal): -8037785 or 6773381. OLE color: 6773381.
HSL color Cylindrical-coordinate representation of color #855A67: hue angle of 341.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A67 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 103 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.48 |
| HSL | 341.86º | 0.19% | 0.44% | - |
| HSV(B) | 341.86º | 0.32% | 0.52% | - |
| XYZ | 15.78 | 13.28 | 14.56 | - |
| YUV | 104.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 103 | 0 | 0.32 | 0.23 | 0.48 | 341.86 | 0.19 | 0.44 |
| Hex | 85 | 5A | 67 | 0 | 20 | 17 | 30 | 156 | 13 | 2C |
| Octal | 205 | 132 | 147 | 0 | 40 | 27 | 60 | 526 | 23 | 54 |
| Binary | 10000101 | 1011010 | 1100111 | 0 | 100000 | 10111 | 110000 | 101010110 | 10011 | 101100 |
Color Harmonies of #855A67
Complementary color
Monochromatic Colors of #855A67
Black with #855A67
Text Example
Text Example
White with #855A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A67; }
p { color: rgb(133,90,103); }
H1.HeaderClassName
{
color: #855A67;
}
.AnyTagClassName
{
color: #855A67;
}
</style>
background-color css
<style>
a { background-color: #855A67; }
a { background-color: rgb(133,90,103); }
div.DivClassName
{
background-color: #855A67;
}
.BgClassName
{
background-color: #855A67;
}
</style>
border-color css
<style>
span { border-color: #855A67; }
span { border-color: rgb(133,90,103); }
td.TdClassName
{
border-color: #855A67;
}
.TagClassName
{
border-color: #855A67;
}
</style>