Shades of Cannon Pink #85505A
Tints of Cannon Pink #85505A
RGB
CMYK
RGB Variations
Color information
#85505A (or 0x85505A) is known color: Cannon Pink. HEX triplet: 85, 50 and 5A. RGB value is (133,80,90). Sum of RGB (Red+Green+Blue) = 133+80+90=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #85505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85505A is #7AAFA5. Grayscale: #616161. Windows color (decimal): -8040358 or 5918853. OLE color: 5918853.
HSL color Cylindrical-coordinate representation of color #85505A: hue angle of 348.68º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85505A is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 90 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.48 |
| HSL | 348.68º | 0.25% | 0.42% | - |
| HSV(B) | 348.68º | 0.4% | 0.52% | - |
| XYZ | 14.39 | 11.46 | 11.13 | - |
| YUV | 96.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 90 | 0 | 0.40 | 0.32 | 0.48 | 348.68 | 0.25 | 0.42 |
| Hex | 85 | 50 | 5A | 0 | 28 | 20 | 30 | 15D | 19 | 2A |
| Octal | 205 | 120 | 132 | 0 | 50 | 40 | 60 | 535 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1011010 | 0 | 101000 | 100000 | 110000 | 101011101 | 11001 | 101010 |
Color Harmonies of #85505A
Complementary color
Monochromatic Colors of #85505A
Black with #85505A
Text Example
Text Example
White with #85505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85505A; }
p { color: rgb(133,80,90); }
H1.HeaderClassName
{
color: #85505A;
}
.AnyTagClassName
{
color: #85505A;
}
</style>
background-color css
<style>
a { background-color: #85505A; }
a { background-color: rgb(133,80,90); }
div.DivClassName
{
background-color: #85505A;
}
.BgClassName
{
background-color: #85505A;
}
</style>
border-color css
<style>
span { border-color: #85505A; }
span { border-color: rgb(133,80,90); }
td.TdClassName
{
border-color: #85505A;
}
.TagClassName
{
border-color: #85505A;
}
</style>