Shades of Cannon Pink #88535C
Tints of Cannon Pink #88535C
RGB
CMYK
RGB Variations
Color information
#88535C (or 0x88535C) is known color: Cannon Pink. HEX triplet: 88, 53 and 5C. RGB value is (136,83,92). Sum of RGB (Red+Green+Blue) = 136+83+92=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88535C is #77ACA3. Grayscale: #636363. Windows color (decimal): -7842980 or 6050696. OLE color: 6050696.
HSL color Cylindrical-coordinate representation of color #88535C: hue angle of 349.81º 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 #88535C is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 92 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.47 |
| HSL | 349.81º | 0.24% | 0.43% | - |
| HSV(B) | 349.81º | 0.39% | 0.53% | - |
| XYZ | 15.18 | 12.19 | 11.68 | - |
| YUV | 99.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 92 | 0 | 0.39 | 0.32 | 0.47 | 349.81 | 0.24 | 0.43 |
| Hex | 88 | 53 | 5C | 0 | 27 | 20 | 2F | 15E | 18 | 2B |
| Octal | 210 | 123 | 134 | 0 | 47 | 40 | 57 | 536 | 30 | 53 |
| Binary | 10001000 | 1010011 | 1011100 | 0 | 100111 | 100000 | 101111 | 101011110 | 11000 | 101011 |
Color Harmonies of #88535C
Complementary color
Monochromatic Colors of #88535C
Black with #88535C
Text Example
Text Example
White with #88535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88535C; }
p { color: rgb(136,83,92); }
H1.HeaderClassName
{
color: #88535C;
}
.AnyTagClassName
{
color: #88535C;
}
</style>
background-color css
<style>
a { background-color: #88535C; }
a { background-color: rgb(136,83,92); }
div.DivClassName
{
background-color: #88535C;
}
.BgClassName
{
background-color: #88535C;
}
</style>
border-color css
<style>
span { border-color: #88535C; }
span { border-color: rgb(136,83,92); }
td.TdClassName
{
border-color: #88535C;
}
.TagClassName
{
border-color: #88535C;
}
</style>