Shades of Cannon Pink #85555C
Tints of Cannon Pink #85555C
RGB
CMYK
RGB Variations
Color information
#85555C (or 0x85555C) is known color: Cannon Pink. HEX triplet: 85, 55 and 5C. RGB value is (133,85,92). Sum of RGB (Red+Green+Blue) = 133+85+92=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85555C is #7AAAA3. Grayscale: #646464. Windows color (decimal): -8039076 or 6051205. OLE color: 6051205.
HSL color Cylindrical-coordinate representation of color #85555C: hue angle of 351.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85555C is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 92 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.48 |
| HSL | 351.25º | 0.22% | 0.43% | - |
| HSV(B) | 351.25º | 0.36% | 0.52% | - |
| XYZ | 14.85 | 12.26 | 11.71 | - |
| YUV | 100.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 92 | 0 | 0.36 | 0.31 | 0.48 | 351.25 | 0.22 | 0.43 |
| Hex | 85 | 55 | 5C | 0 | 24 | 1F | 30 | 15F | 16 | 2B |
| Octal | 205 | 125 | 134 | 0 | 44 | 37 | 60 | 537 | 26 | 53 |
| Binary | 10000101 | 1010101 | 1011100 | 0 | 100100 | 11111 | 110000 | 101011111 | 10110 | 101011 |
Color Harmonies of #85555C
Complementary color
Monochromatic Colors of #85555C
Black with #85555C
Text Example
Text Example
White with #85555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85555C; }
p { color: rgb(133,85,92); }
H1.HeaderClassName
{
color: #85555C;
}
.AnyTagClassName
{
color: #85555C;
}
</style>
background-color css
<style>
a { background-color: #85555C; }
a { background-color: rgb(133,85,92); }
div.DivClassName
{
background-color: #85555C;
}
.BgClassName
{
background-color: #85555C;
}
</style>
border-color css
<style>
span { border-color: #85555C; }
span { border-color: rgb(133,85,92); }
td.TdClassName
{
border-color: #85555C;
}
.TagClassName
{
border-color: #85555C;
}
</style>