Shades of Cannon Pink #914F6B
Tints of Cannon Pink #914F6B
RGB
CMYK
RGB Variations
Color information
#914F6B (or 0x914F6B) is known color: Cannon Pink. HEX triplet: 91, 4F and 6B. RGB value is (145,79,107). Sum of RGB (Red+Green+Blue) = 145+79+107=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #914F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F6B is #6EB094. Grayscale: #656565. Windows color (decimal): -7254165 or 7032721. OLE color: 7032721.
HSL color Cylindrical-coordinate representation of color #914F6B: hue angle of 334.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #914F6B is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 79 | 107 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.43 |
| HSL | 334.55º | 0.29% | 0.44% | - |
| HSV(B) | 334.55º | 0.46% | 0.57% | - |
| XYZ | 17.13 | 12.67 | 15.45 | - |
| YUV | 101.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 107 | 0 | 0.46 | 0.26 | 0.43 | 334.55 | 0.29 | 0.44 |
| Hex | 91 | 4F | 6B | 0 | 2E | 1A | 2B | 14F | 1D | 2C |
| Octal | 221 | 117 | 153 | 0 | 56 | 32 | 53 | 517 | 35 | 54 |
| Binary | 10010001 | 1001111 | 1101011 | 0 | 101110 | 11010 | 101011 | 101001111 | 11101 | 101100 |
Color Harmonies of #914F6B
Complementary color
Monochromatic Colors of #914F6B
Black with #914F6B
Text Example
Text Example
White with #914F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914F6B; }
p { color: rgb(145,79,107); }
H1.HeaderClassName
{
color: #914F6B;
}
.AnyTagClassName
{
color: #914F6B;
}
</style>
background-color css
<style>
a { background-color: #914F6B; }
a { background-color: rgb(145,79,107); }
div.DivClassName
{
background-color: #914F6B;
}
.BgClassName
{
background-color: #914F6B;
}
</style>
border-color css
<style>
span { border-color: #914F6B; }
span { border-color: rgb(145,79,107); }
td.TdClassName
{
border-color: #914F6B;
}
.TagClassName
{
border-color: #914F6B;
}
</style>