Shades of Cannon Pink #855C61
Tints of Cannon Pink #855C61
RGB
CMYK
RGB Variations
Color information
#855C61 (or 0x855C61) is known color: Cannon Pink. HEX triplet: 85, 5C and 61. RGB value is (133,92,97). Sum of RGB (Red+Green+Blue) = 133+92+97=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C61 is #7AA39E. Grayscale: #686868. Windows color (decimal): -8037279 or 6380677. OLE color: 6380677.
HSL color Cylindrical-coordinate representation of color #855C61: hue angle of 352.68º 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 #855C61 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 97 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.48 |
| HSL | 352.68º | 0.18% | 0.44% | - |
| HSV(B) | 352.68º | 0.31% | 0.52% | - |
| XYZ | 15.66 | 13.5 | 13.09 | - |
| YUV | 104.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 97 | 0 | 0.31 | 0.27 | 0.48 | 352.68 | 0.18 | 0.44 |
| Hex | 85 | 5C | 61 | 0 | 1F | 1B | 30 | 161 | 12 | 2C |
| Octal | 205 | 134 | 141 | 0 | 37 | 33 | 60 | 541 | 22 | 54 |
| Binary | 10000101 | 1011100 | 1100001 | 0 | 11111 | 11011 | 110000 | 101100001 | 10010 | 101100 |
Color Harmonies of #855C61
Complementary color
Monochromatic Colors of #855C61
Black with #855C61
Text Example
Text Example
White with #855C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C61; }
p { color: rgb(133,92,97); }
H1.HeaderClassName
{
color: #855C61;
}
.AnyTagClassName
{
color: #855C61;
}
</style>
background-color css
<style>
a { background-color: #855C61; }
a { background-color: rgb(133,92,97); }
div.DivClassName
{
background-color: #855C61;
}
.BgClassName
{
background-color: #855C61;
}
</style>
border-color css
<style>
span { border-color: #855C61; }
span { border-color: rgb(133,92,97); }
td.TdClassName
{
border-color: #855C61;
}
.TagClassName
{
border-color: #855C61;
}
</style>