Shades of Cannon Pink #854D5A
Tints of Cannon Pink #854D5A
RGB
CMYK
RGB Variations
Color information
#854D5A (or 0x854D5A) is known color: Cannon Pink. HEX triplet: 85, 4D and 5A. RGB value is (133,77,90). Sum of RGB (Red+Green+Blue) = 133+77+90=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #854D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D5A is #7AB2A5. Grayscale: #5F5F5F. Windows color (decimal): -8041126 or 5918085. OLE color: 5918085.
HSL color Cylindrical-coordinate representation of color #854D5A: hue angle of 346.07º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D5A is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 90 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.48 |
| HSL | 346.07º | 0.27% | 0.41% | - |
| HSV(B) | 346.07º | 0.42% | 0.52% | - |
| XYZ | 14.17 | 11.03 | 11.06 | - |
| YUV | 95.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 90 | 0 | 0.42 | 0.32 | 0.48 | 346.07 | 0.27 | 0.41 |
| Hex | 85 | 4D | 5A | 0 | 2A | 20 | 30 | 15A | 1B | 29 |
| Octal | 205 | 115 | 132 | 0 | 52 | 40 | 60 | 532 | 33 | 51 |
| Binary | 10000101 | 1001101 | 1011010 | 0 | 101010 | 100000 | 110000 | 101011010 | 11011 | 101001 |
Color Harmonies of #854D5A
Complementary color
Monochromatic Colors of #854D5A
Black with #854D5A
Text Example
Text Example
White with #854D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D5A; }
p { color: rgb(133,77,90); }
H1.HeaderClassName
{
color: #854D5A;
}
.AnyTagClassName
{
color: #854D5A;
}
</style>
background-color css
<style>
a { background-color: #854D5A; }
a { background-color: rgb(133,77,90); }
div.DivClassName
{
background-color: #854D5A;
}
.BgClassName
{
background-color: #854D5A;
}
</style>
border-color css
<style>
span { border-color: #854D5A; }
span { border-color: rgb(133,77,90); }
td.TdClassName
{
border-color: #854D5A;
}
.TagClassName
{
border-color: #854D5A;
}
</style>