Shades of Cannon Pink #855264
Tints of Cannon Pink #855264
RGB
CMYK
RGB Variations
Color information
#855264 (or 0x855264) is known color: Cannon Pink. HEX triplet: 85, 52 and 64. RGB value is (133,82,100). Sum of RGB (Red+Green+Blue) = 133+82+100=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855264 is #7AAD9B. Grayscale: #636363. Windows color (decimal): -8039836 or 6574725. OLE color: 6574725.
HSL color Cylindrical-coordinate representation of color #855264: hue angle of 338.82º degrees, saturation: 0.24, 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 #855264 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 100 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.48 |
| HSL | 338.82º | 0.24% | 0.42% | - |
| HSV(B) | 338.82º | 0.38% | 0.52% | - |
| XYZ | 14.99 | 11.94 | 13.57 | - |
| YUV | 99.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 100 | 0 | 0.38 | 0.25 | 0.48 | 338.82 | 0.24 | 0.42 |
| Hex | 85 | 52 | 64 | 0 | 26 | 19 | 30 | 153 | 18 | 2A |
| Octal | 205 | 122 | 144 | 0 | 46 | 31 | 60 | 523 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1100100 | 0 | 100110 | 11001 | 110000 | 101010011 | 11000 | 101010 |
Color Harmonies of #855264
Complementary color
Monochromatic Colors of #855264
Black with #855264
Text Example
Text Example
White with #855264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855264; }
p { color: rgb(133,82,100); }
H1.HeaderClassName
{
color: #855264;
}
.AnyTagClassName
{
color: #855264;
}
</style>
background-color css
<style>
a { background-color: #855264; }
a { background-color: rgb(133,82,100); }
div.DivClassName
{
background-color: #855264;
}
.BgClassName
{
background-color: #855264;
}
</style>
border-color css
<style>
span { border-color: #855264; }
span { border-color: rgb(133,82,100); }
td.TdClassName
{
border-color: #855264;
}
.TagClassName
{
border-color: #855264;
}
</style>