Shades of Cannon Pink #855862
Tints of Cannon Pink #855862
RGB
CMYK
RGB Variations
Color information
#855862 (or 0x855862) is known color: Cannon Pink. HEX triplet: 85, 58 and 62. RGB value is (133,88,98). Sum of RGB (Red+Green+Blue) = 133+88+98=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #855862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855862 is #7AA79D. Grayscale: #666666. Windows color (decimal): -8038302 or 6445189. OLE color: 6445189.
HSL color Cylindrical-coordinate representation of color #855862: hue angle of 346.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855862 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 98 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.48 |
| HSL | 346.67º | 0.2% | 0.43% | - |
| HSV(B) | 346.67º | 0.34% | 0.52% | - |
| XYZ | 15.37 | 12.85 | 13.23 | - |
| YUV | 102.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 98 | 0 | 0.34 | 0.26 | 0.48 | 346.67 | 0.2 | 0.43 |
| Hex | 85 | 58 | 62 | 0 | 22 | 1A | 30 | 15B | 14 | 2B |
| Octal | 205 | 130 | 142 | 0 | 42 | 32 | 60 | 533 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1100010 | 0 | 100010 | 11010 | 110000 | 101011011 | 10100 | 101011 |
Color Harmonies of #855862
Complementary color
Monochromatic Colors of #855862
Black with #855862
Text Example
Text Example
White with #855862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855862; }
p { color: rgb(133,88,98); }
H1.HeaderClassName
{
color: #855862;
}
.AnyTagClassName
{
color: #855862;
}
</style>
background-color css
<style>
a { background-color: #855862; }
a { background-color: rgb(133,88,98); }
div.DivClassName
{
background-color: #855862;
}
.BgClassName
{
background-color: #855862;
}
</style>
border-color css
<style>
span { border-color: #855862; }
span { border-color: rgb(133,88,98); }
td.TdClassName
{
border-color: #855862;
}
.TagClassName
{
border-color: #855862;
}
</style>