Shades of Cannon Pink #955275
Tints of Cannon Pink #955275
RGB
CMYK
RGB Variations
Color information
#955275 (or 0x955275) is known color: Cannon Pink. HEX triplet: 95, 52 and 75. RGB value is (149,82,117). Sum of RGB (Red+Green+Blue) = 149+82+117=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955275 is #6AAD8A. Grayscale: #696969. Windows color (decimal): -6991243 or 7688853. OLE color: 7688853.
HSL color Cylindrical-coordinate representation of color #955275: hue angle of 328.66º 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 #955275 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 117 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.42 |
| HSL | 328.66º | 0.29% | 0.45% | - |
| HSV(B) | 328.66º | 0.45% | 0.58% | - |
| XYZ | 18.62 | 13.71 | 18.49 | - |
| YUV | 106.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 117 | 0 | 0.45 | 0.21 | 0.42 | 328.66 | 0.29 | 0.45 |
| Hex | 95 | 52 | 75 | 0 | 2D | 15 | 2A | 149 | 1D | 2D |
| Octal | 225 | 122 | 165 | 0 | 55 | 25 | 52 | 511 | 35 | 55 |
| Binary | 10010101 | 1010010 | 1110101 | 0 | 101101 | 10101 | 101010 | 101001001 | 11101 | 101101 |
Color Harmonies of #955275
Complementary color
Monochromatic Colors of #955275
Black with #955275
Text Example
Text Example
White with #955275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955275; }
p { color: rgb(149,82,117); }
H1.HeaderClassName
{
color: #955275;
}
.AnyTagClassName
{
color: #955275;
}
</style>
background-color css
<style>
a { background-color: #955275; }
a { background-color: rgb(149,82,117); }
div.DivClassName
{
background-color: #955275;
}
.BgClassName
{
background-color: #955275;
}
</style>
border-color css
<style>
span { border-color: #955275; }
span { border-color: rgb(149,82,117); }
td.TdClassName
{
border-color: #955275;
}
.TagClassName
{
border-color: #955275;
}
</style>