Shades of Cannon Pink #954C6A
Tints of Cannon Pink #954C6A
RGB
CMYK
RGB Variations
Color information
#954C6A (or 0x954C6A) is known color: Cannon Pink. HEX triplet: 95, 4C and 6A. RGB value is (149,76,106). Sum of RGB (Red+Green+Blue) = 149+76+106=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #954C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C6A is #6AB395. Grayscale: #656565. Windows color (decimal): -6992790 or 6966421. OLE color: 6966421.
HSL color Cylindrical-coordinate representation of color #954C6A: hue angle of 335.34º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C6A is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 106 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.42 |
| HSL | 335.34º | 0.32% | 0.44% | - |
| HSV(B) | 335.34º | 0.49% | 0.58% | - |
| XYZ | 17.58 | 12.6 | 15.14 | - |
| YUV | 101.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 106 | 0 | 0.49 | 0.29 | 0.42 | 335.34 | 0.32 | 0.44 |
| Hex | 95 | 4C | 6A | 0 | 31 | 1D | 2A | 14F | 20 | 2C |
| Octal | 225 | 114 | 152 | 0 | 61 | 35 | 52 | 517 | 40 | 54 |
| Binary | 10010101 | 1001100 | 1101010 | 0 | 110001 | 11101 | 101010 | 101001111 | 100000 | 101100 |
Color Harmonies of #954C6A
Complementary color
Monochromatic Colors of #954C6A
Black with #954C6A
Text Example
Text Example
White with #954C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C6A; }
p { color: rgb(149,76,106); }
H1.HeaderClassName
{
color: #954C6A;
}
.AnyTagClassName
{
color: #954C6A;
}
</style>
background-color css
<style>
a { background-color: #954C6A; }
a { background-color: rgb(149,76,106); }
div.DivClassName
{
background-color: #954C6A;
}
.BgClassName
{
background-color: #954C6A;
}
</style>
border-color css
<style>
span { border-color: #954C6A; }
span { border-color: rgb(149,76,106); }
td.TdClassName
{
border-color: #954C6A;
}
.TagClassName
{
border-color: #954C6A;
}
</style>