Shades of Cannon Pink #8B525C
Tints of Cannon Pink #8B525C
RGB
CMYK
RGB Variations
Color information
#8B525C (or 0x8B525C) is known color: Cannon Pink. HEX triplet: 8B, 52 and 5C. RGB value is (139,82,92). Sum of RGB (Red+Green+Blue) = 139+82+92=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B525C is #74ADA3. Grayscale: #646464. Windows color (decimal): -7646628 or 6050443. OLE color: 6050443.
HSL color Cylindrical-coordinate representation of color #8B525C: hue angle of 349.47º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B525C is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 92 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.45 |
| HSL | 349.47º | 0.26% | 0.43% | - |
| HSV(B) | 349.47º | 0.41% | 0.55% | - |
| XYZ | 15.6 | 12.3 | 11.68 | - |
| YUV | 100.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 92 | 0 | 0.41 | 0.34 | 0.45 | 349.47 | 0.26 | 0.43 |
| Hex | 8B | 52 | 5C | 0 | 29 | 22 | 2D | 15D | 1A | 2B |
| Octal | 213 | 122 | 134 | 0 | 51 | 42 | 55 | 535 | 32 | 53 |
| Binary | 10001011 | 1010010 | 1011100 | 0 | 101001 | 100010 | 101101 | 101011101 | 11010 | 101011 |
Color Harmonies of #8B525C
Complementary color
Monochromatic Colors of #8B525C
Black with #8B525C
Text Example
Text Example
White with #8B525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B525C; }
p { color: rgb(139,82,92); }
H1.HeaderClassName
{
color: #8B525C;
}
.AnyTagClassName
{
color: #8B525C;
}
</style>
background-color css
<style>
a { background-color: #8B525C; }
a { background-color: rgb(139,82,92); }
div.DivClassName
{
background-color: #8B525C;
}
.BgClassName
{
background-color: #8B525C;
}
</style>
border-color css
<style>
span { border-color: #8B525C; }
span { border-color: rgb(139,82,92); }
td.TdClassName
{
border-color: #8B525C;
}
.TagClassName
{
border-color: #8B525C;
}
</style>