Shades of Cannon Pink #8A4E5C
Tints of Cannon Pink #8A4E5C
RGB
CMYK
RGB Variations
Color information
#8A4E5C (or 0x8A4E5C) is known color: Cannon Pink. HEX triplet: 8A, 4E and 5C. RGB value is (138,78,92). Sum of RGB (Red+Green+Blue) = 138+78+92=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E5C is #75B1A3. Grayscale: #616161. Windows color (decimal): -7713188 or 6049418. OLE color: 6049418.
HSL color Cylindrical-coordinate representation of color #8A4E5C: hue angle of 346º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4E5C is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 92 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.46 |
| HSL | 346º | 0.28% | 0.42% | - |
| HSV(B) | 346º | 0.43% | 0.54% | - |
| XYZ | 15.14 | 11.62 | 11.57 | - |
| YUV | 97.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 92 | 0 | 0.43 | 0.33 | 0.46 | 346 | 0.28 | 0.42 |
| Hex | 8A | 4E | 5C | 0 | 2B | 21 | 2E | 15A | 1C | 2A |
| Octal | 212 | 116 | 134 | 0 | 53 | 41 | 56 | 532 | 34 | 52 |
| Binary | 10001010 | 1001110 | 1011100 | 0 | 101011 | 100001 | 101110 | 101011010 | 11100 | 101010 |
Color Harmonies of #8A4E5C
Complementary color
Monochromatic Colors of #8A4E5C
Black with #8A4E5C
Text Example
Text Example
White with #8A4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E5C; }
p { color: rgb(138,78,92); }
H1.HeaderClassName
{
color: #8A4E5C;
}
.AnyTagClassName
{
color: #8A4E5C;
}
</style>
background-color css
<style>
a { background-color: #8A4E5C; }
a { background-color: rgb(138,78,92); }
div.DivClassName
{
background-color: #8A4E5C;
}
.BgClassName
{
background-color: #8A4E5C;
}
</style>
border-color css
<style>
span { border-color: #8A4E5C; }
span { border-color: rgb(138,78,92); }
td.TdClassName
{
border-color: #8A4E5C;
}
.TagClassName
{
border-color: #8A4E5C;
}
</style>