Shades of Cannon Pink #855362
Tints of Cannon Pink #855362
RGB
CMYK
RGB Variations
Color information
#855362 (or 0x855362) is known color: Cannon Pink. HEX triplet: 85, 53 and 62. RGB value is (133,83,98). Sum of RGB (Red+Green+Blue) = 133+83+98=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855362 is #7AAC9D. Grayscale: #636363. Windows color (decimal): -8039582 or 6443909. OLE color: 6443909.
HSL color Cylindrical-coordinate representation of color #855362: hue angle of 342º degrees, saturation: 0.23, 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 #855362 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 98 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.48 |
| HSL | 342º | 0.23% | 0.42% | - |
| HSV(B) | 342º | 0.38% | 0.52% | - |
| XYZ | 14.97 | 12.05 | 13.09 | - |
| YUV | 99.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 98 | 0 | 0.38 | 0.26 | 0.48 | 342 | 0.23 | 0.42 |
| Hex | 85 | 53 | 62 | 0 | 26 | 1A | 30 | 156 | 17 | 2A |
| Octal | 205 | 123 | 142 | 0 | 46 | 32 | 60 | 526 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1100010 | 0 | 100110 | 11010 | 110000 | 101010110 | 10111 | 101010 |
Color Harmonies of #855362
Complementary color
Monochromatic Colors of #855362
Black with #855362
Text Example
Text Example
White with #855362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855362; }
p { color: rgb(133,83,98); }
H1.HeaderClassName
{
color: #855362;
}
.AnyTagClassName
{
color: #855362;
}
</style>
background-color css
<style>
a { background-color: #855362; }
a { background-color: rgb(133,83,98); }
div.DivClassName
{
background-color: #855362;
}
.BgClassName
{
background-color: #855362;
}
</style>
border-color css
<style>
span { border-color: #855362; }
span { border-color: rgb(133,83,98); }
td.TdClassName
{
border-color: #855362;
}
.TagClassName
{
border-color: #855362;
}
</style>