Shades of Cannon Pink #884F5C
Tints of Cannon Pink #884F5C
RGB
CMYK
RGB Variations
Color information
#884F5C (or 0x884F5C) is known color: Cannon Pink. HEX triplet: 88, 4F and 5C. RGB value is (136,79,92). Sum of RGB (Red+Green+Blue) = 136+79+92=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #884F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F5C is #77B0A3. Grayscale: #616161. Windows color (decimal): -7844004 or 6049672. OLE color: 6049672.
HSL color Cylindrical-coordinate representation of color #884F5C: hue angle of 346.32º 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 #884F5C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 92 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.47 |
| HSL | 346.32º | 0.27% | 0.42% | - |
| HSV(B) | 346.32º | 0.42% | 0.53% | - |
| XYZ | 14.88 | 11.6 | 11.58 | - |
| YUV | 97.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 92 | 0 | 0.42 | 0.32 | 0.47 | 346.32 | 0.27 | 0.42 |
| Hex | 88 | 4F | 5C | 0 | 2A | 20 | 2F | 15A | 1B | 2A |
| Octal | 210 | 117 | 134 | 0 | 52 | 40 | 57 | 532 | 33 | 52 |
| Binary | 10001000 | 1001111 | 1011100 | 0 | 101010 | 100000 | 101111 | 101011010 | 11011 | 101010 |
Color Harmonies of #884F5C
Complementary color
Monochromatic Colors of #884F5C
Black with #884F5C
Text Example
Text Example
White with #884F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F5C; }
p { color: rgb(136,79,92); }
H1.HeaderClassName
{
color: #884F5C;
}
.AnyTagClassName
{
color: #884F5C;
}
</style>
background-color css
<style>
a { background-color: #884F5C; }
a { background-color: rgb(136,79,92); }
div.DivClassName
{
background-color: #884F5C;
}
.BgClassName
{
background-color: #884F5C;
}
</style>
border-color css
<style>
span { border-color: #884F5C; }
span { border-color: rgb(136,79,92); }
td.TdClassName
{
border-color: #884F5C;
}
.TagClassName
{
border-color: #884F5C;
}
</style>