Shades of Cannon Pink #855462
Tints of Cannon Pink #855462
RGB
CMYK
RGB Variations
Color information
#855462 (or 0x855462) is known color: Cannon Pink. HEX triplet: 85, 54 and 62. RGB value is (133,84,98). Sum of RGB (Red+Green+Blue) = 133+84+98=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855462 is #7AAB9D. Grayscale: #646464. Windows color (decimal): -8039326 or 6444165. OLE color: 6444165.
HSL color Cylindrical-coordinate representation of color #855462: hue angle of 342.86º 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 #855462 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 98 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.48 |
| HSL | 342.86º | 0.23% | 0.43% | - |
| HSV(B) | 342.86º | 0.37% | 0.52% | - |
| XYZ | 15.05 | 12.21 | 13.12 | - |
| YUV | 100.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 98 | 0 | 0.37 | 0.26 | 0.48 | 342.86 | 0.23 | 0.43 |
| Hex | 85 | 54 | 62 | 0 | 25 | 1A | 30 | 157 | 17 | 2B |
| Octal | 205 | 124 | 142 | 0 | 45 | 32 | 60 | 527 | 27 | 53 |
| Binary | 10000101 | 1010100 | 1100010 | 0 | 100101 | 11010 | 110000 | 101010111 | 10111 | 101011 |
Color Harmonies of #855462
Complementary color
Monochromatic Colors of #855462
Black with #855462
Text Example
Text Example
White with #855462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855462; }
p { color: rgb(133,84,98); }
H1.HeaderClassName
{
color: #855462;
}
.AnyTagClassName
{
color: #855462;
}
</style>
background-color css
<style>
a { background-color: #855462; }
a { background-color: rgb(133,84,98); }
div.DivClassName
{
background-color: #855462;
}
.BgClassName
{
background-color: #855462;
}
</style>
border-color css
<style>
span { border-color: #855462; }
span { border-color: rgb(133,84,98); }
td.TdClassName
{
border-color: #855462;
}
.TagClassName
{
border-color: #855462;
}
</style>