Shades of Cannon Pink #855269
Tints of Cannon Pink #855269
RGB
CMYK
RGB Variations
Color information
#855269 (or 0x855269) is known color: Cannon Pink. HEX triplet: 85, 52 and 69. RGB value is (133,82,105). Sum of RGB (Red+Green+Blue) = 133+82+105=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855269 is #7AAD96. Grayscale: #636363. Windows color (decimal): -8039831 or 6902405. OLE color: 6902405.
HSL color Cylindrical-coordinate representation of color #855269: hue angle of 332.94º 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 #855269 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 105 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.48 |
| HSL | 332.94º | 0.24% | 0.42% | - |
| HSV(B) | 332.94º | 0.38% | 0.52% | - |
| XYZ | 15.24 | 12.04 | 14.89 | - |
| YUV | 99.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 105 | 0 | 0.38 | 0.21 | 0.48 | 332.94 | 0.24 | 0.42 |
| Hex | 85 | 52 | 69 | 0 | 26 | 15 | 30 | 14D | 18 | 2A |
| Octal | 205 | 122 | 151 | 0 | 46 | 25 | 60 | 515 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1101001 | 0 | 100110 | 10101 | 110000 | 101001101 | 11000 | 101010 |
Color Harmonies of #855269
Complementary color
Monochromatic Colors of #855269
Black with #855269
Text Example
Text Example
White with #855269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855269; }
p { color: rgb(133,82,105); }
H1.HeaderClassName
{
color: #855269;
}
.AnyTagClassName
{
color: #855269;
}
</style>
background-color css
<style>
a { background-color: #855269; }
a { background-color: rgb(133,82,105); }
div.DivClassName
{
background-color: #855269;
}
.BgClassName
{
background-color: #855269;
}
</style>
border-color css
<style>
span { border-color: #855269; }
span { border-color: rgb(133,82,105); }
td.TdClassName
{
border-color: #855269;
}
.TagClassName
{
border-color: #855269;
}
</style>