Shades of Cannon Pink #954C75
Tints of Cannon Pink #954C75
RGB
CMYK
RGB Variations
Color information
#954C75 (or 0x954C75) is known color: Cannon Pink. HEX triplet: 95, 4C and 75. RGB value is (149,76,117). Sum of RGB (Red+Green+Blue) = 149+76+117=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #954C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C75 is #6AB38A. Grayscale: #666666. Windows color (decimal): -6992779 or 7687317. OLE color: 7687317.
HSL color Cylindrical-coordinate representation of color #954C75: hue angle of 326.3º 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 #954C75 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 117 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.42 |
| HSL | 326.3º | 0.32% | 0.44% | - |
| HSV(B) | 326.3º | 0.49% | 0.58% | - |
| XYZ | 18.19 | 12.84 | 18.35 | - |
| YUV | 102.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 117 | 0 | 0.49 | 0.21 | 0.42 | 326.3 | 0.32 | 0.44 |
| Hex | 95 | 4C | 75 | 0 | 31 | 15 | 2A | 146 | 20 | 2C |
| Octal | 225 | 114 | 165 | 0 | 61 | 25 | 52 | 506 | 40 | 54 |
| Binary | 10010101 | 1001100 | 1110101 | 0 | 110001 | 10101 | 101010 | 101000110 | 100000 | 101100 |
Color Harmonies of #954C75
Complementary color
Monochromatic Colors of #954C75
Black with #954C75
Text Example
Text Example
White with #954C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C75; }
p { color: rgb(149,76,117); }
H1.HeaderClassName
{
color: #954C75;
}
.AnyTagClassName
{
color: #954C75;
}
</style>
background-color css
<style>
a { background-color: #954C75; }
a { background-color: rgb(149,76,117); }
div.DivClassName
{
background-color: #954C75;
}
.BgClassName
{
background-color: #954C75;
}
</style>
border-color css
<style>
span { border-color: #954C75; }
span { border-color: rgb(149,76,117); }
td.TdClassName
{
border-color: #954C75;
}
.TagClassName
{
border-color: #954C75;
}
</style>