Shades of Cannon Pink #855360
Tints of Cannon Pink #855360
RGB
CMYK
RGB Variations
Color information
#855360 (or 0x855360) is known color: Cannon Pink. HEX triplet: 85, 53 and 60. RGB value is (133,83,96). Sum of RGB (Red+Green+Blue) = 133+83+96=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #855360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855360 is #7AAC9F. Grayscale: #636363. Windows color (decimal): -8039584 or 6312837. OLE color: 6312837.
HSL color Cylindrical-coordinate representation of color #855360: hue angle of 344.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855360 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 96 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.48 |
| HSL | 344.4º | 0.23% | 0.42% | - |
| HSV(B) | 344.4º | 0.38% | 0.52% | - |
| XYZ | 14.88 | 12.02 | 12.6 | - |
| YUV | 99.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 96 | 0 | 0.38 | 0.28 | 0.48 | 344.4 | 0.23 | 0.42 |
| Hex | 85 | 53 | 60 | 0 | 26 | 1C | 30 | 158 | 17 | 2A |
| Octal | 205 | 123 | 140 | 0 | 46 | 34 | 60 | 530 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1100000 | 0 | 100110 | 11100 | 110000 | 101011000 | 10111 | 101010 |
Color Harmonies of #855360
Complementary color
Monochromatic Colors of #855360
Black with #855360
Text Example
Text Example
White with #855360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855360; }
p { color: rgb(133,83,96); }
H1.HeaderClassName
{
color: #855360;
}
.AnyTagClassName
{
color: #855360;
}
</style>
background-color css
<style>
a { background-color: #855360; }
a { background-color: rgb(133,83,96); }
div.DivClassName
{
background-color: #855360;
}
.BgClassName
{
background-color: #855360;
}
</style>
border-color css
<style>
span { border-color: #855360; }
span { border-color: rgb(133,83,96); }
td.TdClassName
{
border-color: #855360;
}
.TagClassName
{
border-color: #855360;
}
</style>