Shades of Cannon Pink #954E6E
Tints of Cannon Pink #954E6E
RGB
CMYK
RGB Variations
Color information
#954E6E (or 0x954E6E) is known color: Cannon Pink. HEX triplet: 95, 4E and 6E. RGB value is (149,78,110). Sum of RGB (Red+Green+Blue) = 149+78+110=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #954E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E6E is #6AB191. Grayscale: #666666. Windows color (decimal): -6992274 or 7229077. OLE color: 7229077.
HSL color Cylindrical-coordinate representation of color #954E6E: hue angle of 332.96º 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 #954E6E is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 110 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.42 |
| HSL | 332.96º | 0.31% | 0.45% | - |
| HSV(B) | 332.96º | 0.48% | 0.58% | - |
| XYZ | 17.93 | 12.96 | 16.31 | - |
| YUV | 102.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 110 | 0 | 0.48 | 0.26 | 0.42 | 332.96 | 0.31 | 0.45 |
| Hex | 95 | 4E | 6E | 0 | 30 | 1A | 2A | 14D | 1F | 2D |
| Octal | 225 | 116 | 156 | 0 | 60 | 32 | 52 | 515 | 37 | 55 |
| Binary | 10010101 | 1001110 | 1101110 | 0 | 110000 | 11010 | 101010 | 101001101 | 11111 | 101101 |
Color Harmonies of #954E6E
Complementary color
Monochromatic Colors of #954E6E
Black with #954E6E
Text Example
Text Example
White with #954E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E6E; }
p { color: rgb(149,78,110); }
H1.HeaderClassName
{
color: #954E6E;
}
.AnyTagClassName
{
color: #954E6E;
}
</style>
background-color css
<style>
a { background-color: #954E6E; }
a { background-color: rgb(149,78,110); }
div.DivClassName
{
background-color: #954E6E;
}
.BgClassName
{
background-color: #954E6E;
}
</style>
border-color css
<style>
span { border-color: #954E6E; }
span { border-color: rgb(149,78,110); }
td.TdClassName
{
border-color: #954E6E;
}
.TagClassName
{
border-color: #954E6E;
}
</style>