Shades of Cannon Pink #955074
Tints of Cannon Pink #955074
RGB
CMYK
RGB Variations
Color information
#955074 (or 0x955074) is known color: Cannon Pink. HEX triplet: 95, 50 and 74. RGB value is (149,80,116). Sum of RGB (Red+Green+Blue) = 149+80+116=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #955074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955074 is #6AAF8B. Grayscale: #686868. Windows color (decimal): -6991756 or 7622805. OLE color: 7622805.
HSL color Cylindrical-coordinate representation of color #955074: hue angle of 328.7º 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 #955074 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 116 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.42 |
| HSL | 328.7º | 0.3% | 0.45% | - |
| HSV(B) | 328.7º | 0.46% | 0.58% | - |
| XYZ | 18.42 | 13.39 | 18.14 | - |
| YUV | 104.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 116 | 0 | 0.46 | 0.22 | 0.42 | 328.7 | 0.3 | 0.45 |
| Hex | 95 | 50 | 74 | 0 | 2E | 16 | 2A | 149 | 1E | 2D |
| Octal | 225 | 120 | 164 | 0 | 56 | 26 | 52 | 511 | 36 | 55 |
| Binary | 10010101 | 1010000 | 1110100 | 0 | 101110 | 10110 | 101010 | 101001001 | 11110 | 101101 |
Color Harmonies of #955074
Complementary color
Monochromatic Colors of #955074
Black with #955074
Text Example
Text Example
White with #955074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955074; }
p { color: rgb(149,80,116); }
H1.HeaderClassName
{
color: #955074;
}
.AnyTagClassName
{
color: #955074;
}
</style>
background-color css
<style>
a { background-color: #955074; }
a { background-color: rgb(149,80,116); }
div.DivClassName
{
background-color: #955074;
}
.BgClassName
{
background-color: #955074;
}
</style>
border-color css
<style>
span { border-color: #955074; }
span { border-color: rgb(149,80,116); }
td.TdClassName
{
border-color: #955074;
}
.TagClassName
{
border-color: #955074;
}
</style>