Shades of Cannon Pink #8A5269
Tints of Cannon Pink #8A5269
RGB
CMYK
RGB Variations
Color information
#8A5269 (or 0x8A5269) is known color: Cannon Pink. HEX triplet: 8A, 52 and 69. RGB value is (138,82,105). Sum of RGB (Red+Green+Blue) = 138+82+105=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5269 is #75AD96. Grayscale: #656565. Windows color (decimal): -7712151 or 6902410. OLE color: 6902410.
HSL color Cylindrical-coordinate representation of color #8A5269: hue angle of 335.36º 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 #8A5269 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 105 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.46 |
| HSL | 335.36º | 0.25% | 0.43% | - |
| HSV(B) | 335.36º | 0.41% | 0.54% | - |
| XYZ | 16.05 | 12.46 | 14.92 | - |
| YUV | 101.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 105 | 0 | 0.41 | 0.24 | 0.46 | 335.36 | 0.25 | 0.43 |
| Hex | 8A | 52 | 69 | 0 | 29 | 18 | 2E | 14F | 19 | 2B |
| Octal | 212 | 122 | 151 | 0 | 51 | 30 | 56 | 517 | 31 | 53 |
| Binary | 10001010 | 1010010 | 1101001 | 0 | 101001 | 11000 | 101110 | 101001111 | 11001 | 101011 |
Color Harmonies of #8A5269
Complementary color
Monochromatic Colors of #8A5269
Black with #8A5269
Text Example
Text Example
White with #8A5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5269; }
p { color: rgb(138,82,105); }
H1.HeaderClassName
{
color: #8A5269;
}
.AnyTagClassName
{
color: #8A5269;
}
</style>
background-color css
<style>
a { background-color: #8A5269; }
a { background-color: rgb(138,82,105); }
div.DivClassName
{
background-color: #8A5269;
}
.BgClassName
{
background-color: #8A5269;
}
</style>
border-color css
<style>
span { border-color: #8A5269; }
span { border-color: rgb(138,82,105); }
td.TdClassName
{
border-color: #8A5269;
}
.TagClassName
{
border-color: #8A5269;
}
</style>