Shades of Cannon Pink #914F67
Tints of Cannon Pink #914F67
RGB
CMYK
RGB Variations
Color information
#914F67 (or 0x914F67) is known color: Cannon Pink. HEX triplet: 91, 4F and 67. RGB value is (145,79,103). Sum of RGB (Red+Green+Blue) = 145+79+103=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #914F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F67 is #6EB098. Grayscale: #656565. Windows color (decimal): -7254169 or 6770577. OLE color: 6770577.
HSL color Cylindrical-coordinate representation of color #914F67: hue angle of 338.18º 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 #914F67 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 79 | 103 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.43 |
| HSL | 338.18º | 0.29% | 0.44% | - |
| HSV(B) | 338.18º | 0.46% | 0.57% | - |
| XYZ | 16.92 | 12.59 | 14.37 | - |
| YUV | 101.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 103 | 0 | 0.46 | 0.29 | 0.43 | 338.18 | 0.29 | 0.44 |
| Hex | 91 | 4F | 67 | 0 | 2E | 1D | 2B | 152 | 1D | 2C |
| Octal | 221 | 117 | 147 | 0 | 56 | 35 | 53 | 522 | 35 | 54 |
| Binary | 10010001 | 1001111 | 1100111 | 0 | 101110 | 11101 | 101011 | 101010010 | 11101 | 101100 |
Color Harmonies of #914F67
Complementary color
Monochromatic Colors of #914F67
Black with #914F67
Text Example
Text Example
White with #914F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914F67; }
p { color: rgb(145,79,103); }
H1.HeaderClassName
{
color: #914F67;
}
.AnyTagClassName
{
color: #914F67;
}
</style>
background-color css
<style>
a { background-color: #914F67; }
a { background-color: rgb(145,79,103); }
div.DivClassName
{
background-color: #914F67;
}
.BgClassName
{
background-color: #914F67;
}
</style>
border-color css
<style>
span { border-color: #914F67; }
span { border-color: rgb(145,79,103); }
td.TdClassName
{
border-color: #914F67;
}
.TagClassName
{
border-color: #914F67;
}
</style>