Shades of Cannon Pink #854B5D
Tints of Cannon Pink #854B5D
RGB
CMYK
RGB Variations
Color information
#854B5D (or 0x854B5D) is known color: Cannon Pink. HEX triplet: 85, 4B and 5D. RGB value is (133,75,93). Sum of RGB (Red+Green+Blue) = 133+75+93=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #854B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B5D is #7AB4A2. Grayscale: #5E5E5E. Windows color (decimal): -8041635 or 6114181. OLE color: 6114181.
HSL color Cylindrical-coordinate representation of color #854B5D: hue angle of 341.38º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854B5D is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 93 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.48 |
| HSL | 341.38º | 0.28% | 0.41% | - |
| HSV(B) | 341.38º | 0.44% | 0.52% | - |
| XYZ | 14.16 | 10.81 | 11.7 | - |
| YUV | 94.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 93 | 0 | 0.44 | 0.30 | 0.48 | 341.38 | 0.28 | 0.41 |
| Hex | 85 | 4B | 5D | 0 | 2C | 1E | 30 | 155 | 1C | 29 |
| Octal | 205 | 113 | 135 | 0 | 54 | 36 | 60 | 525 | 34 | 51 |
| Binary | 10000101 | 1001011 | 1011101 | 0 | 101100 | 11110 | 110000 | 101010101 | 11100 | 101001 |
Color Harmonies of #854B5D
Complementary color
Monochromatic Colors of #854B5D
Black with #854B5D
Text Example
Text Example
White with #854B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B5D; }
p { color: rgb(133,75,93); }
H1.HeaderClassName
{
color: #854B5D;
}
.AnyTagClassName
{
color: #854B5D;
}
</style>
background-color css
<style>
a { background-color: #854B5D; }
a { background-color: rgb(133,75,93); }
div.DivClassName
{
background-color: #854B5D;
}
.BgClassName
{
background-color: #854B5D;
}
</style>
border-color css
<style>
span { border-color: #854B5D; }
span { border-color: rgb(133,75,93); }
td.TdClassName
{
border-color: #854B5D;
}
.TagClassName
{
border-color: #854B5D;
}
</style>