Shades of Cannon Pink #914A64
Tints of Cannon Pink #914A64
RGB
CMYK
RGB Variations
Color information
#914A64 (or 0x914A64) is known color: Cannon Pink. HEX triplet: 91, 4A and 64. RGB value is (145,74,100). Sum of RGB (Red+Green+Blue) = 145+74+100=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #914A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914A64 is #6EB59B. Grayscale: #626262. Windows color (decimal): -7255452 or 6572689. OLE color: 6572689.
HSL color Cylindrical-coordinate representation of color #914A64: hue angle of 338.03º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #914A64 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 74 | 100 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.43 |
| HSL | 338.03º | 0.32% | 0.43% | - |
| HSV(B) | 338.03º | 0.49% | 0.57% | - |
| XYZ | 16.43 | 11.84 | 13.48 | - |
| YUV | 98.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 100 | 0 | 0.49 | 0.31 | 0.43 | 338.03 | 0.32 | 0.43 |
| Hex | 91 | 4A | 64 | 0 | 31 | 1F | 2B | 152 | 20 | 2B |
| Octal | 221 | 112 | 144 | 0 | 61 | 37 | 53 | 522 | 40 | 53 |
| Binary | 10010001 | 1001010 | 1100100 | 0 | 110001 | 11111 | 101011 | 101010010 | 100000 | 101011 |
Color Harmonies of #914A64
Complementary color
Monochromatic Colors of #914A64
Black with #914A64
Text Example
Text Example
White with #914A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A64; }
p { color: rgb(145,74,100); }
H1.HeaderClassName
{
color: #914A64;
}
.AnyTagClassName
{
color: #914A64;
}
</style>
background-color css
<style>
a { background-color: #914A64; }
a { background-color: rgb(145,74,100); }
div.DivClassName
{
background-color: #914A64;
}
.BgClassName
{
background-color: #914A64;
}
</style>
border-color css
<style>
span { border-color: #914A64; }
span { border-color: rgb(145,74,100); }
td.TdClassName
{
border-color: #914A64;
}
.TagClassName
{
border-color: #914A64;
}
</style>