Shades of Cannon Pink #90456C
Tints of Cannon Pink #90456C
RGB
CMYK
RGB Variations
Color information
#90456C (or 0x90456C) is known color: Cannon Pink. HEX triplet: 90, 45 and 6C. RGB value is (144,69,108). Sum of RGB (Red+Green+Blue) = 144+69+108=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90456C is #6FBA93. Grayscale: #5F5F5F. Windows color (decimal): -7322260 or 7095696. OLE color: 7095696.
HSL color Cylindrical-coordinate representation of color #90456C: hue angle of 328.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90456C is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 69 | 108 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.44 |
| HSL | 328.8º | 0.35% | 0.42% | - |
| HSV(B) | 328.8º | 0.52% | 0.56% | - |
| XYZ | 16.34 | 11.27 | 15.5 | - |
| YUV | 95.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 108 | 0 | 0.52 | 0.25 | 0.44 | 328.8 | 0.35 | 0.42 |
| Hex | 90 | 45 | 6C | 0 | 34 | 19 | 2C | 149 | 23 | 2A |
| Octal | 220 | 105 | 154 | 0 | 64 | 31 | 54 | 511 | 43 | 52 |
| Binary | 10010000 | 1000101 | 1101100 | 0 | 110100 | 11001 | 101100 | 101001001 | 100011 | 101010 |
Color Harmonies of #90456C
Complementary color
Monochromatic Colors of #90456C
Black with #90456C
Text Example
Text Example
White with #90456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90456C; }
p { color: rgb(144,69,108); }
H1.HeaderClassName
{
color: #90456C;
}
.AnyTagClassName
{
color: #90456C;
}
</style>
background-color css
<style>
a { background-color: #90456C; }
a { background-color: rgb(144,69,108); }
div.DivClassName
{
background-color: #90456C;
}
.BgClassName
{
background-color: #90456C;
}
</style>
border-color css
<style>
span { border-color: #90456C; }
span { border-color: rgb(144,69,108); }
td.TdClassName
{
border-color: #90456C;
}
.TagClassName
{
border-color: #90456C;
}
</style>