Shades of Cannon Pink #914474
Tints of Cannon Pink #914474
RGB
CMYK
RGB Variations
Color information
#914474 (or 0x914474) is known color: Cannon Pink. HEX triplet: 91, 44 and 74. RGB value is (145,68,116). Sum of RGB (Red+Green+Blue) = 145+68+116=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #914474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914474 is #6EBB8B. Grayscale: #606060. Windows color (decimal): -7256972 or 7619729. OLE color: 7619729.
HSL color Cylindrical-coordinate representation of color #914474: hue angle of 322.6º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #914474 is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 68 | 116 | - |
| CMYK | 0 | 0.53 | 0.2 | 0.43 |
| HSL | 322.6º | 0.36% | 0.42% | - |
| HSV(B) | 322.6º | 0.53% | 0.57% | - |
| XYZ | 16.9 | 11.41 | 17.84 | - |
| YUV | 96.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 68 | 116 | 0 | 0.53 | 0.2 | 0.43 | 322.6 | 0.36 | 0.42 |
| Hex | 91 | 44 | 74 | 0 | 35 | 14 | 2B | 143 | 24 | 2A |
| Octal | 221 | 104 | 164 | 0 | 65 | 24 | 53 | 503 | 44 | 52 |
| Binary | 10010001 | 1000100 | 1110100 | 0 | 110101 | 10100 | 101011 | 101000011 | 100100 | 101010 |
Color Harmonies of #914474
Complementary color
Monochromatic Colors of #914474
Black with #914474
Text Example
Text Example
White with #914474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914474; }
p { color: rgb(145,68,116); }
H1.HeaderClassName
{
color: #914474;
}
.AnyTagClassName
{
color: #914474;
}
</style>
background-color css
<style>
a { background-color: #914474; }
a { background-color: rgb(145,68,116); }
div.DivClassName
{
background-color: #914474;
}
.BgClassName
{
background-color: #914474;
}
</style>
border-color css
<style>
span { border-color: #914474; }
span { border-color: rgb(145,68,116); }
td.TdClassName
{
border-color: #914474;
}
.TagClassName
{
border-color: #914474;
}
</style>