Shades of Cannon Pink #954E6D
Tints of Cannon Pink #954E6D
RGB
CMYK
RGB Variations
Color information
#954E6D (or 0x954E6D) is known color: Cannon Pink. HEX triplet: 95, 4E and 6D. RGB value is (149,78,109). Sum of RGB (Red+Green+Blue) = 149+78+109=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #954E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E6D is #6AB192. Grayscale: #666666. Windows color (decimal): -6992275 or 7163541. OLE color: 7163541.
HSL color Cylindrical-coordinate representation of color #954E6D: hue angle of 333.8º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E6D is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 109 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.42 |
| HSL | 333.8º | 0.31% | 0.45% | - |
| HSV(B) | 333.8º | 0.48% | 0.58% | - |
| XYZ | 17.88 | 12.94 | 16.02 | - |
| YUV | 102.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 109 | 0 | 0.48 | 0.27 | 0.42 | 333.8 | 0.31 | 0.45 |
| Hex | 95 | 4E | 6D | 0 | 30 | 1B | 2A | 14E | 1F | 2D |
| Octal | 225 | 116 | 155 | 0 | 60 | 33 | 52 | 516 | 37 | 55 |
| Binary | 10010101 | 1001110 | 1101101 | 0 | 110000 | 11011 | 101010 | 101001110 | 11111 | 101101 |
Color Harmonies of #954E6D
Complementary color
Monochromatic Colors of #954E6D
Black with #954E6D
Text Example
Text Example
White with #954E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E6D; }
p { color: rgb(149,78,109); }
H1.HeaderClassName
{
color: #954E6D;
}
.AnyTagClassName
{
color: #954E6D;
}
</style>
background-color css
<style>
a { background-color: #954E6D; }
a { background-color: rgb(149,78,109); }
div.DivClassName
{
background-color: #954E6D;
}
.BgClassName
{
background-color: #954E6D;
}
</style>
border-color css
<style>
span { border-color: #954E6D; }
span { border-color: rgb(149,78,109); }
td.TdClassName
{
border-color: #954E6D;
}
.TagClassName
{
border-color: #954E6D;
}
</style>