Shades of Cannon Pink #914D6B
Tints of Cannon Pink #914D6B
RGB
CMYK
RGB Variations
Color information
#914D6B (or 0x914D6B) is known color: Cannon Pink. HEX triplet: 91, 4D and 6B. RGB value is (145,77,107). Sum of RGB (Red+Green+Blue) = 145+77+107=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #914D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D6B is #6EB294. Grayscale: #646464. Windows color (decimal): -7254677 or 7032209. OLE color: 7032209.
HSL color Cylindrical-coordinate representation of color #914D6B: hue angle of 333.53º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #914D6B is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 107 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.43 |
| HSL | 333.53º | 0.31% | 0.44% | - |
| HSV(B) | 333.53º | 0.47% | 0.57% | - |
| XYZ | 16.98 | 12.39 | 15.41 | - |
| YUV | 100.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 107 | 0 | 0.47 | 0.26 | 0.43 | 333.53 | 0.31 | 0.44 |
| Hex | 91 | 4D | 6B | 0 | 2F | 1A | 2B | 14E | 1F | 2C |
| Octal | 221 | 115 | 153 | 0 | 57 | 32 | 53 | 516 | 37 | 54 |
| Binary | 10010001 | 1001101 | 1101011 | 0 | 101111 | 11010 | 101011 | 101001110 | 11111 | 101100 |
Color Harmonies of #914D6B
Complementary color
Monochromatic Colors of #914D6B
Black with #914D6B
Text Example
Text Example
White with #914D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D6B; }
p { color: rgb(145,77,107); }
H1.HeaderClassName
{
color: #914D6B;
}
.AnyTagClassName
{
color: #914D6B;
}
</style>
background-color css
<style>
a { background-color: #914D6B; }
a { background-color: rgb(145,77,107); }
div.DivClassName
{
background-color: #914D6B;
}
.BgClassName
{
background-color: #914D6B;
}
</style>
border-color css
<style>
span { border-color: #914D6B; }
span { border-color: rgb(145,77,107); }
td.TdClassName
{
border-color: #914D6B;
}
.TagClassName
{
border-color: #914D6B;
}
</style>