Shades of Cannon Pink #834E5F
Tints of Cannon Pink #834E5F
RGB
CMYK
RGB Variations
Color information
#834E5F (or 0x834E5F) is known color: Cannon Pink. HEX triplet: 83, 4E and 5F. RGB value is (131,78,95). Sum of RGB (Red+Green+Blue) = 131+78+95=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #834E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E5F is #7CB1A0. Grayscale: #5F5F5F. Windows color (decimal): -8171937 or 6246019. OLE color: 6246019.
HSL color Cylindrical-coordinate representation of color #834E5F: hue angle of 340.75º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834E5F is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 78 | 95 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.49 |
| HSL | 340.75º | 0.25% | 0.41% | - |
| HSV(B) | 340.75º | 0.4% | 0.51% | - |
| XYZ | 14.15 | 11.1 | 12.22 | - |
| YUV | 95.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 95 | 0 | 0.40 | 0.27 | 0.49 | 340.75 | 0.25 | 0.41 |
| Hex | 83 | 4E | 5F | 0 | 28 | 1B | 31 | 155 | 19 | 29 |
| Octal | 203 | 116 | 137 | 0 | 50 | 33 | 61 | 525 | 31 | 51 |
| Binary | 10000011 | 1001110 | 1011111 | 0 | 101000 | 11011 | 110001 | 101010101 | 11001 | 101001 |
Color Harmonies of #834E5F
Complementary color
Monochromatic Colors of #834E5F
Black with #834E5F
Text Example
Text Example
White with #834E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834E5F; }
p { color: rgb(131,78,95); }
H1.HeaderClassName
{
color: #834E5F;
}
.AnyTagClassName
{
color: #834E5F;
}
</style>
background-color css
<style>
a { background-color: #834E5F; }
a { background-color: rgb(131,78,95); }
div.DivClassName
{
background-color: #834E5F;
}
.BgClassName
{
background-color: #834E5F;
}
</style>
border-color css
<style>
span { border-color: #834E5F; }
span { border-color: rgb(131,78,95); }
td.TdClassName
{
border-color: #834E5F;
}
.TagClassName
{
border-color: #834E5F;
}
</style>