Shades of Cannon Pink #855468
Tints of Cannon Pink #855468
RGB
CMYK
RGB Variations
Color information
#855468 (or 0x855468) is known color: Cannon Pink. HEX triplet: 85, 54 and 68. RGB value is (133,84,104). Sum of RGB (Red+Green+Blue) = 133+84+104=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #855468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855468 is #7AAB97. Grayscale: #646464. Windows color (decimal): -8039320 or 6837381. OLE color: 6837381.
HSL color Cylindrical-coordinate representation of color #855468: hue angle of 335.51º 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 #855468 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 104 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.48 |
| HSL | 335.51º | 0.23% | 0.43% | - |
| HSV(B) | 335.51º | 0.37% | 0.52% | - |
| XYZ | 15.34 | 12.33 | 14.67 | - |
| YUV | 100.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 104 | 0 | 0.37 | 0.22 | 0.48 | 335.51 | 0.23 | 0.43 |
| Hex | 85 | 54 | 68 | 0 | 25 | 16 | 30 | 150 | 17 | 2B |
| Octal | 205 | 124 | 150 | 0 | 45 | 26 | 60 | 520 | 27 | 53 |
| Binary | 10000101 | 1010100 | 1101000 | 0 | 100101 | 10110 | 110000 | 101010000 | 10111 | 101011 |
Color Harmonies of #855468
Complementary color
Monochromatic Colors of #855468
Black with #855468
Text Example
Text Example
White with #855468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855468; }
p { color: rgb(133,84,104); }
H1.HeaderClassName
{
color: #855468;
}
.AnyTagClassName
{
color: #855468;
}
</style>
background-color css
<style>
a { background-color: #855468; }
a { background-color: rgb(133,84,104); }
div.DivClassName
{
background-color: #855468;
}
.BgClassName
{
background-color: #855468;
}
</style>
border-color css
<style>
span { border-color: #855468; }
span { border-color: rgb(133,84,104); }
td.TdClassName
{
border-color: #855468;
}
.TagClassName
{
border-color: #855468;
}
</style>