Shades of Cannon Pink #95506E
Tints of Cannon Pink #95506E
RGB
CMYK
RGB Variations
Color information
#95506E (or 0x95506E) is known color: Cannon Pink. HEX triplet: 95, 50 and 6E. RGB value is (149,80,110). Sum of RGB (Red+Green+Blue) = 149+80+110=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95506E is #6AAF91. Grayscale: #676767. Windows color (decimal): -6991762 or 7229589. OLE color: 7229589.
HSL color Cylindrical-coordinate representation of color #95506E: hue angle of 333.91º 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 #95506E is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 110 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.42 |
| HSL | 333.91º | 0.3% | 0.45% | - |
| HSV(B) | 333.91º | 0.46% | 0.58% | - |
| XYZ | 18.08 | 13.25 | 16.36 | - |
| YUV | 104.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 110 | 0 | 0.46 | 0.26 | 0.42 | 333.91 | 0.3 | 0.45 |
| Hex | 95 | 50 | 6E | 0 | 2E | 1A | 2A | 14E | 1E | 2D |
| Octal | 225 | 120 | 156 | 0 | 56 | 32 | 52 | 516 | 36 | 55 |
| Binary | 10010101 | 1010000 | 1101110 | 0 | 101110 | 11010 | 101010 | 101001110 | 11110 | 101101 |
Color Harmonies of #95506E
Complementary color
Monochromatic Colors of #95506E
Black with #95506E
Text Example
Text Example
White with #95506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95506E; }
p { color: rgb(149,80,110); }
H1.HeaderClassName
{
color: #95506E;
}
.AnyTagClassName
{
color: #95506E;
}
</style>
background-color css
<style>
a { background-color: #95506E; }
a { background-color: rgb(149,80,110); }
div.DivClassName
{
background-color: #95506E;
}
.BgClassName
{
background-color: #95506E;
}
</style>
border-color css
<style>
span { border-color: #95506E; }
span { border-color: rgb(149,80,110); }
td.TdClassName
{
border-color: #95506E;
}
.TagClassName
{
border-color: #95506E;
}
</style>