Shades of Cannon Pink #8C5A64
Tints of Cannon Pink #8C5A64
RGB
CMYK
RGB Variations
Color information
#8C5A64 (or 0x8C5A64) is known color: Cannon Pink. HEX triplet: 8C, 5A and 64. RGB value is (140,90,100). Sum of RGB (Red+Green+Blue) = 140+90+100=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A64 is #73A59B. Grayscale: #6A6A6A. Windows color (decimal): -7579036 or 6576780. OLE color: 6576780.
HSL color Cylindrical-coordinate representation of color #8C5A64: hue angle of 348º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5A64 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 100 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.45 |
| HSL | 348º | 0.22% | 0.45% | - |
| HSV(B) | 348º | 0.36% | 0.55% | - |
| XYZ | 16.77 | 13.81 | 13.84 | - |
| YUV | 106.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 100 | 0 | 0.36 | 0.29 | 0.45 | 348 | 0.22 | 0.45 |
| Hex | 8C | 5A | 64 | 0 | 24 | 1D | 2D | 15C | 16 | 2D |
| Octal | 214 | 132 | 144 | 0 | 44 | 35 | 55 | 534 | 26 | 55 |
| Binary | 10001100 | 1011010 | 1100100 | 0 | 100100 | 11101 | 101101 | 101011100 | 10110 | 101101 |
Color Harmonies of #8C5A64
Complementary color
Monochromatic Colors of #8C5A64
Black with #8C5A64
Text Example
Text Example
White with #8C5A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A64; }
p { color: rgb(140,90,100); }
H1.HeaderClassName
{
color: #8C5A64;
}
.AnyTagClassName
{
color: #8C5A64;
}
</style>
background-color css
<style>
a { background-color: #8C5A64; }
a { background-color: rgb(140,90,100); }
div.DivClassName
{
background-color: #8C5A64;
}
.BgClassName
{
background-color: #8C5A64;
}
</style>
border-color css
<style>
span { border-color: #8C5A64; }
span { border-color: rgb(140,90,100); }
td.TdClassName
{
border-color: #8C5A64;
}
.TagClassName
{
border-color: #8C5A64;
}
</style>