Shades of Cannon Pink #854E5E
Tints of Cannon Pink #854E5E
RGB
CMYK
RGB Variations
Color information
#854E5E (or 0x854E5E) is known color: Cannon Pink. HEX triplet: 85, 4E and 5E. RGB value is (133,78,94). Sum of RGB (Red+Green+Blue) = 133+78+94=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #854E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E5E is #7AB1A1. Grayscale: #606060. Windows color (decimal): -8040866 or 6180485. OLE color: 6180485.
HSL color Cylindrical-coordinate representation of color #854E5E: hue angle of 342.55º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854E5E is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 78 | 94 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.48 |
| HSL | 342.55º | 0.26% | 0.41% | - |
| HSV(B) | 342.55º | 0.41% | 0.52% | - |
| XYZ | 14.42 | 11.24 | 12 | - |
| YUV | 96.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 94 | 0 | 0.41 | 0.29 | 0.48 | 342.55 | 0.26 | 0.41 |
| Hex | 85 | 4E | 5E | 0 | 29 | 1D | 30 | 157 | 1A | 29 |
| Octal | 205 | 116 | 136 | 0 | 51 | 35 | 60 | 527 | 32 | 51 |
| Binary | 10000101 | 1001110 | 1011110 | 0 | 101001 | 11101 | 110000 | 101010111 | 11010 | 101001 |
Color Harmonies of #854E5E
Complementary color
Monochromatic Colors of #854E5E
Black with #854E5E
Text Example
Text Example
White with #854E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E5E; }
p { color: rgb(133,78,94); }
H1.HeaderClassName
{
color: #854E5E;
}
.AnyTagClassName
{
color: #854E5E;
}
</style>
background-color css
<style>
a { background-color: #854E5E; }
a { background-color: rgb(133,78,94); }
div.DivClassName
{
background-color: #854E5E;
}
.BgClassName
{
background-color: #854E5E;
}
</style>
border-color css
<style>
span { border-color: #854E5E; }
span { border-color: rgb(133,78,94); }
td.TdClassName
{
border-color: #854E5E;
}
.TagClassName
{
border-color: #854E5E;
}
</style>