Shades of Cannon Pink #885367
Tints of Cannon Pink #885367
RGB
CMYK
RGB Variations
Color information
#885367 (or 0x885367) is known color: Cannon Pink. HEX triplet: 88, 53 and 67. RGB value is (136,83,103). Sum of RGB (Red+Green+Blue) = 136+83+103=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #885367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885367 is #77AC98. Grayscale: #656565. Windows color (decimal): -7842969 or 6771592. OLE color: 6771592.
HSL color Cylindrical-coordinate representation of color #885367: hue angle of 337.36º 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 #885367 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 103 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.47 |
| HSL | 337.36º | 0.24% | 0.43% | - |
| HSV(B) | 337.36º | 0.39% | 0.53% | - |
| XYZ | 15.69 | 12.4 | 14.4 | - |
| YUV | 101.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 103 | 0 | 0.39 | 0.24 | 0.47 | 337.36 | 0.24 | 0.43 |
| Hex | 88 | 53 | 67 | 0 | 27 | 18 | 2F | 151 | 18 | 2B |
| Octal | 210 | 123 | 147 | 0 | 47 | 30 | 57 | 521 | 30 | 53 |
| Binary | 10001000 | 1010011 | 1100111 | 0 | 100111 | 11000 | 101111 | 101010001 | 11000 | 101011 |
Color Harmonies of #885367
Complementary color
Monochromatic Colors of #885367
Black with #885367
Text Example
Text Example
White with #885367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885367; }
p { color: rgb(136,83,103); }
H1.HeaderClassName
{
color: #885367;
}
.AnyTagClassName
{
color: #885367;
}
</style>
background-color css
<style>
a { background-color: #885367; }
a { background-color: rgb(136,83,103); }
div.DivClassName
{
background-color: #885367;
}
.BgClassName
{
background-color: #885367;
}
</style>
border-color css
<style>
span { border-color: #885367; }
span { border-color: rgb(136,83,103); }
td.TdClassName
{
border-color: #885367;
}
.TagClassName
{
border-color: #885367;
}
</style>