Shades of Cannon Pink #90536F
Tints of Cannon Pink #90536F
RGB
CMYK
RGB Variations
Color information
#90536F (or 0x90536F) is known color: Cannon Pink. HEX triplet: 90, 53 and 6F. RGB value is (144,83,111). Sum of RGB (Red+Green+Blue) = 144+83+111=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90536F is #6FAC90. Grayscale: #686868. Windows color (decimal): -7318673 or 7295888. OLE color: 7295888.
HSL color Cylindrical-coordinate representation of color #90536F: hue angle of 332.46º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90536F is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 111 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.44 |
| HSL | 332.46º | 0.27% | 0.45% | - |
| HSV(B) | 332.46º | 0.42% | 0.56% | - |
| XYZ | 17.46 | 13.26 | 16.68 | - |
| YUV | 104.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 111 | 0 | 0.42 | 0.23 | 0.44 | 332.46 | 0.27 | 0.45 |
| Hex | 90 | 53 | 6F | 0 | 2A | 17 | 2C | 14C | 1B | 2D |
| Octal | 220 | 123 | 157 | 0 | 52 | 27 | 54 | 514 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1101111 | 0 | 101010 | 10111 | 101100 | 101001100 | 11011 | 101101 |
Color Harmonies of #90536F
Complementary color
Monochromatic Colors of #90536F
Black with #90536F
Text Example
Text Example
White with #90536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90536F; }
p { color: rgb(144,83,111); }
H1.HeaderClassName
{
color: #90536F;
}
.AnyTagClassName
{
color: #90536F;
}
</style>
background-color css
<style>
a { background-color: #90536F; }
a { background-color: rgb(144,83,111); }
div.DivClassName
{
background-color: #90536F;
}
.BgClassName
{
background-color: #90536F;
}
</style>
border-color css
<style>
span { border-color: #90536F; }
span { border-color: rgb(144,83,111); }
td.TdClassName
{
border-color: #90536F;
}
.TagClassName
{
border-color: #90536F;
}
</style>