Shades of Cannon Pink #855268
Tints of Cannon Pink #855268
RGB
CMYK
RGB Variations
Color information
#855268 (or 0x855268) is known color: Cannon Pink. HEX triplet: 85, 52 and 68. RGB value is (133,82,104). Sum of RGB (Red+Green+Blue) = 133+82+104=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #855268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855268 is #7AAD97. Grayscale: #636363. Windows color (decimal): -8039832 or 6836869. OLE color: 6836869.
HSL color Cylindrical-coordinate representation of color #855268: hue angle of 334.12º 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 #855268 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 104 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.48 |
| HSL | 334.12º | 0.24% | 0.42% | - |
| HSV(B) | 334.12º | 0.38% | 0.52% | - |
| XYZ | 15.19 | 12.02 | 14.62 | - |
| YUV | 99.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 104 | 0 | 0.38 | 0.22 | 0.48 | 334.12 | 0.24 | 0.42 |
| Hex | 85 | 52 | 68 | 0 | 26 | 16 | 30 | 14E | 18 | 2A |
| Octal | 205 | 122 | 150 | 0 | 46 | 26 | 60 | 516 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1101000 | 0 | 100110 | 10110 | 110000 | 101001110 | 11000 | 101010 |
Color Harmonies of #855268
Complementary color
Monochromatic Colors of #855268
Black with #855268
Text Example
Text Example
White with #855268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855268; }
p { color: rgb(133,82,104); }
H1.HeaderClassName
{
color: #855268;
}
.AnyTagClassName
{
color: #855268;
}
</style>
background-color css
<style>
a { background-color: #855268; }
a { background-color: rgb(133,82,104); }
div.DivClassName
{
background-color: #855268;
}
.BgClassName
{
background-color: #855268;
}
</style>
border-color css
<style>
span { border-color: #855268; }
span { border-color: rgb(133,82,104); }
td.TdClassName
{
border-color: #855268;
}
.TagClassName
{
border-color: #855268;
}
</style>