Shades of Cannon Pink #8C536C
Tints of Cannon Pink #8C536C
RGB
CMYK
RGB Variations
Color information
#8C536C (or 0x8C536C) is known color: Cannon Pink. HEX triplet: 8C, 53 and 6C. RGB value is (140,83,108). Sum of RGB (Red+Green+Blue) = 140+83+108=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C536C is #73AC93. Grayscale: #666666. Windows color (decimal): -7580820 or 7099276. OLE color: 7099276.
HSL color Cylindrical-coordinate representation of color #8C536C: hue angle of 333.68º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C536C is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 108 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.45 |
| HSL | 333.68º | 0.26% | 0.44% | - |
| HSV(B) | 333.68º | 0.41% | 0.55% | - |
| XYZ | 16.62 | 12.84 | 15.79 | - |
| YUV | 102.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 108 | 0 | 0.41 | 0.23 | 0.45 | 333.68 | 0.26 | 0.44 |
| Hex | 8C | 53 | 6C | 0 | 29 | 17 | 2D | 14E | 1A | 2C |
| Octal | 214 | 123 | 154 | 0 | 51 | 27 | 55 | 516 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1101100 | 0 | 101001 | 10111 | 101101 | 101001110 | 11010 | 101100 |
Color Harmonies of #8C536C
Complementary color
Monochromatic Colors of #8C536C
Black with #8C536C
Text Example
Text Example
White with #8C536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C536C; }
p { color: rgb(140,83,108); }
H1.HeaderClassName
{
color: #8C536C;
}
.AnyTagClassName
{
color: #8C536C;
}
</style>
background-color css
<style>
a { background-color: #8C536C; }
a { background-color: rgb(140,83,108); }
div.DivClassName
{
background-color: #8C536C;
}
.BgClassName
{
background-color: #8C536C;
}
</style>
border-color css
<style>
span { border-color: #8C536C; }
span { border-color: rgb(140,83,108); }
td.TdClassName
{
border-color: #8C536C;
}
.TagClassName
{
border-color: #8C536C;
}
</style>