Shades of Cannon Pink #85515A
Tints of Cannon Pink #85515A
RGB
CMYK
RGB Variations
Color information
#85515A (or 0x85515A) is known color: Cannon Pink. HEX triplet: 85, 51 and 5A. RGB value is (133,81,90). Sum of RGB (Red+Green+Blue) = 133+81+90=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #85515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85515A is #7AAEA5. Grayscale: #616161. Windows color (decimal): -8040102 or 5919109. OLE color: 5919109.
HSL color Cylindrical-coordinate representation of color #85515A: hue angle of 349.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85515A is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 90 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.48 |
| HSL | 349.62º | 0.24% | 0.42% | - |
| HSV(B) | 349.62º | 0.39% | 0.52% | - |
| XYZ | 14.46 | 11.61 | 11.15 | - |
| YUV | 97.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 90 | 0 | 0.39 | 0.32 | 0.48 | 349.62 | 0.24 | 0.42 |
| Hex | 85 | 51 | 5A | 0 | 27 | 20 | 30 | 15E | 18 | 2A |
| Octal | 205 | 121 | 132 | 0 | 47 | 40 | 60 | 536 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1011010 | 0 | 100111 | 100000 | 110000 | 101011110 | 11000 | 101010 |
Color Harmonies of #85515A
Complementary color
Monochromatic Colors of #85515A
Black with #85515A
Text Example
Text Example
White with #85515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85515A; }
p { color: rgb(133,81,90); }
H1.HeaderClassName
{
color: #85515A;
}
.AnyTagClassName
{
color: #85515A;
}
</style>
background-color css
<style>
a { background-color: #85515A; }
a { background-color: rgb(133,81,90); }
div.DivClassName
{
background-color: #85515A;
}
.BgClassName
{
background-color: #85515A;
}
</style>
border-color css
<style>
span { border-color: #85515A; }
span { border-color: rgb(133,81,90); }
td.TdClassName
{
border-color: #85515A;
}
.TagClassName
{
border-color: #85515A;
}
</style>