Shades of Cannon Pink #855465
Tints of Cannon Pink #855465
RGB
CMYK
RGB Variations
Color information
#855465 (or 0x855465) is known color: Cannon Pink. HEX triplet: 85, 54 and 65. RGB value is (133,84,101). Sum of RGB (Red+Green+Blue) = 133+84+101=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855465 is #7AAB9A. Grayscale: #646464. Windows color (decimal): -8039323 or 6640773. OLE color: 6640773.
HSL color Cylindrical-coordinate representation of color #855465: hue angle of 339.18º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855465 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 101 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.48 |
| HSL | 339.18º | 0.23% | 0.43% | - |
| HSV(B) | 339.18º | 0.37% | 0.52% | - |
| XYZ | 15.19 | 12.27 | 13.88 | - |
| YUV | 100.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 101 | 0 | 0.37 | 0.24 | 0.48 | 339.18 | 0.23 | 0.43 |
| Hex | 85 | 54 | 65 | 0 | 25 | 18 | 30 | 153 | 17 | 2B |
| Octal | 205 | 124 | 145 | 0 | 45 | 30 | 60 | 523 | 27 | 53 |
| Binary | 10000101 | 1010100 | 1100101 | 0 | 100101 | 11000 | 110000 | 101010011 | 10111 | 101011 |
Color Harmonies of #855465
Complementary color
Monochromatic Colors of #855465
Black with #855465
Text Example
Text Example
White with #855465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855465; }
p { color: rgb(133,84,101); }
H1.HeaderClassName
{
color: #855465;
}
.AnyTagClassName
{
color: #855465;
}
</style>
background-color css
<style>
a { background-color: #855465; }
a { background-color: rgb(133,84,101); }
div.DivClassName
{
background-color: #855465;
}
.BgClassName
{
background-color: #855465;
}
</style>
border-color css
<style>
span { border-color: #855465; }
span { border-color: rgb(133,84,101); }
td.TdClassName
{
border-color: #855465;
}
.TagClassName
{
border-color: #855465;
}
</style>