Shades of Cannon Pink #8C4B5C
Tints of Cannon Pink #8C4B5C
RGB
CMYK
RGB Variations
Color information
#8C4B5C (or 0x8C4B5C) is known color: Cannon Pink. HEX triplet: 8C, 4B and 5C. RGB value is (140,75,92). Sum of RGB (Red+Green+Blue) = 140+75+92=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4B5C is #73B4A3. Grayscale: #606060. Windows color (decimal): -7582884 or 6048652. OLE color: 6048652.
HSL color Cylindrical-coordinate representation of color #8C4B5C: hue angle of 344.31º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4B5C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 92 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.45 |
| HSL | 344.31º | 0.3% | 0.42% | - |
| HSV(B) | 344.31º | 0.46% | 0.55% | - |
| XYZ | 15.26 | 11.38 | 11.52 | - |
| YUV | 96.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 92 | 0 | 0.46 | 0.34 | 0.45 | 344.31 | 0.3 | 0.42 |
| Hex | 8C | 4B | 5C | 0 | 2E | 22 | 2D | 158 | 1E | 2A |
| Octal | 214 | 113 | 134 | 0 | 56 | 42 | 55 | 530 | 36 | 52 |
| Binary | 10001100 | 1001011 | 1011100 | 0 | 101110 | 100010 | 101101 | 101011000 | 11110 | 101010 |
Color Harmonies of #8C4B5C
Complementary color
Monochromatic Colors of #8C4B5C
Black with #8C4B5C
Text Example
Text Example
White with #8C4B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B5C; }
p { color: rgb(140,75,92); }
H1.HeaderClassName
{
color: #8C4B5C;
}
.AnyTagClassName
{
color: #8C4B5C;
}
</style>
background-color css
<style>
a { background-color: #8C4B5C; }
a { background-color: rgb(140,75,92); }
div.DivClassName
{
background-color: #8C4B5C;
}
.BgClassName
{
background-color: #8C4B5C;
}
</style>
border-color css
<style>
span { border-color: #8C4B5C; }
span { border-color: rgb(140,75,92); }
td.TdClassName
{
border-color: #8C4B5C;
}
.TagClassName
{
border-color: #8C4B5C;
}
</style>