Shades of Cannon Pink #874A5A
Tints of Cannon Pink #874A5A
RGB
CMYK
RGB Variations
Color information
#874A5A (or 0x874A5A) is known color: Cannon Pink. HEX triplet: 87, 4A and 5A. RGB value is (135,74,90). Sum of RGB (Red+Green+Blue) = 135+74+90=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #874A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A5A is #78B5A5. Grayscale: #5E5E5E. Windows color (decimal): -7910822 or 5917319. OLE color: 5917319.
HSL color Cylindrical-coordinate representation of color #874A5A: hue angle of 344.26º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874A5A is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 90 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.47 |
| HSL | 344.26º | 0.29% | 0.41% | - |
| HSV(B) | 344.26º | 0.45% | 0.53% | - |
| XYZ | 14.29 | 10.79 | 11 | - |
| YUV | 94.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 90 | 0 | 0.45 | 0.33 | 0.47 | 344.26 | 0.29 | 0.41 |
| Hex | 87 | 4A | 5A | 0 | 2D | 21 | 2F | 158 | 1D | 29 |
| Octal | 207 | 112 | 132 | 0 | 55 | 41 | 57 | 530 | 35 | 51 |
| Binary | 10000111 | 1001010 | 1011010 | 0 | 101101 | 100001 | 101111 | 101011000 | 11101 | 101001 |
Color Harmonies of #874A5A
Complementary color
Monochromatic Colors of #874A5A
Black with #874A5A
Text Example
Text Example
White with #874A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A5A; }
p { color: rgb(135,74,90); }
H1.HeaderClassName
{
color: #874A5A;
}
.AnyTagClassName
{
color: #874A5A;
}
</style>
background-color css
<style>
a { background-color: #874A5A; }
a { background-color: rgb(135,74,90); }
div.DivClassName
{
background-color: #874A5A;
}
.BgClassName
{
background-color: #874A5A;
}
</style>
border-color css
<style>
span { border-color: #874A5A; }
span { border-color: rgb(135,74,90); }
td.TdClassName
{
border-color: #874A5A;
}
.TagClassName
{
border-color: #874A5A;
}
</style>