Shades of Cannon Pink #8C5468
Tints of Cannon Pink #8C5468
RGB
CMYK
RGB Variations
Color information
#8C5468 (or 0x8C5468) is known color: Cannon Pink. HEX triplet: 8C, 54 and 68. RGB value is (140,84,104). Sum of RGB (Red+Green+Blue) = 140+84+104=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5468 is #73AB97. Grayscale: #676767. Windows color (decimal): -7580568 or 6837388. OLE color: 6837388.
HSL color Cylindrical-coordinate representation of color #8C5468: hue angle of 338.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5468 is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 104 | - |
| CMYK | 0 | 0.4 | 0.26 | 0.45 |
| HSL | 338.57º | 0.25% | 0.44% | - |
| HSV(B) | 338.57º | 0.4% | 0.55% | - |
| XYZ | 16.48 | 12.92 | 14.72 | - |
| YUV | 103.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 104 | 0 | 0.4 | 0.26 | 0.45 | 338.57 | 0.25 | 0.44 |
| Hex | 8C | 54 | 68 | 0 | 28 | 1A | 2D | 153 | 19 | 2C |
| Octal | 214 | 124 | 150 | 0 | 50 | 32 | 55 | 523 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1101000 | 0 | 101000 | 11010 | 101101 | 101010011 | 11001 | 101100 |
Color Harmonies of #8C5468
Complementary color
Monochromatic Colors of #8C5468
Black with #8C5468
Text Example
Text Example
White with #8C5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5468; }
p { color: rgb(140,84,104); }
H1.HeaderClassName
{
color: #8C5468;
}
.AnyTagClassName
{
color: #8C5468;
}
</style>
background-color css
<style>
a { background-color: #8C5468; }
a { background-color: rgb(140,84,104); }
div.DivClassName
{
background-color: #8C5468;
}
.BgClassName
{
background-color: #8C5468;
}
</style>
border-color css
<style>
span { border-color: #8C5468; }
span { border-color: rgb(140,84,104); }
td.TdClassName
{
border-color: #8C5468;
}
.TagClassName
{
border-color: #8C5468;
}
</style>