Shades of Cannon Pink #855C62
Tints of Cannon Pink #855C62
RGB
CMYK
RGB Variations
Color information
#855C62 (or 0x855C62) is known color: Cannon Pink. HEX triplet: 85, 5C and 62. RGB value is (133,92,98). Sum of RGB (Red+Green+Blue) = 133+92+98=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #855C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C62 is #7AA39D. Grayscale: #686868. Windows color (decimal): -8037278 or 6446213. OLE color: 6446213.
HSL color Cylindrical-coordinate representation of color #855C62: hue angle of 351.22º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855C62 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 98 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.48 |
| HSL | 351.22º | 0.18% | 0.44% | - |
| HSV(B) | 351.22º | 0.31% | 0.52% | - |
| XYZ | 15.7 | 13.52 | 13.34 | - |
| YUV | 104.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 98 | 0 | 0.31 | 0.26 | 0.48 | 351.22 | 0.18 | 0.44 |
| Hex | 85 | 5C | 62 | 0 | 1F | 1A | 30 | 15F | 12 | 2C |
| Octal | 205 | 134 | 142 | 0 | 37 | 32 | 60 | 537 | 22 | 54 |
| Binary | 10000101 | 1011100 | 1100010 | 0 | 11111 | 11010 | 110000 | 101011111 | 10010 | 101100 |
Color Harmonies of #855C62
Complementary color
Monochromatic Colors of #855C62
Black with #855C62
Text Example
Text Example
White with #855C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C62; }
p { color: rgb(133,92,98); }
H1.HeaderClassName
{
color: #855C62;
}
.AnyTagClassName
{
color: #855C62;
}
</style>
background-color css
<style>
a { background-color: #855C62; }
a { background-color: rgb(133,92,98); }
div.DivClassName
{
background-color: #855C62;
}
.BgClassName
{
background-color: #855C62;
}
</style>
border-color css
<style>
span { border-color: #855C62; }
span { border-color: rgb(133,92,98); }
td.TdClassName
{
border-color: #855C62;
}
.TagClassName
{
border-color: #855C62;
}
</style>