Shades of Cannon Pink #88435F
Tints of Cannon Pink #88435F
RGB
CMYK
RGB Variations
Color information
#88435F (or 0x88435F) is known color: Cannon Pink. HEX triplet: 88, 43 and 5F. RGB value is (136,67,95). Sum of RGB (Red+Green+Blue) = 136+67+95=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88435F is #77BCA0. Grayscale: #5A5A5A. Windows color (decimal): -7847073 or 6243208. OLE color: 6243208.
HSL color Cylindrical-coordinate representation of color #88435F: hue angle of 335.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88435F is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 95 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.47 |
| HSL | 335.65º | 0.34% | 0.4% | - |
| HSV(B) | 335.65º | 0.51% | 0.53% | - |
| XYZ | 14.23 | 10.07 | 12.02 | - |
| YUV | 90.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 95 | 0 | 0.51 | 0.30 | 0.47 | 335.65 | 0.34 | 0.4 |
| Hex | 88 | 43 | 5F | 0 | 33 | 1E | 2F | 150 | 22 | 28 |
| Octal | 210 | 103 | 137 | 0 | 63 | 36 | 57 | 520 | 42 | 50 |
| Binary | 10001000 | 1000011 | 1011111 | 0 | 110011 | 11110 | 101111 | 101010000 | 100010 | 101000 |
Color Harmonies of #88435F
Complementary color
Monochromatic Colors of #88435F
Black with #88435F
Text Example
Text Example
White with #88435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88435F; }
p { color: rgb(136,67,95); }
H1.HeaderClassName
{
color: #88435F;
}
.AnyTagClassName
{
color: #88435F;
}
</style>
background-color css
<style>
a { background-color: #88435F; }
a { background-color: rgb(136,67,95); }
div.DivClassName
{
background-color: #88435F;
}
.BgClassName
{
background-color: #88435F;
}
</style>
border-color css
<style>
span { border-color: #88435F; }
span { border-color: rgb(136,67,95); }
td.TdClassName
{
border-color: #88435F;
}
.TagClassName
{
border-color: #88435F;
}
</style>