Shades of Cannon Pink #855A69
Tints of Cannon Pink #855A69
RGB
CMYK
RGB Variations
Color information
#855A69 (or 0x855A69) is known color: Cannon Pink. HEX triplet: 85, 5A and 69. RGB value is (133,90,105). Sum of RGB (Red+Green+Blue) = 133+90+105=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #855A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A69 is #7AA596. Grayscale: #686868. Windows color (decimal): -8037783 or 6904453. OLE color: 6904453.
HSL color Cylindrical-coordinate representation of color #855A69: hue angle of 339.07º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A69 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 105 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.48 |
| HSL | 339.07º | 0.19% | 0.44% | - |
| HSV(B) | 339.07º | 0.32% | 0.52% | - |
| XYZ | 15.88 | 13.32 | 15.1 | - |
| YUV | 104.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 105 | 0 | 0.32 | 0.21 | 0.48 | 339.07 | 0.19 | 0.44 |
| Hex | 85 | 5A | 69 | 0 | 20 | 15 | 30 | 153 | 13 | 2C |
| Octal | 205 | 132 | 151 | 0 | 40 | 25 | 60 | 523 | 23 | 54 |
| Binary | 10000101 | 1011010 | 1101001 | 0 | 100000 | 10101 | 110000 | 101010011 | 10011 | 101100 |
Color Harmonies of #855A69
Complementary color
Monochromatic Colors of #855A69
Black with #855A69
Text Example
Text Example
White with #855A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A69; }
p { color: rgb(133,90,105); }
H1.HeaderClassName
{
color: #855A69;
}
.AnyTagClassName
{
color: #855A69;
}
</style>
background-color css
<style>
a { background-color: #855A69; }
a { background-color: rgb(133,90,105); }
div.DivClassName
{
background-color: #855A69;
}
.BgClassName
{
background-color: #855A69;
}
</style>
border-color css
<style>
span { border-color: #855A69; }
span { border-color: rgb(133,90,105); }
td.TdClassName
{
border-color: #855A69;
}
.TagClassName
{
border-color: #855A69;
}
</style>