Shades of Cannon Pink #945175
Tints of Cannon Pink #945175
RGB
CMYK
RGB Variations
Color information
#945175 (or 0x945175) is known color: Cannon Pink. HEX triplet: 94, 51 and 75. RGB value is (148,81,117). Sum of RGB (Red+Green+Blue) = 148+81+117=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #945175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945175 is #6BAE8A. Grayscale: #696969. Windows color (decimal): -7057035 or 7688596. OLE color: 7688596.
HSL color Cylindrical-coordinate representation of color #945175: hue angle of 327.76º 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 #945175 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 117 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.42 |
| HSL | 327.76º | 0.29% | 0.45% | - |
| HSV(B) | 327.76º | 0.45% | 0.58% | - |
| XYZ | 18.37 | 13.47 | 18.46 | - |
| YUV | 105.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 117 | 0 | 0.45 | 0.21 | 0.42 | 327.76 | 0.29 | 0.45 |
| Hex | 94 | 51 | 75 | 0 | 2D | 15 | 2A | 148 | 1D | 2D |
| Octal | 224 | 121 | 165 | 0 | 55 | 25 | 52 | 510 | 35 | 55 |
| Binary | 10010100 | 1010001 | 1110101 | 0 | 101101 | 10101 | 101010 | 101001000 | 11101 | 101101 |
Color Harmonies of #945175
Complementary color
Monochromatic Colors of #945175
Black with #945175
Text Example
Text Example
White with #945175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945175; }
p { color: rgb(148,81,117); }
H1.HeaderClassName
{
color: #945175;
}
.AnyTagClassName
{
color: #945175;
}
</style>
background-color css
<style>
a { background-color: #945175; }
a { background-color: rgb(148,81,117); }
div.DivClassName
{
background-color: #945175;
}
.BgClassName
{
background-color: #945175;
}
</style>
border-color css
<style>
span { border-color: #945175; }
span { border-color: rgb(148,81,117); }
td.TdClassName
{
border-color: #945175;
}
.TagClassName
{
border-color: #945175;
}
</style>