Shades of Cannon Pink #874E69
Tints of Cannon Pink #874E69
RGB
CMYK
RGB Variations
Color information
#874E69 (or 0x874E69) is known color: Cannon Pink. HEX triplet: 87, 4E and 69. RGB value is (135,78,105). Sum of RGB (Red+Green+Blue) = 135+78+105=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E69 is #78B196. Grayscale: #626262. Windows color (decimal): -7909783 or 6901383. OLE color: 6901383.
HSL color Cylindrical-coordinate representation of color #874E69: hue angle of 331.58º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E69 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 105 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.47 |
| HSL | 331.58º | 0.27% | 0.42% | - |
| HSV(B) | 331.58º | 0.42% | 0.53% | - |
| XYZ | 15.27 | 11.62 | 14.8 | - |
| YUV | 98.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 105 | 0 | 0.42 | 0.22 | 0.47 | 331.58 | 0.27 | 0.42 |
| Hex | 87 | 4E | 69 | 0 | 2A | 16 | 2F | 14C | 1B | 2A |
| Octal | 207 | 116 | 151 | 0 | 52 | 26 | 57 | 514 | 33 | 52 |
| Binary | 10000111 | 1001110 | 1101001 | 0 | 101010 | 10110 | 101111 | 101001100 | 11011 | 101010 |
Color Harmonies of #874E69
Complementary color
Monochromatic Colors of #874E69
Black with #874E69
Text Example
Text Example
White with #874E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E69; }
p { color: rgb(135,78,105); }
H1.HeaderClassName
{
color: #874E69;
}
.AnyTagClassName
{
color: #874E69;
}
</style>
background-color css
<style>
a { background-color: #874E69; }
a { background-color: rgb(135,78,105); }
div.DivClassName
{
background-color: #874E69;
}
.BgClassName
{
background-color: #874E69;
}
</style>
border-color css
<style>
span { border-color: #874E69; }
span { border-color: rgb(135,78,105); }
td.TdClassName
{
border-color: #874E69;
}
.TagClassName
{
border-color: #874E69;
}
</style>