Shades of Cannon Pink #914377
Tints of Cannon Pink #914377
RGB
CMYK
RGB Variations
Color information
#914377 (or 0x914377) is known color: Cannon Pink. HEX triplet: 91, 43 and 77. RGB value is (145,67,119). Sum of RGB (Red+Green+Blue) = 145+67+119=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #914377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914377 is #6EBC88. Grayscale: #606060. Windows color (decimal): -7257225 or 7816081. OLE color: 7816081.
HSL color Cylindrical-coordinate representation of color #914377: hue angle of 320º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914377 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 119 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.43 |
| HSL | 320º | 0.37% | 0.42% | - |
| HSV(B) | 320º | 0.54% | 0.57% | - |
| XYZ | 17.01 | 11.37 | 18.75 | - |
| YUV | 96.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 119 | 0 | 0.54 | 0.18 | 0.43 | 320 | 0.37 | 0.42 |
| Hex | 91 | 43 | 77 | 0 | 36 | 12 | 2B | 140 | 25 | 2A |
| Octal | 221 | 103 | 167 | 0 | 66 | 22 | 53 | 500 | 45 | 52 |
| Binary | 10010001 | 1000011 | 1110111 | 0 | 110110 | 10010 | 101011 | 101000000 | 100101 | 101010 |
Color Harmonies of #914377
Complementary color
Monochromatic Colors of #914377
Black with #914377
Text Example
Text Example
White with #914377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914377; }
p { color: rgb(145,67,119); }
H1.HeaderClassName
{
color: #914377;
}
.AnyTagClassName
{
color: #914377;
}
</style>
background-color css
<style>
a { background-color: #914377; }
a { background-color: rgb(145,67,119); }
div.DivClassName
{
background-color: #914377;
}
.BgClassName
{
background-color: #914377;
}
</style>
border-color css
<style>
span { border-color: #914377; }
span { border-color: rgb(145,67,119); }
td.TdClassName
{
border-color: #914377;
}
.TagClassName
{
border-color: #914377;
}
</style>