Shades of Cannon Pink #88525A
Tints of Cannon Pink #88525A
RGB
CMYK
RGB Variations
Color information
#88525A (or 0x88525A) is known color: Cannon Pink. HEX triplet: 88, 52 and 5A. RGB value is (136,82,90). Sum of RGB (Red+Green+Blue) = 136+82+90=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #88525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88525A is #77ADA5. Grayscale: #636363. Windows color (decimal): -7843238 or 5919368. OLE color: 5919368.
HSL color Cylindrical-coordinate representation of color #88525A: hue angle of 351.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88525A is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 90 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.47 |
| HSL | 351.11º | 0.25% | 0.43% | - |
| HSV(B) | 351.11º | 0.4% | 0.53% | - |
| XYZ | 15.02 | 12.01 | 11.2 | - |
| YUV | 99.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 90 | 0 | 0.40 | 0.34 | 0.47 | 351.11 | 0.25 | 0.43 |
| Hex | 88 | 52 | 5A | 0 | 28 | 22 | 2F | 15F | 19 | 2B |
| Octal | 210 | 122 | 132 | 0 | 50 | 42 | 57 | 537 | 31 | 53 |
| Binary | 10001000 | 1010010 | 1011010 | 0 | 101000 | 100010 | 101111 | 101011111 | 11001 | 101011 |
Color Harmonies of #88525A
Complementary color
Monochromatic Colors of #88525A
Black with #88525A
Text Example
Text Example
White with #88525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88525A; }
p { color: rgb(136,82,90); }
H1.HeaderClassName
{
color: #88525A;
}
.AnyTagClassName
{
color: #88525A;
}
</style>
background-color css
<style>
a { background-color: #88525A; }
a { background-color: rgb(136,82,90); }
div.DivClassName
{
background-color: #88525A;
}
.BgClassName
{
background-color: #88525A;
}
</style>
border-color css
<style>
span { border-color: #88525A; }
span { border-color: rgb(136,82,90); }
td.TdClassName
{
border-color: #88525A;
}
.TagClassName
{
border-color: #88525A;
}
</style>