Shades of Cannon Pink #914C6B
Tints of Cannon Pink #914C6B
RGB
CMYK
RGB Variations
Color information
#914C6B (or 0x914C6B) is known color: Cannon Pink. HEX triplet: 91, 4C and 6B. RGB value is (145,76,107). Sum of RGB (Red+Green+Blue) = 145+76+107=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #914C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914C6B is #6EB394. Grayscale: #646464. Windows color (decimal): -7254933 or 7031953. OLE color: 7031953.
HSL color Cylindrical-coordinate representation of color #914C6B: hue angle of 333.04º 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 #914C6B is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 107 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.43 |
| HSL | 333.04º | 0.31% | 0.43% | - |
| HSV(B) | 333.04º | 0.48% | 0.57% | - |
| XYZ | 16.92 | 12.25 | 15.38 | - |
| YUV | 100.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 107 | 0 | 0.48 | 0.26 | 0.43 | 333.04 | 0.31 | 0.43 |
| Hex | 91 | 4C | 6B | 0 | 30 | 1A | 2B | 14D | 1F | 2B |
| Octal | 221 | 114 | 153 | 0 | 60 | 32 | 53 | 515 | 37 | 53 |
| Binary | 10010001 | 1001100 | 1101011 | 0 | 110000 | 11010 | 101011 | 101001101 | 11111 | 101011 |
Color Harmonies of #914C6B
Complementary color
Monochromatic Colors of #914C6B
Black with #914C6B
Text Example
Text Example
White with #914C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C6B; }
p { color: rgb(145,76,107); }
H1.HeaderClassName
{
color: #914C6B;
}
.AnyTagClassName
{
color: #914C6B;
}
</style>
background-color css
<style>
a { background-color: #914C6B; }
a { background-color: rgb(145,76,107); }
div.DivClassName
{
background-color: #914C6B;
}
.BgClassName
{
background-color: #914C6B;
}
</style>
border-color css
<style>
span { border-color: #914C6B; }
span { border-color: rgb(145,76,107); }
td.TdClassName
{
border-color: #914C6B;
}
.TagClassName
{
border-color: #914C6B;
}
</style>