Shades of Cannon Pink #90436F
Tints of Cannon Pink #90436F
RGB
CMYK
RGB Variations
Color information
#90436F (or 0x90436F) is known color: Cannon Pink. HEX triplet: 90, 43 and 6F. RGB value is (144,67,111). Sum of RGB (Red+Green+Blue) = 144+67+111=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90436F is #6FBC90. Grayscale: #5E5E5E. Windows color (decimal): -7322769 or 7291792. OLE color: 7291792.
HSL color Cylindrical-coordinate representation of color #90436F: hue angle of 325.71º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90436F is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 111 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.44 |
| HSL | 325.71º | 0.36% | 0.41% | - |
| HSV(B) | 325.71º | 0.53% | 0.56% | - |
| XYZ | 16.38 | 11.09 | 16.32 | - |
| YUV | 95.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 111 | 0 | 0.53 | 0.23 | 0.44 | 325.71 | 0.36 | 0.41 |
| Hex | 90 | 43 | 6F | 0 | 35 | 17 | 2C | 146 | 24 | 29 |
| Octal | 220 | 103 | 157 | 0 | 65 | 27 | 54 | 506 | 44 | 51 |
| Binary | 10010000 | 1000011 | 1101111 | 0 | 110101 | 10111 | 101100 | 101000110 | 100100 | 101001 |
Color Harmonies of #90436F
Complementary color
Monochromatic Colors of #90436F
Black with #90436F
Text Example
Text Example
White with #90436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90436F; }
p { color: rgb(144,67,111); }
H1.HeaderClassName
{
color: #90436F;
}
.AnyTagClassName
{
color: #90436F;
}
</style>
background-color css
<style>
a { background-color: #90436F; }
a { background-color: rgb(144,67,111); }
div.DivClassName
{
background-color: #90436F;
}
.BgClassName
{
background-color: #90436F;
}
</style>
border-color css
<style>
span { border-color: #90436F; }
span { border-color: rgb(144,67,111); }
td.TdClassName
{
border-color: #90436F;
}
.TagClassName
{
border-color: #90436F;
}
</style>