Shades of Cannon Pink #855566
Tints of Cannon Pink #855566
RGB
CMYK
RGB Variations
Color information
#855566 (or 0x855566) is known color: Cannon Pink. HEX triplet: 85, 55 and 66. RGB value is (133,85,102). Sum of RGB (Red+Green+Blue) = 133+85+102=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855566 is #7AAA99. Grayscale: #656565. Windows color (decimal): -8039066 or 6706565. OLE color: 6706565.
HSL color Cylindrical-coordinate representation of color #855566: hue angle of 338.75º 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 #855566 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 102 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.48 |
| HSL | 338.75º | 0.22% | 0.43% | - |
| HSV(B) | 338.75º | 0.36% | 0.52% | - |
| XYZ | 15.32 | 12.44 | 14.16 | - |
| YUV | 101.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 102 | 0 | 0.36 | 0.23 | 0.48 | 338.75 | 0.22 | 0.43 |
| Hex | 85 | 55 | 66 | 0 | 24 | 17 | 30 | 153 | 16 | 2B |
| Octal | 205 | 125 | 146 | 0 | 44 | 27 | 60 | 523 | 26 | 53 |
| Binary | 10000101 | 1010101 | 1100110 | 0 | 100100 | 10111 | 110000 | 101010011 | 10110 | 101011 |
Color Harmonies of #855566
Complementary color
Monochromatic Colors of #855566
Black with #855566
Text Example
Text Example
White with #855566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855566; }
p { color: rgb(133,85,102); }
H1.HeaderClassName
{
color: #855566;
}
.AnyTagClassName
{
color: #855566;
}
</style>
background-color css
<style>
a { background-color: #855566; }
a { background-color: rgb(133,85,102); }
div.DivClassName
{
background-color: #855566;
}
.BgClassName
{
background-color: #855566;
}
</style>
border-color css
<style>
span { border-color: #855566; }
span { border-color: rgb(133,85,102); }
td.TdClassName
{
border-color: #855566;
}
.TagClassName
{
border-color: #855566;
}
</style>