Shades of Cannon Pink #945171
Tints of Cannon Pink #945171
RGB
CMYK
RGB Variations
Color information
#945171 (or 0x945171) is known color: Cannon Pink. HEX triplet: 94, 51 and 71. RGB value is (148,81,113). Sum of RGB (Red+Green+Blue) = 148+81+113=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #945171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945171 is #6BAE8E. Grayscale: #686868. Windows color (decimal): -7057039 or 7426452. OLE color: 7426452.
HSL color Cylindrical-coordinate representation of color #945171: hue angle of 331.34º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945171 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 113 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.42 |
| HSL | 331.34º | 0.29% | 0.45% | - |
| HSV(B) | 331.34º | 0.45% | 0.58% | - |
| XYZ | 18.14 | 13.37 | 17.25 | - |
| YUV | 104.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 113 | 0 | 0.45 | 0.24 | 0.42 | 331.34 | 0.29 | 0.45 |
| Hex | 94 | 51 | 71 | 0 | 2D | 18 | 2A | 14B | 1D | 2D |
| Octal | 224 | 121 | 161 | 0 | 55 | 30 | 52 | 513 | 35 | 55 |
| Binary | 10010100 | 1010001 | 1110001 | 0 | 101101 | 11000 | 101010 | 101001011 | 11101 | 101101 |
Color Harmonies of #945171
Complementary color
Monochromatic Colors of #945171
Black with #945171
Text Example
Text Example
White with #945171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945171; }
p { color: rgb(148,81,113); }
H1.HeaderClassName
{
color: #945171;
}
.AnyTagClassName
{
color: #945171;
}
</style>
background-color css
<style>
a { background-color: #945171; }
a { background-color: rgb(148,81,113); }
div.DivClassName
{
background-color: #945171;
}
.BgClassName
{
background-color: #945171;
}
</style>
border-color css
<style>
span { border-color: #945171; }
span { border-color: rgb(148,81,113); }
td.TdClassName
{
border-color: #945171;
}
.TagClassName
{
border-color: #945171;
}
</style>