Shades of Cannon Pink #8A535C
Tints of Cannon Pink #8A535C
RGB
CMYK
RGB Variations
Color information
#8A535C (or 0x8A535C) is known color: Cannon Pink. HEX triplet: 8A, 53 and 5C. RGB value is (138,83,92). Sum of RGB (Red+Green+Blue) = 138+83+92=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A535C is #75ACA3. Grayscale: #646464. Windows color (decimal): -7711908 or 6050698. OLE color: 6050698.
HSL color Cylindrical-coordinate representation of color #8A535C: hue angle of 350.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A535C is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 83 | 92 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.46 |
| HSL | 350.18º | 0.25% | 0.43% | - |
| HSV(B) | 350.18º | 0.4% | 0.54% | - |
| XYZ | 15.51 | 12.36 | 11.69 | - |
| YUV | 100.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 92 | 0 | 0.40 | 0.33 | 0.46 | 350.18 | 0.25 | 0.43 |
| Hex | 8A | 53 | 5C | 0 | 28 | 21 | 2E | 15E | 19 | 2B |
| Octal | 212 | 123 | 134 | 0 | 50 | 41 | 56 | 536 | 31 | 53 |
| Binary | 10001010 | 1010011 | 1011100 | 0 | 101000 | 100001 | 101110 | 101011110 | 11001 | 101011 |
Color Harmonies of #8A535C
Complementary color
Monochromatic Colors of #8A535C
Black with #8A535C
Text Example
Text Example
White with #8A535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A535C; }
p { color: rgb(138,83,92); }
H1.HeaderClassName
{
color: #8A535C;
}
.AnyTagClassName
{
color: #8A535C;
}
</style>
background-color css
<style>
a { background-color: #8A535C; }
a { background-color: rgb(138,83,92); }
div.DivClassName
{
background-color: #8A535C;
}
.BgClassName
{
background-color: #8A535C;
}
</style>
border-color css
<style>
span { border-color: #8A535C; }
span { border-color: rgb(138,83,92); }
td.TdClassName
{
border-color: #8A535C;
}
.TagClassName
{
border-color: #8A535C;
}
</style>