Shades of Cannon Pink #8C4367
Tints of Cannon Pink #8C4367
RGB
CMYK
RGB Variations
Color information
#8C4367 (or 0x8C4367) is known color: Cannon Pink. HEX triplet: 8C, 43 and 67. RGB value is (140,67,103). Sum of RGB (Red+Green+Blue) = 140+67+103=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4367 is #73BC98. Grayscale: #5C5C5C. Windows color (decimal): -7584921 or 6767500. OLE color: 6767500.
HSL color Cylindrical-coordinate representation of color #8C4367: hue angle of 330.41º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C4367 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 103 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.45 |
| HSL | 330.41º | 0.35% | 0.41% | - |
| HSV(B) | 330.41º | 0.52% | 0.55% | - |
| XYZ | 15.27 | 10.57 | 14.07 | - |
| YUV | 92.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 103 | 0 | 0.52 | 0.26 | 0.45 | 330.41 | 0.35 | 0.41 |
| Hex | 8C | 43 | 67 | 0 | 34 | 1A | 2D | 14A | 23 | 29 |
| Octal | 214 | 103 | 147 | 0 | 64 | 32 | 55 | 512 | 43 | 51 |
| Binary | 10001100 | 1000011 | 1100111 | 0 | 110100 | 11010 | 101101 | 101001010 | 100011 | 101001 |
Color Harmonies of #8C4367
Complementary color
Monochromatic Colors of #8C4367
Black with #8C4367
Text Example
Text Example
White with #8C4367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4367; }
p { color: rgb(140,67,103); }
H1.HeaderClassName
{
color: #8C4367;
}
.AnyTagClassName
{
color: #8C4367;
}
</style>
background-color css
<style>
a { background-color: #8C4367; }
a { background-color: rgb(140,67,103); }
div.DivClassName
{
background-color: #8C4367;
}
.BgClassName
{
background-color: #8C4367;
}
</style>
border-color css
<style>
span { border-color: #8C4367; }
span { border-color: rgb(140,67,103); }
td.TdClassName
{
border-color: #8C4367;
}
.TagClassName
{
border-color: #8C4367;
}
</style>