Shades of Cannon Pink #8A5272
Tints of Cannon Pink #8A5272
RGB
CMYK
RGB Variations
Color information
#8A5272 (or 0x8A5272) is known color: Cannon Pink. HEX triplet: 8A, 52 and 72. RGB value is (138,82,114). Sum of RGB (Red+Green+Blue) = 138+82+114=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5272 is #75AD8D. Grayscale: #666666. Windows color (decimal): -7712142 or 7492234. OLE color: 7492234.
HSL color Cylindrical-coordinate representation of color #8A5272: hue angle of 325.71º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5272 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 114 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.46 |
| HSL | 325.71º | 0.25% | 0.43% | - |
| HSV(B) | 325.71º | 0.41% | 0.54% | - |
| XYZ | 16.54 | 12.65 | 17.49 | - |
| YUV | 102.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 114 | 0 | 0.41 | 0.17 | 0.46 | 325.71 | 0.25 | 0.43 |
| Hex | 8A | 52 | 72 | 0 | 29 | 11 | 2E | 146 | 19 | 2B |
| Octal | 212 | 122 | 162 | 0 | 51 | 21 | 56 | 506 | 31 | 53 |
| Binary | 10001010 | 1010010 | 1110010 | 0 | 101001 | 10001 | 101110 | 101000110 | 11001 | 101011 |
Color Harmonies of #8A5272
Complementary color
Monochromatic Colors of #8A5272
Black with #8A5272
Text Example
Text Example
White with #8A5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5272; }
p { color: rgb(138,82,114); }
H1.HeaderClassName
{
color: #8A5272;
}
.AnyTagClassName
{
color: #8A5272;
}
</style>
background-color css
<style>
a { background-color: #8A5272; }
a { background-color: rgb(138,82,114); }
div.DivClassName
{
background-color: #8A5272;
}
.BgClassName
{
background-color: #8A5272;
}
</style>
border-color css
<style>
span { border-color: #8A5272; }
span { border-color: rgb(138,82,114); }
td.TdClassName
{
border-color: #8A5272;
}
.TagClassName
{
border-color: #8A5272;
}
</style>