Shades of Cannon Pink #9A5074
Tints of Cannon Pink #9A5074
RGB
CMYK
RGB Variations
Color information
#9A5074 (or 0x9A5074) is known color: Cannon Pink. HEX triplet: 9A, 50 and 74. RGB value is (154,80,116). Sum of RGB (Red+Green+Blue) = 154+80+116=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5074 is #65AF8B. Grayscale: #6A6A6A. Windows color (decimal): -6664076 or 7622810. OLE color: 7622810.
HSL color Cylindrical-coordinate representation of color #9A5074: hue angle of 330.81º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5074 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 116 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.40 |
| HSL | 330.81º | 0.32% | 0.46% | - |
| HSV(B) | 330.81º | 0.48% | 0.6% | - |
| XYZ | 19.35 | 13.87 | 18.18 | - |
| YUV | 106.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 116 | 0 | 0.48 | 0.25 | 0.40 | 330.81 | 0.32 | 0.46 |
| Hex | 9A | 50 | 74 | 0 | 30 | 19 | 28 | 14B | 20 | 2E |
| Octal | 232 | 120 | 164 | 0 | 60 | 31 | 50 | 513 | 40 | 56 |
| Binary | 10011010 | 1010000 | 1110100 | 0 | 110000 | 11001 | 101000 | 101001011 | 100000 | 101110 |
Color Harmonies of #9A5074
Complementary color
Monochromatic Colors of #9A5074
Black with #9A5074
Text Example
Text Example
White with #9A5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5074; }
p { color: rgb(154,80,116); }
H1.HeaderClassName
{
color: #9A5074;
}
.AnyTagClassName
{
color: #9A5074;
}
</style>
background-color css
<style>
a { background-color: #9A5074; }
a { background-color: rgb(154,80,116); }
div.DivClassName
{
background-color: #9A5074;
}
.BgClassName
{
background-color: #9A5074;
}
</style>
border-color css
<style>
span { border-color: #9A5074; }
span { border-color: rgb(154,80,116); }
td.TdClassName
{
border-color: #9A5074;
}
.TagClassName
{
border-color: #9A5074;
}
</style>