Shades of Cannon Pink #914C65
Tints of Cannon Pink #914C65
RGB
CMYK
RGB Variations
Color information
#914C65 (or 0x914C65) is known color: Cannon Pink. HEX triplet: 91, 4C and 65. RGB value is (145,76,101). Sum of RGB (Red+Green+Blue) = 145+76+101=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #914C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914C65 is #6EB39A. Grayscale: #636363. Windows color (decimal): -7254939 or 6638737. OLE color: 6638737.
HSL color Cylindrical-coordinate representation of color #914C65: hue angle of 338.26º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914C65 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 101 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.43 |
| HSL | 338.26º | 0.31% | 0.43% | - |
| HSV(B) | 338.26º | 0.48% | 0.57% | - |
| XYZ | 16.61 | 12.13 | 13.78 | - |
| YUV | 99.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 101 | 0 | 0.48 | 0.30 | 0.43 | 338.26 | 0.31 | 0.43 |
| Hex | 91 | 4C | 65 | 0 | 30 | 1E | 2B | 152 | 1F | 2B |
| Octal | 221 | 114 | 145 | 0 | 60 | 36 | 53 | 522 | 37 | 53 |
| Binary | 10010001 | 1001100 | 1100101 | 0 | 110000 | 11110 | 101011 | 101010010 | 11111 | 101011 |
Color Harmonies of #914C65
Complementary color
Monochromatic Colors of #914C65
Black with #914C65
Text Example
Text Example
White with #914C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C65; }
p { color: rgb(145,76,101); }
H1.HeaderClassName
{
color: #914C65;
}
.AnyTagClassName
{
color: #914C65;
}
</style>
background-color css
<style>
a { background-color: #914C65; }
a { background-color: rgb(145,76,101); }
div.DivClassName
{
background-color: #914C65;
}
.BgClassName
{
background-color: #914C65;
}
</style>
border-color css
<style>
span { border-color: #914C65; }
span { border-color: rgb(145,76,101); }
td.TdClassName
{
border-color: #914C65;
}
.TagClassName
{
border-color: #914C65;
}
</style>