Shades of Cannon Pink #954E6B
Tints of Cannon Pink #954E6B
RGB
CMYK
RGB Variations
Color information
#954E6B (or 0x954E6B) is known color: Cannon Pink. HEX triplet: 95, 4E and 6B. RGB value is (149,78,107). Sum of RGB (Red+Green+Blue) = 149+78+107=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #954E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E6B is #6AB194. Grayscale: #666666. Windows color (decimal): -6992277 or 7032469. OLE color: 7032469.
HSL color Cylindrical-coordinate representation of color #954E6B: hue angle of 335.49º 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 #954E6B is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 107 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.42 |
| HSL | 335.49º | 0.31% | 0.45% | - |
| HSV(B) | 335.49º | 0.48% | 0.58% | - |
| XYZ | 17.77 | 12.9 | 15.46 | - |
| YUV | 102.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 107 | 0 | 0.48 | 0.28 | 0.42 | 335.49 | 0.31 | 0.45 |
| Hex | 95 | 4E | 6B | 0 | 30 | 1C | 2A | 14F | 1F | 2D |
| Octal | 225 | 116 | 153 | 0 | 60 | 34 | 52 | 517 | 37 | 55 |
| Binary | 10010101 | 1001110 | 1101011 | 0 | 110000 | 11100 | 101010 | 101001111 | 11111 | 101101 |
Color Harmonies of #954E6B
Complementary color
Monochromatic Colors of #954E6B
Black with #954E6B
Text Example
Text Example
White with #954E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E6B; }
p { color: rgb(149,78,107); }
H1.HeaderClassName
{
color: #954E6B;
}
.AnyTagClassName
{
color: #954E6B;
}
</style>
background-color css
<style>
a { background-color: #954E6B; }
a { background-color: rgb(149,78,107); }
div.DivClassName
{
background-color: #954E6B;
}
.BgClassName
{
background-color: #954E6B;
}
</style>
border-color css
<style>
span { border-color: #954E6B; }
span { border-color: rgb(149,78,107); }
td.TdClassName
{
border-color: #954E6B;
}
.TagClassName
{
border-color: #954E6B;
}
</style>