Shades of Cannon Pink #914B73
Tints of Cannon Pink #914B73
RGB
CMYK
RGB Variations
Color information
#914B73 (or 0x914B73) is known color: Cannon Pink. HEX triplet: 91, 4B and 73. RGB value is (145,75,115). Sum of RGB (Red+Green+Blue) = 145+75+115=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #914B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B73 is #6EB48C. Grayscale: #646464. Windows color (decimal): -7255181 or 7555985. OLE color: 7555985.
HSL color Cylindrical-coordinate representation of color #914B73: hue angle of 325.71º degrees, saturation: 0.32, 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 #914B73 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 75 | 115 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.43 |
| HSL | 325.71º | 0.32% | 0.43% | - |
| HSV(B) | 325.71º | 0.48% | 0.57% | - |
| XYZ | 17.29 | 12.29 | 17.68 | - |
| YUV | 100.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 115 | 0 | 0.48 | 0.21 | 0.43 | 325.71 | 0.32 | 0.43 |
| Hex | 91 | 4B | 73 | 0 | 30 | 15 | 2B | 146 | 20 | 2B |
| Octal | 221 | 113 | 163 | 0 | 60 | 25 | 53 | 506 | 40 | 53 |
| Binary | 10010001 | 1001011 | 1110011 | 0 | 110000 | 10101 | 101011 | 101000110 | 100000 | 101011 |
Color Harmonies of #914B73
Complementary color
Monochromatic Colors of #914B73
Black with #914B73
Text Example
Text Example
White with #914B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914B73; }
p { color: rgb(145,75,115); }
H1.HeaderClassName
{
color: #914B73;
}
.AnyTagClassName
{
color: #914B73;
}
</style>
background-color css
<style>
a { background-color: #914B73; }
a { background-color: rgb(145,75,115); }
div.DivClassName
{
background-color: #914B73;
}
.BgClassName
{
background-color: #914B73;
}
</style>
border-color css
<style>
span { border-color: #914B73; }
span { border-color: rgb(145,75,115); }
td.TdClassName
{
border-color: #914B73;
}
.TagClassName
{
border-color: #914B73;
}
</style>