Shades of Cannon Pink #8A4465
Tints of Cannon Pink #8A4465
RGB
CMYK
RGB Variations
Color information
#8A4465 (or 0x8A4465) is known color: Cannon Pink. HEX triplet: 8A, 44 and 65. RGB value is (138,68,101). Sum of RGB (Red+Green+Blue) = 138+68+101=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4465 is #75BB9A. Grayscale: #5C5C5C. Windows color (decimal): -7715739 or 6636682. OLE color: 6636682.
HSL color Cylindrical-coordinate representation of color #8A4465: hue angle of 331.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4465 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 101 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.46 |
| HSL | 331.71º | 0.34% | 0.4% | - |
| HSV(B) | 331.71º | 0.51% | 0.54% | - |
| XYZ | 14.9 | 10.48 | 13.55 | - |
| YUV | 92.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 101 | 0 | 0.51 | 0.27 | 0.46 | 331.71 | 0.34 | 0.4 |
| Hex | 8A | 44 | 65 | 0 | 33 | 1B | 2E | 14C | 22 | 28 |
| Octal | 212 | 104 | 145 | 0 | 63 | 33 | 56 | 514 | 42 | 50 |
| Binary | 10001010 | 1000100 | 1100101 | 0 | 110011 | 11011 | 101110 | 101001100 | 100010 | 101000 |
Color Harmonies of #8A4465
Complementary color
Monochromatic Colors of #8A4465
Black with #8A4465
Text Example
Text Example
White with #8A4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4465; }
p { color: rgb(138,68,101); }
H1.HeaderClassName
{
color: #8A4465;
}
.AnyTagClassName
{
color: #8A4465;
}
</style>
background-color css
<style>
a { background-color: #8A4465; }
a { background-color: rgb(138,68,101); }
div.DivClassName
{
background-color: #8A4465;
}
.BgClassName
{
background-color: #8A4465;
}
</style>
border-color css
<style>
span { border-color: #8A4465; }
span { border-color: rgb(138,68,101); }
td.TdClassName
{
border-color: #8A4465;
}
.TagClassName
{
border-color: #8A4465;
}
</style>