Shades of Cannon Pink #955071
Tints of Cannon Pink #955071
RGB
CMYK
RGB Variations
Color information
#955071 (or 0x955071) is known color: Cannon Pink. HEX triplet: 95, 50 and 71. RGB value is (149,80,113). Sum of RGB (Red+Green+Blue) = 149+80+113=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #955071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955071 is #6AAF8E. Grayscale: #686868. Windows color (decimal): -6991759 or 7426197. OLE color: 7426197.
HSL color Cylindrical-coordinate representation of color #955071: hue angle of 331.3º 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 #955071 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 113 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.42 |
| HSL | 331.3º | 0.3% | 0.45% | - |
| HSV(B) | 331.3º | 0.46% | 0.58% | - |
| XYZ | 18.24 | 13.32 | 17.23 | - |
| YUV | 104.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 113 | 0 | 0.46 | 0.24 | 0.42 | 331.3 | 0.3 | 0.45 |
| Hex | 95 | 50 | 71 | 0 | 2E | 18 | 2A | 14B | 1E | 2D |
| Octal | 225 | 120 | 161 | 0 | 56 | 30 | 52 | 513 | 36 | 55 |
| Binary | 10010101 | 1010000 | 1110001 | 0 | 101110 | 11000 | 101010 | 101001011 | 11110 | 101101 |
Color Harmonies of #955071
Complementary color
Monochromatic Colors of #955071
Black with #955071
Text Example
Text Example
White with #955071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955071; }
p { color: rgb(149,80,113); }
H1.HeaderClassName
{
color: #955071;
}
.AnyTagClassName
{
color: #955071;
}
</style>
background-color css
<style>
a { background-color: #955071; }
a { background-color: rgb(149,80,113); }
div.DivClassName
{
background-color: #955071;
}
.BgClassName
{
background-color: #955071;
}
</style>
border-color css
<style>
span { border-color: #955071; }
span { border-color: rgb(149,80,113); }
td.TdClassName
{
border-color: #955071;
}
.TagClassName
{
border-color: #955071;
}
</style>