Shades of Cannon Pink #88536E
Tints of Cannon Pink #88536E
RGB
CMYK
RGB Variations
Color information
#88536E (or 0x88536E) is known color: Cannon Pink. HEX triplet: 88, 53 and 6E. RGB value is (136,83,110). Sum of RGB (Red+Green+Blue) = 136+83+110=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88536E is #77AC91. Grayscale: #656565. Windows color (decimal): -7842962 or 7230344. OLE color: 7230344.
HSL color Cylindrical-coordinate representation of color #88536E: hue angle of 329.43º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88536E is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 110 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.47 |
| HSL | 329.43º | 0.24% | 0.43% | - |
| HSV(B) | 329.43º | 0.39% | 0.53% | - |
| XYZ | 16.06 | 12.55 | 16.33 | - |
| YUV | 101.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 110 | 0 | 0.39 | 0.19 | 0.47 | 329.43 | 0.24 | 0.43 |
| Hex | 88 | 53 | 6E | 0 | 27 | 13 | 2F | 149 | 18 | 2B |
| Octal | 210 | 123 | 156 | 0 | 47 | 23 | 57 | 511 | 30 | 53 |
| Binary | 10001000 | 1010011 | 1101110 | 0 | 100111 | 10011 | 101111 | 101001001 | 11000 | 101011 |
Color Harmonies of #88536E
Complementary color
Monochromatic Colors of #88536E
Black with #88536E
Text Example
Text Example
White with #88536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88536E; }
p { color: rgb(136,83,110); }
H1.HeaderClassName
{
color: #88536E;
}
.AnyTagClassName
{
color: #88536E;
}
</style>
background-color css
<style>
a { background-color: #88536E; }
a { background-color: rgb(136,83,110); }
div.DivClassName
{
background-color: #88536E;
}
.BgClassName
{
background-color: #88536E;
}
</style>
border-color css
<style>
span { border-color: #88536E; }
span { border-color: rgb(136,83,110); }
td.TdClassName
{
border-color: #88536E;
}
.TagClassName
{
border-color: #88536E;
}
</style>