Shades of Cannon Pink #855168
Tints of Cannon Pink #855168
RGB
CMYK
RGB Variations
Color information
#855168 (or 0x855168) is known color: Cannon Pink. HEX triplet: 85, 51 and 68. RGB value is (133,81,104). Sum of RGB (Red+Green+Blue) = 133+81+104=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855168 is #7AAE97. Grayscale: #636363. Windows color (decimal): -8040088 or 6836613. OLE color: 6836613.
HSL color Cylindrical-coordinate representation of color #855168: hue angle of 333.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855168 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 104 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.48 |
| HSL | 333.46º | 0.24% | 0.42% | - |
| HSV(B) | 333.46º | 0.39% | 0.52% | - |
| XYZ | 15.11 | 11.87 | 14.59 | - |
| YUV | 99.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 104 | 0 | 0.39 | 0.22 | 0.48 | 333.46 | 0.24 | 0.42 |
| Hex | 85 | 51 | 68 | 0 | 27 | 16 | 30 | 14D | 18 | 2A |
| Octal | 205 | 121 | 150 | 0 | 47 | 26 | 60 | 515 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1101000 | 0 | 100111 | 10110 | 110000 | 101001101 | 11000 | 101010 |
Color Harmonies of #855168
Complementary color
Monochromatic Colors of #855168
Black with #855168
Text Example
Text Example
White with #855168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855168; }
p { color: rgb(133,81,104); }
H1.HeaderClassName
{
color: #855168;
}
.AnyTagClassName
{
color: #855168;
}
</style>
background-color css
<style>
a { background-color: #855168; }
a { background-color: rgb(133,81,104); }
div.DivClassName
{
background-color: #855168;
}
.BgClassName
{
background-color: #855168;
}
</style>
border-color css
<style>
span { border-color: #855168; }
span { border-color: rgb(133,81,104); }
td.TdClassName
{
border-color: #855168;
}
.TagClassName
{
border-color: #855168;
}
</style>