Shades of Cannon Pink #834E5A
Tints of Cannon Pink #834E5A
RGB
CMYK
RGB Variations
Color information
#834E5A (or 0x834E5A) is known color: Cannon Pink. HEX triplet: 83, 4E and 5A. RGB value is (131,78,90). Sum of RGB (Red+Green+Blue) = 131+78+90=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #834E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E5A is #7CB1A5. Grayscale: #5F5F5F. Windows color (decimal): -8171942 or 5918339. OLE color: 5918339.
HSL color Cylindrical-coordinate representation of color #834E5A: hue angle of 346.42º 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 #834E5A is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 78 | 90 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.49 |
| HSL | 346.42º | 0.25% | 0.41% | - |
| HSV(B) | 346.42º | 0.4% | 0.51% | - |
| XYZ | 13.93 | 11.01 | 11.06 | - |
| YUV | 95.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 90 | 0 | 0.40 | 0.31 | 0.49 | 346.42 | 0.25 | 0.41 |
| Hex | 83 | 4E | 5A | 0 | 28 | 1F | 31 | 15A | 19 | 29 |
| Octal | 203 | 116 | 132 | 0 | 50 | 37 | 61 | 532 | 31 | 51 |
| Binary | 10000011 | 1001110 | 1011010 | 0 | 101000 | 11111 | 110001 | 101011010 | 11001 | 101001 |
Color Harmonies of #834E5A
Complementary color
Monochromatic Colors of #834E5A
Black with #834E5A
Text Example
Text Example
White with #834E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834E5A; }
p { color: rgb(131,78,90); }
H1.HeaderClassName
{
color: #834E5A;
}
.AnyTagClassName
{
color: #834E5A;
}
</style>
background-color css
<style>
a { background-color: #834E5A; }
a { background-color: rgb(131,78,90); }
div.DivClassName
{
background-color: #834E5A;
}
.BgClassName
{
background-color: #834E5A;
}
</style>
border-color css
<style>
span { border-color: #834E5A; }
span { border-color: rgb(131,78,90); }
td.TdClassName
{
border-color: #834E5A;
}
.TagClassName
{
border-color: #834E5A;
}
</style>