Shades of Cannon Pink #85525C
Tints of Cannon Pink #85525C
RGB
CMYK
RGB Variations
Color information
#85525C (or 0x85525C) is known color: Cannon Pink. HEX triplet: 85, 52 and 5C. RGB value is (133,82,92). Sum of RGB (Red+Green+Blue) = 133+82+92=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85525C is #7AADA3. Grayscale: #626262. Windows color (decimal): -8039844 or 6050437. OLE color: 6050437.
HSL color Cylindrical-coordinate representation of color #85525C: hue angle of 348.24º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85525C is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 92 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.48 |
| HSL | 348.24º | 0.24% | 0.42% | - |
| HSV(B) | 348.24º | 0.38% | 0.52% | - |
| XYZ | 14.62 | 11.79 | 11.63 | - |
| YUV | 98.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 92 | 0 | 0.38 | 0.31 | 0.48 | 348.24 | 0.24 | 0.42 |
| Hex | 85 | 52 | 5C | 0 | 26 | 1F | 30 | 15C | 18 | 2A |
| Octal | 205 | 122 | 134 | 0 | 46 | 37 | 60 | 534 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1011100 | 0 | 100110 | 11111 | 110000 | 101011100 | 11000 | 101010 |
Color Harmonies of #85525C
Complementary color
Monochromatic Colors of #85525C
Black with #85525C
Text Example
Text Example
White with #85525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85525C; }
p { color: rgb(133,82,92); }
H1.HeaderClassName
{
color: #85525C;
}
.AnyTagClassName
{
color: #85525C;
}
</style>
background-color css
<style>
a { background-color: #85525C; }
a { background-color: rgb(133,82,92); }
div.DivClassName
{
background-color: #85525C;
}
.BgClassName
{
background-color: #85525C;
}
</style>
border-color css
<style>
span { border-color: #85525C; }
span { border-color: rgb(133,82,92); }
td.TdClassName
{
border-color: #85525C;
}
.TagClassName
{
border-color: #85525C;
}
</style>