Shades of Cannon Pink #955175
Tints of Cannon Pink #955175
RGB
CMYK
RGB Variations
Color information
#955175 (or 0x955175) is known color: Cannon Pink. HEX triplet: 95, 51 and 75. RGB value is (149,81,117). Sum of RGB (Red+Green+Blue) = 149+81+117=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #955175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955175 is #6AAE8A. Grayscale: #696969. Windows color (decimal): -6991499 or 7688597. OLE color: 7688597.
HSL color Cylindrical-coordinate representation of color #955175: hue angle of 328.24º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955175 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 117 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.42 |
| HSL | 328.24º | 0.3% | 0.45% | - |
| HSV(B) | 328.24º | 0.46% | 0.58% | - |
| XYZ | 18.55 | 13.56 | 18.47 | - |
| YUV | 105.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 117 | 0 | 0.46 | 0.21 | 0.42 | 328.24 | 0.3 | 0.45 |
| Hex | 95 | 51 | 75 | 0 | 2E | 15 | 2A | 148 | 1E | 2D |
| Octal | 225 | 121 | 165 | 0 | 56 | 25 | 52 | 510 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1110101 | 0 | 101110 | 10101 | 101010 | 101001000 | 11110 | 101101 |
Color Harmonies of #955175
Complementary color
Monochromatic Colors of #955175
Black with #955175
Text Example
Text Example
White with #955175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955175; }
p { color: rgb(149,81,117); }
H1.HeaderClassName
{
color: #955175;
}
.AnyTagClassName
{
color: #955175;
}
</style>
background-color css
<style>
a { background-color: #955175; }
a { background-color: rgb(149,81,117); }
div.DivClassName
{
background-color: #955175;
}
.BgClassName
{
background-color: #955175;
}
</style>
border-color css
<style>
span { border-color: #955175; }
span { border-color: rgb(149,81,117); }
td.TdClassName
{
border-color: #955175;
}
.TagClassName
{
border-color: #955175;
}
</style>